gatk-3.8/protected/java
Mark DePristo 3e01a76590 Clean up AlleleFrequencyCalculation classes
-- Added a true base class that only does truly common tasks (like manage call logging)
   -- This base class provides the only public method (getLog10PNonRef) and calls into a protected compute function that's abstract
   -- Split ExactAF into superclass ExactAF with common data structures and two subclasses: DiploidExact and GeneralPloidyExact
   -- Added an abstract reduceScope function that manages the simplification of the input VariantContext in the case where there are too many alleles or other constraints require us to only attempt a smaller computation
   -- All unit tests pass
2012-10-03 19:55:11 -07:00
..
src/org/broadinstitute/sting Clean up AlleleFrequencyCalculation classes 2012-10-03 19:55:11 -07:00
test/org/broadinstitute/sting/gatk/walkers Clean up AlleleFrequencyCalculation classes 2012-10-03 19:55:11 -07:00