Skip to content

Commit

Permalink
Merge pull request #574 from maxibor/dev
Browse files Browse the repository at this point in the history
ch_cat_global_summary
  • Loading branch information
jfy133 authored Feb 2, 2024
2 parents 12dbe1d + 708fe39 commit 4594c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/mag.nf
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ workflow MAG {

// If CAT is not run, then the CAT global summary should be an empty channel
if ( params.cat_db_generate || params.cat_db) {
ch_cat_global_summary = CAT_SUMMARY.out.summary
ch_cat_global_summary = CAT_SUMMARY.out.combined
} else {
ch_cat_global_summary = Channel.empty()
}
Expand Down

0 comments on commit 4594c93

Please sign in to comment.