gatk-3.8/public/java/test/org/broadinstitute/sting/utils/variantcontext
Mark DePristo 567dba0f76 Cleanup of VCF header lines and constants, BCF2 bugfixes
-- Created public static UnifiedGenotyper.getHeaderInfo that loads UG standard header lines, and use this in tools like PoolCaller
-- Created VCFStandardHeaderLines class that keeps standard header lines in the GATK in a single place.  Provides convenient methods to add these to a header, as well as functionality to repair standard lines in incoming VCF headers
-- VCF parsers now automatically repair standard VCF header lines when reading the header
-- Updating integration tests to reflect header changes
-- Created private and public testdata directories (public/testdata and private/testdata).  Updated tests to use test
-- SelectHeaders now always updates the header to include the contig lines
-- SelectVariants add UG header lines when in regenotype mode
-- Renamed PHRED_GENOTYPE_LIKELIHOODS_KEY to GENOTYPE_PL_KEY
-- Bugfix in BCF2 to handle lists of null elements (can happen in genotype field values from VCFs)
-- Throw error when VCF has unbounded non-flag values that don't have = value bindings
-- By default we no longer allow writing of BCF2 files without contig lines in the header
2012-06-21 15:16:31 -04:00
..
writer Bugfixes for VCFWriterUnitTest and TestProvider to deal with stricter VCFWriter behavior 2012-06-21 15:16:26 -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 Cleanup of VCF header lines and constants, BCF2 bugfixes 2012-06-21 15:16:31 -04:00
VariantContextUnitTest.java Efficient Genotype object Intermediate commit 2012-06-14 16:42:24 -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