Skip to content

Commit

Permalink
Update subworkflows/local/splitncigar/main.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime U Garcia <[email protected]>
  • Loading branch information
nvnieuwk and maxulysse authored Jan 14, 2025
1 parent 8ef0e65 commit d477c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/splitncigar/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ workflow SPLITNCIGAR {
.transpose(by:3)
.map { meta, bam_, bai, interval ->
def new_meta = meta + [id:"${meta.id}_${interval.baseName}", sample: meta.id]
[ new_meta, bam_, bai, interval ]
[ meta + [id:"${meta.id}_${interval.baseName}", sample: meta.id], bam_, bai, interval ]
}

GATK4_SPLITNCIGARREADS(bam_interval,
Expand Down

0 comments on commit d477c21

Please sign in to comment.