@@ -40,8 +40,12 @@ Output and input can take any values. We defined them as wildcards. We use 4 wil
...
@@ -40,8 +40,12 @@ Output and input can take any values. We defined them as wildcards. We use 4 wil
# Rules
# Rules
A Snakemake workflow is defined by specifying rules in a Snakefile. Rules decompose the workflow into small steps by specifying how to create sets of output files from sets of input files.
## Overview
## Overview
Snakefile in green, output files in yellow, configuration files in white, rules in grey.