gatk-3.8/protected/java
Mark DePristo 59df329776 Fast path for biallelic variants in IndependentAllelesDiploidExactAFCalc
-- If the VariantContext is a bi-allelic variant already, don't split up the VC (it doesn't do anything) and then combine it back together.  This saves us a lot of work on average
-- Be more protective of calls to AFCalc with a VariantContext that might only have ref allele, throwing an exception
2013-02-06 10:34:09 -05:00
..
src/org/broadinstitute/sting Fast path for biallelic variants in IndependentAllelesDiploidExactAFCalc 2013-02-06 10:34:09 -05:00
test/org/broadinstitute/sting Merge pull request #13 from broadinstitute/dr_variant_migration_GSA-692 2013-02-06 07:22:30 -08:00