Right now, your Snakefile will process one data set that is hard coded in. A more realistic use of a snakemake pipeline is to apply it to multiple data sets.
Here, use wildcards to generalize the rules for multiple data sets.
Hint: snakemake wildcards doc
Right now, your Snakefile will process one data set that is hard coded in. A more realistic use of a snakemake pipeline is to apply it to multiple data sets.
Here, use wildcards to generalize the rules for multiple data sets.
Hint: snakemake wildcards doc