Skip to content

Commit 4ec0994

Browse files
committed
updated multiqc for --dirs
1 parent 210b666 commit 4ec0994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workflow/rules/fastqc.smk

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ if paired_end:
3737
"multiqc "
3838
"--force "
3939
"--outdir {output.d} "
40+
"--dirs " # Prepend directory to sample names
4041
"-n multiqc.html "
4142
"{params.extra} "
4243
"{input} "

0 commit comments

Comments
 (0)