carpentries-incubator / snakemake-novice-bioinformatics

Introduction to Snakemake for Bioinformatics
https://carpentries-incubator.github.io/snakemake-novice-bioinformatics
Other
18 stars 9 forks source link

Clarify that Snakemake does not actually make any files - the DAG is just a plan #27

Closed tbooth closed 1 year ago

tbooth commented 2 years ago

From Lana Talmane:

I found throughout the course, even in the second day some people would be struggling a bit with understanding that snakemake pipeline/rules is just a set of instructions/description of files/actions, and that Snakemake itself is not magic and does not make the files just because they are defined as an output in the rule. This is covered throughout the course, and I think this is something that is obvious if one has used Snakemake for a while, but maybe it might be worth explicitly stating this somewhere, I think it might help people with understanding of how Snakemake functions.

tbooth commented 2 years ago

I've tweaked the text in eps 3 and 4 to put more emphasis on this, but probably there are opportunities to reiterate this in later episodes too.

tbooth commented 1 year ago

Closing this one