gatk-3.8/public/java/test/org/broadinstitute/sting/gatk/walkers
Mark DePristo 982192e2e4 MD5DB for integrationtest management now writes out a md5mismatches files for clean analysis
-- This file is in integrationtests/md5mismatches.txt, and looks like:

expected        observed        test
7fd0d0c2d1af3b16378339c181e40611        2339d841d3c3c7233ebba9a6ace895fd        test BeagleOutputToVCF
43865f3f0d975ee2c5912b31393842f8        1b9c4734274edd3142a05033e520beac        testBeagleChangesSitesToRef
daead9bfab1a5df72c5e3a239366118e        27be14f9fc951c4e714b4540b045c2df        testDiffObjects:master=/local/dev/depristo/itest/public/testdata/diffTestMaster.vcf,test=/local/dev/depristo/itest/public/testdata/diffTestTest.vcf,md5=daead9bfab1a5df72c5e3a239366118e

-- Associated cleanup with making md5db an instantiated object, rather than a bunch of static methods
2012-06-14 16:42:27 -04:00
..
CNV GATK tests use public/testdata not /humgen/ as much as possible 2012-05-24 10:58:58 -04:00
annotator Made GQ an int, not a float. Updated VC code and lots of corresponding MD5s 2012-05-28 20:20:05 -04:00
beagle Missed one integration test 2012-05-29 07:23:24 -04:00
bqsr I hate these disabled unit tests, #2 2012-06-14 15:19:27 -04:00
coverage DoC now properly handles reference N bases + misc. additional cleanups 2012-02-25 11:32:50 -05:00
diagnostics DiagnoseTargets with working Q1,Median,Q3 2012-05-29 10:16:45 -04:00
diffengine Update MD5s to reflect new limited output of DiffObjectsWalkers 2012-05-27 11:20:47 -04:00
fasta Removing the legacy -L "interval1;interval2" syntax 2011-11-21 13:18:53 -05:00
filters Made GQ an int, not a float. Updated VC code and lots of corresponding MD5s 2012-05-28 20:20:05 -04:00
genotyper Efficient Genotype object Intermediate commit 2012-06-14 16:42:24 -04:00
indels GATK tests use public/testdata not /humgen/ as much as possible 2012-05-24 10:58:58 -04:00
phasing Made GQ an int, not a float. Updated VC code and lots of corresponding MD5s 2012-05-28 20:20:05 -04:00
qc First version of VariantContextBuilder 2011-11-18 11:06:15 -05:00
recalibration GATK tests use public/testdata not /humgen/ as much as possible 2012-05-24 10:58:58 -04:00
validation GATK tests use public/testdata not /humgen/ as much as possible 2012-05-24 10:58:58 -04:00
varianteval Final updates to integration tests for BCF2 2012-05-24 10:58:59 -04:00
variantrecalibration MD5DB for integrationtest management now writes out a md5mismatches files for clean analysis 2012-06-14 16:42:27 -04:00
variantutils Efficient Genotype object Intermediate commit 2012-06-14 16:42:24 -04:00
BAQIntegrationTest.java merge master 2011-10-25 16:08:39 -04:00
ClipReadsWalkersIntegrationTest.java GATK tests use public/testdata not /humgen/ as much as possible 2012-05-24 10:58:58 -04:00
FlagStatIntegrationTest.java Adding integration test for Flag Stat 2012-04-10 22:40:38 -04:00
PileupWalkerIntegrationTest.java Had some free time, so I unplugged extended events from the walkers. Now they exist only in LocusIteratorByState, but ReadProperties.generateExtendedEvents() always returns false so that block is never actually executed anymore. I don't want to touch LIBS because I think David is in there right now. 2012-04-02 14:27:36 -04:00
PrintReadsIntegrationTest.java GATK tests use public/testdata not /humgen/ as much as possible 2012-05-24 10:58:58 -04:00
PrintReadsUnitTest.java Better location for the downsampling of reads in PrintReads 2012-01-14 14:06:09 -05:00