gatk-3.8/public/java/test/org/broadinstitute/sting/gatk
Mark DePristo 31997f8092 Bugfixes on the way to passing integration tests
-- Replaced getAttributes with getDP() and not the old style getAttribute, where appropriate
-- Added getAnyAttribute and hasAnyAttribute that actually does the expensive work of seeing if the key is something like GT, AD or another inline datum, and returns it.  Very expensive but convenient.
-- Fixed nasty subsetting bug in SelectVariants with excluding samples
-- Generalized VariantsToTable to work with new inline attributes (using getAnyAttribute) as well as GT
-- Bugfix for dropping old style GL field values
-- Added test to VCFWriter to ensure that we have the sample number of samples in the VC as in the header
-- Bugfix for Allele.getBaseString to properly show NO_CALL alleles
-- getGenotypeString in Genotype returns "NA" instead of null for ploidy == 0 genotypes
2012-06-14 16:42:33 -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 Bugfixes on the way to passing integration tests 2012-06-14 16:42:33 -04:00
EngineFeaturesIntegrationTest.java Nearing final BCF commit 2012-06-14 16:42:32 -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