Skip to content

Commit f4dc19a

Browse files
committed
why is multiqc not working?
1 parent 07bd918 commit f4dc19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/seqinspector.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ workflow SEQINSPECTOR {
9696

9797
MULTIQC_GLOBAL (
9898
ch_multiqc_files
99-
.map { meta, file -> file }
99+
//.map { meta, file -> file }
100100
.mix(ch_multiqc_extra_files)
101101
.collect(),
102102
ch_multiqc_config.toList(),

0 commit comments

Comments
 (0)