Clean up rule prepare_MultiQC_config
- move logo path from params to input
-
replace
\n
withos.linesep
-
concatenate string with
os.path.join
and not with+
- expand with snakemake wildcards whenever possible and avoid regular expressions
-
convert it to script and use
shell
instead ofrun
- the order of the tools should be given as argument in the script (optparse, argparse)