Terminology¶
-
rule - Snakemake rules define a given task, the input files it depends on, the output files it produces, the shell commands it should run, etc.
-
directive - this refers to subheadings of rules, such as
input:
oroutput:
orshell:
rule - Snakemake rules define a given task, the input files it depends on, the output files it produces, the shell commands it should run, etc.
directive - this refers to subheadings of rules,
such as input:
or output:
or shell: