Initial snakemake dev advice was to see 'module/resources/' as the place to put downloaded files, and module/workflow/resources as the place for stuff you deliver with the workflow.
However, our naming is quite confusing and causes .gitignore headaches. Renaming the latter to 'internal/' gets rid of the ambiguity.
Initial
snakemake
dev advice was to see 'module/resources/' as the place to put downloaded files, andmodule/workflow/resources
as the place for stuff you deliver with the workflow.However, our naming is quite confusing and causes
.gitignore
headaches. Renaming the latter to 'internal/' gets rid of the ambiguity.