Skip to content

Commit

Permalink
Fix multiallelic GTs with low copy number (#750)
Browse files Browse the repository at this point in the history
* Initial commit

* Update .github/.dockstore.yml

Co-authored-by: Mark Walker <[email protected]>

---------

Co-authored-by: Mark Walker <[email protected]>
  • Loading branch information
kjaisingh and mwalker174 authored Dec 3, 2024
1 parent 4b2470f commit 688db3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl/CleanVcf5.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ task Polish {
bcftools +setGT polished.need_reheader.vcf.gz -- \
-t q \
-n c:'1/1' \
-i '(INFO/SVTYPE="DEL" | INFO/SVTYPE="DUP") & (FMT/GT~"[2-9]" | FMT/GT~"[1-9][0-9]+") & FMT/RD_CN>3' > polished.need_reheader.regenotyped.vcf
-i '(INFO/SVTYPE="DEL" | INFO/SVTYPE="DUP") & (FMT/GT~"[2-9]" | FMT/GT~"[1-9][0-9]+")' > polished.need_reheader.regenotyped.vcf
bgzip polished.need_reheader.regenotyped.vcf
Expand Down

0 comments on commit 688db3e

Please sign in to comment.