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 Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
GenotypeLikelihoodsUnitTest.java Updating MD5 to reflect canonical ordering of calculation 2011-11-19 15:57:33 -05:00
GenotypeUnitTest.java Change interface to getNegLog10PError to getLog10PError 2011-11-18 21:07:30 -05:00
GenotypesContextUnitTest.java GenotypesContext now updates cached data for add, set, replace operations when possible 2011-11-22 08:40:48 -05:00
VCFJarClassLoadingUnitTest.java Modified the VCFJarClassLoadingUnitTest to play nice with the packaged-jar test targets. 2011-10-25 14:47:15 -04:00
VariantContextBenchmark.java Change interface to getNegLog10PError to getLog10PError 2011-11-18 21:07:30 -05:00
VariantContextUnitTest.java Bug fix for incorrect logic in subsetSamples 2011-12-14 16:14:26 -05:00
VariantContextUtilsUnitTest.java Bugfix for pError not being checked correctly in CommonInfo 2011-11-19 15:58:59 -05:00
VariantJEXLContextUnitTest.java Killing the final versions of old new VariantContext interface 2011-11-18 21:32:43 -05:00