Skip to content

Commit

Permalink
ch_cat_global_summary
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Feb 2, 2024
1 parent 12dbe1d commit 708fe39
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 708fe39

Please sign in to comment.