gatk-3.8/public/java/test/org/broadinstitute/sting/utils/variantcontext
Mark DePristo c1ac0e2760 BCF2 cleanup
-- allowMissingVCFHeaders is now part of -U argument.  If you want specifically unsafe VCF processing you need -U LENIENT_VCF_PROCESSING.  Updated lots of files to use this
-- LENIENT_VCF_PROCESSING disables on the fly VCF header cleanup.  This is now implemented via a member variable, not a class variable, which I believe was changing the GATK behavior during integration tests, causing some files to fail that pass when run as a single test because the header reading behavior was changing depending on previous failures.
2012-06-26 15:28:33 -04:00
..
writer BCF2 cleanup 2012-06-26 15:28:33 -04:00
AlleleUnitTest.java Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
GenotypeLikelihoodsUnitTest.java Efficient Genotype object Intermediate commit 2012-06-14 16:42:24 -04:00
GenotypeUnitTest.java Cleanup Genotypes 2012-06-14 16:42:36 -04:00
GenotypesContextUnitTest.java Efficient Genotype object Intermediate commit 2012-06-14 16:42:24 -04:00
VCFJarClassLoadingUnitTest.java Don't try to share BCF2 yet 2012-05-24 10:57:06 -04:00
VariantContextBenchmark.java Cleanup Genotypes 2012-06-14 16:42:36 -04:00
VariantContextTestProvider.java BCF2 cleanup 2012-06-26 15:28:33 -04:00
VariantContextUnitTest.java Add unit tests for VariantContextBuilder.rmAttribute() and .attribute() 2012-06-25 12:05:04 -04:00
VariantContextUtilsUnitTest.java Finalizing new Genotype object and associated routines 2012-06-14 16:42:25 -04:00
VariantJEXLContextUnitTest.java Killing the final versions of old new VariantContext interface 2011-11-18 21:32:43 -05:00