Skip to content

Commit a9aba3e

Browse files
committed
trying other methods to creae the multiqc files channel
1 parent bf8eaa2 commit a9aba3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subworkflows/local/phylogenetic_qc.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ workflow PHYLOGENETIC_QC{
4040
)
4141

4242
emit:
43-
kraken2_report = KRAKEN2_KRAKEN2.out.report.collect()
43+
kraken2_report = KRAKEN2_KRAKEN2.out.report.map { meta, report -> [ report ] }.collect()
4444
}

0 commit comments

Comments
 (0)