Skip to content

Commit 3e0d357

Browse files
committed
ugh
1 parent d430a27 commit 3e0d357

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
@@ -95,7 +95,7 @@ workflow SEQINSPECTOR {
9595

9696
MULTIQC_GLOBAL (
9797
ch_multiqc_files
98-
//.map { meta, file -> file }
98+
.map { meta, file -> file }
9999
.mix(ch_multiqc_extra_files)
100100
.collect(),
101101
ch_multiqc_config.toList(),

0 commit comments

Comments
 (0)