Skip to content

Commit d430a27

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

workflows/seqinspector.nf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ workflow SEQINSPECTOR {
3939
FASTQC (
4040
ch_samplesheet
4141
)
42-
ch_multiqc_files = ch_multiqc_files.mix(FASTQC.out.zip)
42+
ch_multiqc_files = ch_multiqc_files.mix(FASTQC.out.zip.collect{it[1]}.ifEmpty([]))
4343
ch_versions = ch_versions.mix(FASTQC.out.versions.first())
4444

4545
//
@@ -48,7 +48,6 @@ workflow SEQINSPECTOR {
4848
PHYLOGENETIC_QC (
4949
ch_samplesheet
5050
)
51-
5251
ch_multiqc_files = ch_multiqc_files.mix(PHYLOGENETIC_QC.out.mqc.collect{it[1]}.ifEmpty([]))
5352
ch_versions = ch_versions.mix(PHYLOGENETIC_QC.out.versions)
5453

0 commit comments

Comments
 (0)