snakemake
snakemake copied to clipboard
How do snakemake Modules work?
Snakemake version
6.10.0
Describe the bug
From reading the docs I think I misunderstood what Modules
do. I thought you could simply import a rule from a different Snakefile and use it in a different Snakefile, even adjusting input/output/wildcards, etc.
However, the minimal example I provide below tells me otherwise.
Logs
Minimal example
See files in this repo: https://github.com/mufernando/snakemake_error
Additional context
The documentation for the latest version of Snakemake shows how to use modules.