gatk-sv
gatk-sv copied to clipboard
Switch awk to bcftools once regression is fixed
Minor refactoring
A regression introduced in bcftools version 1.14 caused the SingleSampleFiltering.wdl task FilterVcfBySampleGenotypeAndAddEvidenceAnnotation to fail. I made a work-around using awk, but once that regression is addressed, the usage of bcftools should be restored (faster, more concise, easier to maintain). The instructions for restoring it are in comments withing the command block of the task.
Related bcftools issue: https://github.com/samtools/bcftools/issues/1733