gatk-3.8/java/test/org/broadinstitute/sting/gatk/iterators
hanna 41d57b7139 Massive cleanup of read filtering.
- Eliminate reduncancy of filter application.
- Track filter metrics per-shard to facitate per merging.
- Flatten counting iterator hierarchy for easier debugging.
- Rename Reads class to ReadProperties and track it outside of the Sting iterators.
Note: because shards are currently tied so closely to reads and not the merged triplet of <reads,ref,RODs>, the metrics
classes are managed by the SAMDataSource when they should be managed by something more general.  For now, we're hacking
the reads data source to manage the metrics; in the future, something more general should manage the metrics classes.


git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4015 348d0f76-0448-11de-a6fe-93d51630548a
2010-08-11 20:17:11 +00:00
..
BoundedReadIteratorUnitTest.java Massive cleanup of read filtering. 2010-08-11 20:17:11 +00:00
LocusIteratorByStateUnitTest.java Massive cleanup of read filtering. 2010-08-11 20:17:11 +00:00
LocusOverflowTrackerUnitTest.java A long overdue correction; all unit tests now end in 'UnitTest'. This was something we wanted to do for a while, and now with the performance tests coming, it was a good time to clean-up. Please label any new test appropriately: *UnitTest and *IntegrationTest are the two valid file name patterns for tests. 2010-04-08 06:14:15 +00:00
StingSAMIteratorAdapterUnitTest.java Massive cleanup of read filtering. 2010-08-11 20:17:11 +00:00