gatk-3.8/public/java/test/org/broadinstitute/sting/gatk
Roger Zurawicki b8b139841d DiagnoseTargets with working Q1,Median,Q3
- Merged Roger's metrics with Mauricio's optimizations
 - Added Stats for DiagnoseTargets
     - now has functions to find the median depth, and upper/lower quartile
     - the REF_N callable status is implemented
 - The walker now runs efficiently
 - Diagnose Targets accepts overlapping intervals
 - Diagnose Targets now checks for bad mates
 - The read mates are checked in a memory efficient manner
 - The statistics thresholds have been consolidated and moved outside of the statistics classes and into the walker.
 - Fixed some bugs
 - Removed rod binding

Added more Unit tests

 - Test callable statuses on the locus level
 - Test bad mates

 - Changed NO_COVERAGE -> COVERAGE_GAPS to avoid confusion

Signed-off-by: Mauricio Carneiro <carneiro@broadinstitute.org>
2012-05-29 10:16:45 -04:00
..
datasources GATK tests use public/testdata not /humgen/ as much as possible 2012-05-24 10:58:58 -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 DiagnoseTargets with working Q1,Median,Q3 2012-05-29 10:16:45 -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