gatk-3.8/public/java/test/org/broadinstitute/sting/gatk/walkers
Eric Banks 1316b579f0 Bad news folks: BQSR scatter-gather was totally busted; you absolutely cannot trust any BQSR table that was a product of SG (for any version of BQSR). I fixed BQSR-gathering, rewrote (and enabled) the unit test, and confirmed that outputs are now identical whether or not SG is used to create the table. 2012-09-20 14:14:34 -04:00
..
CNV
annotator Update MD5s with new FS score 2012-08-28 08:06:47 -04:00
beagle
bqsr Bad news folks: BQSR scatter-gather was totally busted; you absolutely cannot trust any BQSR table that was a product of SG (for any version of BQSR). I fixed BQSR-gathering, rewrote (and enabled) the unit test, and confirmed that outputs are now identical whether or not SG is used to create the table. 2012-09-20 14:14:34 -04:00
coverage number of stashed changes are lurking in here. In order of importance: 2012-08-21 07:08:58 -04:00
diagnostics
diffengine
fasta Several more walkers have been brought up to use the new Allele representation. 2012-07-27 02:14:25 -04:00
filters Integration test to ensure VariantFiltration makes . -> PASS/FAIL like VQSR 2012-07-25 08:56:39 -04:00
genotyper Adding both unit and integration tests to cover the previous edge case of mismatched PLs 2012-09-20 11:55:28 -04:00
indels
phasing
qc
validation Allele refactoring checkpoint #3: all integration tests except for PoolCaller are passing now. Fixed a couple of bugs from old code that popped up during md5 difference review. Added VariantContextUtils.requiresPaddingBase() method for tools that create alleles to use for determining whether or not to add the ref padding base. One of the HaplotypeCaller tests wasn't passing because of RankSumTest differences, so I added a TODO for Ryan to look into this. 2012-07-27 15:48:40 -04:00
varianteval In AlleleCount stratification, check to make sure the AC (or MLEAC) is valid (i.e. not higher than number of chromosomes) and throw a User Error if it isn't. Added a test for bad AC. 2012-08-14 15:02:30 -04:00
variantrecalibration Update md5s for VQSR, as VQSLOD is now a double and gets the standard double precision treatment in VCF 2012-08-30 19:41:49 -04:00
variantutils A couple of bug-fixy changes. 2012-09-11 23:01:00 -04:00
BAQIntegrationTest.java
ClipReadsWalkersIntegrationTest.java
FlagStatIntegrationTest.java
PileupWalkerIntegrationTest.java Done GSA-282: Unindexed traversals crash if a read goes off the end of a contig 2012-09-05 21:10:03 -04:00
PrintReadsIntegrationTest.java ReadShard are no longer allowed to span multiple contigs 2012-08-30 10:15:11 -04:00
PrintReadsUnitTest.java Removed the "Walker" suffix from all walkers that had it. 2012-07-20 17:27:11 -04:00