Skip to content

Commit

Permalink
Merge branch 'dev' into feat/workflow-output-definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk authored Feb 4, 2025
2 parents 17498cb + 3a78d02 commit 280b10d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions subworkflows/local/bam_variant_calling_manta/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ workflow BAM_VARIANT_CALLING_MANTA {
//

def ch_manta_input = ch_crams
.map { meta, cram, crai ->
def new_meta = meta + [caller:'manta']
[ new_meta, cram, crai ]
}
.combine(ch_contigs)
.dump(tag: 'manta_input', pretty: true)

Expand Down

0 comments on commit 280b10d

Please sign in to comment.