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 bf8eaa2 commit a9aba3eCopy full SHA for a9aba3e
subworkflows/local/phylogenetic_qc.nf
@@ -40,5 +40,5 @@ workflow PHYLOGENETIC_QC{
40
)
41
42
emit:
43
- kraken2_report = KRAKEN2_KRAKEN2.out.report.collect()
+ kraken2_report = KRAKEN2_KRAKEN2.out.report.map { meta, report -> [ report ] }.collect()
44
}
0 commit comments