We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0d357 commit 75a8e33Copy full SHA for 75a8e33
workflows/seqinspector.nf
@@ -39,7 +39,7 @@ workflow SEQINSPECTOR {
39
FASTQC (
40
ch_samplesheet
41
)
42
- ch_multiqc_files = ch_multiqc_files.mix(FASTQC.out.zip.collect{it[1]}.ifEmpty([]))
+ ch_multiqc_files = ch_multiqc_files.mix(FASTQC.out.zip)
43
ch_versions = ch_versions.mix(FASTQC.out.versions.first())
44
45
//
@@ -48,7 +48,7 @@ workflow SEQINSPECTOR {
48
PHYLOGENETIC_QC (
49
50
51
- ch_multiqc_files = ch_multiqc_files.mix(PHYLOGENETIC_QC.out.mqc.collect{it[1]}.ifEmpty([]))
+ //ch_multiqc_files = ch_multiqc_files.mix(PHYLOGENETIC_QC.out.mqc.collect{it[1]}.ifEmpty([]))
52
ch_versions = ch_versions.mix(PHYLOGENETIC_QC.out.versions)
53
54
0 commit comments