gatk-3.8/public/java/test/org/broadinstitute/sting/gatk
Mark DePristo d37a8a0bc8 Efficient Genotype object Intermediate commit
-- Created a new Genotype interface with a more limited set of operations
-- Old genotype object is now SlowGenotype.  New genotype object is FastGenotype.  They can be used interchangable
-- There's no way to create Genotypes directly any longer.  You have to use GenotypeBuilder just like VariantContextBuilder
-- Modified lots and lots of code to use GenotypeBuilder
-- Added a temporary hidden argument to engine to use FastGenotype by default.  Current default is SlowGenotype
-- Lots of bug fixes to BCF2 codec and encoder.
-- Feature additions
  -- Now properly handles BCF2 -> BCF2 without decoding or encoding from scratch the BCF2 genotype bytes
  -- Cleaned up semantics of subContextFromSamples.  There's one function that either rederives or not the alleles from the subsetted genotypes

-- MASSIVE BUGFIX in SelectVariants.  The code has been decoding genotypes always, even if you were not subsetting down samples.  Fixed!
2012-06-14 16:42:24 -04:00
..
datasources GATK tests use public/testdata not /humgen/ as much as possible 2012-05-24 10:58:58 -04:00
downsampling Make downsampler classes themselves generic (instead of just the Downsampler interface) 2012-06-13 16:43:39 -04:00
executive Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
filters GATK tests use public/testdata not /humgen/ as much as possible 2012-05-24 10:58:58 -04:00
iterators Removing extended event related unit tests 2012-04-02 14:40:36 -04:00
refdata Bugfixes and testdata cleanup 2012-05-24 13:26:05 -04:00
report GATK tests use public/testdata not /humgen/ as much as possible 2012-05-24 10:58:58 -04:00
samples Added function to get founders IDs in SampleDB 2012-04-25 12:49:36 -04:00
traversals First pass of the asynchronous block loader. 2011-11-18 15:02:59 -05:00
walkers Efficient Genotype object Intermediate commit 2012-06-14 16:42:24 -04:00
EngineFeaturesIntegrationTest.java More extensive testing of type of error thrown in multi-threaded walker test 2012-04-13 09:23:33 -04:00
GenomeAnalysisEngineUnitTest.java Allow processing of empty intervals, but warn user when this case is encountered. 2011-10-28 12:12:14 -04:00
WalkerManagerUnitTest.java Moving more tools over to use the standard VC arg collection. Also, while I'm in there, I removed all of the empty references to @Requires given that it's no longer relevant. 2011-08-10 12:20:18 -04:00