We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210b666 commit 4ec0994Copy full SHA for 4ec0994
workflow/rules/fastqc.smk
@@ -37,6 +37,7 @@ if paired_end:
37
"multiqc "
38
"--force "
39
"--outdir {output.d} "
40
+ "--dirs " # Prepend directory to sample names
41
"-n multiqc.html "
42
"{params.extra} "
43
"{input} "
0 commit comments