Skip to content

Commit

Permalink
changing empty channel
Browse files Browse the repository at this point in the history
  • Loading branch information
jbv2 committed Feb 7, 2025
1 parent 61e95fb commit 3a3fd69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/eager.nf
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ workflow EAGER {
.join(MERGE_LANES_INPUTBAM.out.bai)

} else {
ch_bams_from_input = Channel.empty()
ch_flagstat_input_bam = Channel.empty()
ch_bams_from_input_lanemerged = Channel.empty()
ch_flagstat_input_bam = Channel.empty()
}


Expand Down

0 comments on commit 3a3fd69

Please sign in to comment.