gatk-3.8/public/java/test/org/broadinstitute/sting/utils/variantcontext
Mark DePristo 71b4bb12b7 Bug fix for incorrect logic in subsetSamples
-- Now properly handles the case where a sample isn't present (no longer adds a null to the genotypes list)
-- Fix for logic failure where if the number of requested samples equals the number of known genotypes then all of the records were returned, which isn't correct when there are missing samples.
-- Unit tests added to handle these cases
2011-12-14 16:14:26 -05:00
..
AlleleUnitTest.java
GenotypeLikelihoodsUnitTest.java
GenotypeUnitTest.java
GenotypesContextUnitTest.java
VCFJarClassLoadingUnitTest.java
VariantContextBenchmark.java
VariantContextUnitTest.java Bug fix for incorrect logic in subsetSamples 2011-12-14 16:14:26 -05:00
VariantContextUtilsUnitTest.java
VariantJEXLContextUnitTest.java