Skip to content

Commit

Permalink
changed the kraken2 channels
Browse files Browse the repository at this point in the history
  • Loading branch information
ctuni committed Oct 28, 2024
1 parent c5edd67 commit 6c55393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subworkflows/local/phylogenetic_qc.nf
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ workflow PHYLOGENETIC_QC{
)

emit:
kraken2_report = KRAKEN2_KRAKEN2.out.report.map { meta, report -> [ report ] }.collect()
kraken2_report = KRAKEN2_KRAKEN2.out.report.collect()
}
2 changes: 1 addition & 1 deletion workflows/seqinspector.nf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ workflow SEQINSPECTOR {
ch_samplesheet
)

ch_multiqc_files = ch_multiqc_files.mix(FASTQC.out.zip).mix(PHYLOGENETIC_QC.out.kraken2_report)
ch_multiqc_files = ch_multiqc_files.mix(FASTQC.out.zip).join(PHYLOGENETIC_QC.out.kraken2_report)
ch_multiqc_files.view()
ch_versions = ch_versions.mix(FASTQC.out.versions.first())

Expand Down

0 comments on commit 6c55393

Please sign in to comment.