Skip to content

Commit

Permalink
removed print statemtns
Browse files Browse the repository at this point in the history
  • Loading branch information
ilight1542 committed Feb 28, 2025
1 parent 9ac4c42 commit c1bab1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions subworkflows/local/metagenomics_profiling.nf
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ workflow METAGENOMICS_PROFILING {
// for each tool and make liberal use of multiMap to keep reads/database
// channel element order in sync with each other

ch_reads.view()

if ( params.metagenomics_profiling_tool == 'malt' ) {

// Optional parallel run of malt available:
Expand Down Expand Up @@ -154,8 +152,6 @@ workflow METAGENOMICS_PROFILING {
meta, files.flatten()
]}

ch_krakenuniq_input.view()

ch_krakenuniq_input = ch_krakenuniq_input.combine(ch_database)
.multiMap{
meta, files, database ->
Expand Down

0 comments on commit c1bab1d

Please sign in to comment.