Snakemake: opening relative Github files in Snakemake modules OUTSIDE rules
I am developing several snakemake
modules that will be imported by other projects, and I’d like to draw a distinction between configuration that users can alter (config/config.yaml
) and settings which should not be altered (resources/internal-settings.yaml
).