Skip to content

Commit

Permalink
Update workflows/rnavar/main.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime U Garcia <[email protected]>
nvnieuwk and maxulysse authored Jan 15, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d477c21 commit 0c18809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/rnavar/main.nf
Original file line number Diff line number Diff line change
@@ -285,7 +285,7 @@ workflow RNAVAR {
def haplotypecaller_out = GATK4_HAPLOTYPECALLER.out.vcf
.join(GATK4_HAPLOTYPECALLER.out.tbi, failOnMismatch:true, failOnDuplicate:true)
.map{ meta, vcf, tbi ->
def new_meta = meta + [id:meta.sample] - meta.subMap('sample') - meta.subMap("interval_count")
def new_meta = meta + [id:meta.sample] - meta.subMap('sample', "interval_count")
[ groupKey(new_meta, meta.interval_count), vcf, tbi ]
}
.groupTuple()

0 comments on commit 0c18809

Please sign in to comment.