Skip to content

Commit

Permalink
Fix BUSCO output channel in subworkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dialvarezs committed Dec 16, 2024
1 parent 0aafe53 commit e5255ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subworkflows/local/bin_qc.nf
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ workflow BIN_QC {

COMBINE_BINQC_TSV(BUSCO_BUSCO.out.batch_summary.map { it[1] }.collect())

qc_summary = COMBINE_BINQC_TSV.out.combined
ch_versions = ch_versions.mix(
BUSCO_BUSCO.out.versions.first(),
COMBINE_BINQC_TSV.out.versions
Expand Down

0 comments on commit e5255ed

Please sign in to comment.