You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs on config use:
Now my recommendation is to NOT use any configs directly but always via params so its traceable. Sadly, my own modules do not adhere to it 100% yet as it was a later learning. Similar/related learning: if you use resources that are defined in configs they should be inputs to the rule not params.
defining params for configs seems redundant but makes rules more readable/transparent and enables traceability for Snakemake.
related: Bug accessing config variable from within the shell directive in a module snakemake/snakemake#1688
Crucial tasks
fetch_ngs
moduleiseq -i test.txt -g -t 10 -p 10
-a
does not workRecipes
Make End-To-End Recipes including Vignettes as GitHub Wikis
Misc
nodefaults
#30Docs
Project Management
The text was updated successfully, but these errors were encountered: