gatk-3.8/java/test/org/broadinstitute/sting/gatk/walkers/coverage
chartl 88a06ad81f Changes to Depth of Coverage:
- For speedup in large number of samples, base counts are done on a per read group level, then
   merged into counts on larger partitions (samples, libraries, etc)
   + passed all integration tests before next item
- Added additional summary item, a coverage threshold. Set by (possibly multiple) -ct flags,
   the summary outputs will have columns for "%_bases_covered_to_X"; both per sample, and
   per sample per interval summary files are effected (thus md5s changed for these)

NOTE:

This is the last revision that will include the per-gene summary files. Once DesignFileGenerator is sufficiently general, and has integration tests, it will be moved to core and the per-gene summary from Depth of Coverage will be retired.



git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3437 348d0f76-0448-11de-a6fe-93d51630548a
2010-05-26 03:39:22 +00:00
..
CallableLociWalkerIntegrationTest.java Minor improvements to Callable Loci for public consumption 2010-05-21 12:50:11 +00:00
CompareCallableLociWalkerIntegrationTest.java Got rid of stray unicode characters in copyright message. 2010-05-13 14:47:39 +00:00
DepthOfCoverageB36IntegrationTest.java Changes to Depth of Coverage: 2010-05-26 03:39:22 +00:00
DepthOfCoverageIntegrationTest.java Changes to Depth of Coverage: 2010-05-26 03:39:22 +00:00