eastgenomics / eggd_generate_variant_workbook

DNAnexus app for generating xlsx variant workbooks
3 stars 0 forks source link

Bump bcftools to v1.15.1 #103

Open jethror1 opened 2 years ago

jethror1 commented 2 years ago

bcftools v1.15.1 has a bug fix for +split-vep: https://github.com/samtools/bcftools/releases/tag/1.15.1

bcftools +split-vep

VEP fields with characters disallowed in VCF tag names by the specification (such as - in M-CAP) 
couldn't be queried. This has been fixed, the program now sanitizes the field names, replacing
invalid characters with underscore (https://github.com/samtools/bcftools/issues/1686)