gatk-3.8/public/java/test/org/broadinstitute/sting/utils/variantcontext
Mark DePristo 48f271c5bd Adding 80% support for multi-allelic variants
-- Multi-allelic variants are split into their bi-allelic version, trimmed, and we attempt to provide a meaningful genotype for NA12878 here.  It's not perfect and needs some discussion on how to handle het/alt variants
-- Adding splitInBiallelic funtion to VariantContextUtils as well as extensive unit tests that also indirectly test reverseTrimAlleles (which worked perfectly FYI)
2012-11-21 17:24:59 -05:00
..
writer VCF/BCF writers once again automatically write out no-call genotypes for samples in the VCFHeader but not in the VC itself 2012-09-12 06:46:26 -04:00
AlleleUnitTest.java All integration tests and VC/Allele unit tests are passing 2012-07-27 17:03:49 -04:00
GenotypeLikelihoodsUnitTest.java A couple of bug-fixy changes. 2012-09-11 23:01:00 -04:00
GenotypeUnitTest.java Genotype filters are now just Strings, not Set<String> 2012-06-30 11:22:47 -04:00
GenotypesContextUnitTest.java Efficient Genotype object Intermediate commit 2012-06-14 16:42:24 -04:00
VCFJarClassLoadingUnitTest.java Remove reference dependence in BCF2Codec 2012-07-25 08:56:38 -04:00
VariantContextBenchmark.java Bugfix for incorrect allele counting in IndelSummary 2012-08-01 15:45:12 -04:00
VariantContextTestProvider.java Adding 80% support for multi-allelic variants 2012-11-21 17:24:59 -05:00
VariantContextUnitTest.java Using the simple VCBuilder constructor and then subsequently trying to modify attributes was throwing a NPE. This is easily solved (without a performance hit) by initializing the attributes map to an immutable Collections.emptyMap(). Added unit test to cover this case. 2012-08-22 12:54:29 -04:00
VariantContextUtilsUnitTest.java Adding 80% support for multi-allelic variants 2012-11-21 17:24:59 -05:00
VariantJEXLContextUnitTest.java With the new Allele representation we can finally handle complex events (because they aren't so complex anymore). One place this manifests itself is with the strict VCF validation (ValidateVariants used to skip these events but doesn't anymore) so I've added a new test with complex events to the VV integration test. 2012-07-29 19:22:02 -04:00