Skip to content

Commit

Permalink
removing extra input channel
Browse files Browse the repository at this point in the history
  • Loading branch information
jbv2 committed Feb 7, 2025
1 parent 7fd821c commit 638c591
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions subworkflows/local/merge_lanes_inputbam.nf
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ workflow MERGE_LANES_INPUTBAM {
ch_versions = Channel.empty()
ch_multiqc_files = Channel.empty()


ch_input_bam = bams

ch_input_for_lane_merge = bams
.map { meta, bam, bai -> [ meta.clone().findAll{ it.key !in ['lane', 'colour_chemistry', 'shard_number'] }, bam ] }
.groupTuple()
Expand Down

0 comments on commit 638c591

Please sign in to comment.