calliope-project / ec_modules

Make energy model workflows easy as 🥧!
https://ec-modules.readthedocs.io/en/stable/
MIT License
4 stars 1 forks source link

Fix: change 'workflow/resources' to 'workflow/internal' #31

Closed irm-codebase closed 1 month ago

irm-codebase commented 2 months ago

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.