J
jeremy
Video
Defining Rules and File Dependencies in a Snakemake Workflow
A workflow management system replaces imperative driver scripts with a declarative set of *rules*, each stating its input files, output files, parameters, and the command that transforms inputs into …