Best practices for integrating optional arguments in shell command inside a snakemake pipeline
I was wondering what the cleanest way to run two different shell commands depending on if a parameter is given in a snakemake config file. For the moment I am using this setup: