Skip to content

Commit 75a8e33

Browse files
committed
removed kraken2 output from multiqc
1 parent 3e0d357 commit 75a8e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflows/seqinspector.nf

Lines changed: 2 additions & 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.collect{it[1]}.ifEmpty([]))
42+
ch_multiqc_files = ch_multiqc_files.mix(FASTQC.out.zip)
4343
ch_versions = ch_versions.mix(FASTQC.out.versions.first())
4444

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

5454

0 commit comments

Comments
 (0)