bigdatagenomics / bdg-formats

Open source formats for scalable genomic processing systems using Avro. Apache 2 licensed.
Apache License 2.0
38 stars 36 forks source link

Variant should store whether it has a non-ref model #124

Closed fnothaft closed 7 years ago

fnothaft commented 7 years ago

Was working on a fix for https://github.com/bigdatagenomics/adam/issues/1381, and the long and short of things is that we should add a flag to note that a variant also has a non-ref (gVCF) model attached. This makes the fix to said issue much easier, and also makes this more explicit (right now, we imply it with a null alt allele).

heuermh commented 7 years ago

Fixed in https://github.com/bigdatagenomics/adam/issues/1381