dib-lab / workflows-book

Issues and draft text for "The Workflow Enabled Bioinformatician"
5 stars 1 forks source link

process diagram of what snakemake does with the Snakefile #7

Open ctb opened 4 years ago

ctb commented 4 years ago

I think it's clear-ish to those of us who program a lot in Python or R and are used to interpreted code, but it is probably challenging to grasp the difference between the code that is executed on the first pass through the snakefile, vs functions that get executed at a rule's runtime, etc.