richarddurbin / pbwt

Implementation of Positional Burrows-Wheeler Transform for genetic data
100 stars 37 forks source link

change allele dosage annotation from AD to ADS to avoid collision wit… #31

Closed mcshane closed 9 years ago

mcshane commented 9 years ago

…h GATK allele depth

AD looks like it might reserved as part of the VCF spec at some point (see samtools/hts-specs#78), so change this now to avoid having to do it later.