gatk-3.8/public/java/test/org/broadinstitute/sting/gatk
Mark DePristo be45edeff2 ActivityProfile and ActiveRegions respects engine interval boundaries
-- Active regions are created as normal, but they are split and trimmed to the engine intervals when added to the traversal, if there are intervals present.
-- UnitTests for ActiveRegion.splitAndTrimToIntervals
-- GenomeLocSortedSet.getOverlapping uses binary search to efficiently in ~ log N time find overlapping intervals
-- UnitTesting overlap function in GenomeLocSortedSet
-- Discovered fundamental implementation bug in that adding genome locs out of order (elements on 20 then on 19) produces an invalid GenomeLocSortedSet.  Created a JIRA to address this: https://jira.broadinstitute.org/browse/GSA-775
-- Constructor that takes a collection of genome locs now sorts its input and merges overlapping intervals
-- Added docs for the constructors in GLSS
-- Update HaplotypeCaller MD5s, which change because ActiveRegions are now restricted to the engine intervals, which changes slightly the regions in the tests and so the reads in the regions, and thus the md5s
-- GenomeAnalysisEngineUnitTest needs to provide non-null genome loc parser
2013-02-18 10:40:25 -05:00
..
datasources Re-enabled fastBAMindexing by replacing the FileChannel with a SeekableBufferedStream 2013-02-14 17:51:15 -05:00
downsampling Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
executive Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
filters Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
iterators Refactor LIBS into utils.locusiterator before refactoring 2013-01-11 15:17:16 -05:00
refdata Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
report Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
samples Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
traversals Collapse the downsampling fork in the GATK engine 2013-01-28 01:50:30 -05:00
walkers Merge pull request #31 from broadinstitute/yf_fast_BAM_index_traversal 2013-02-15 09:12:32 -08:00
CommandLineGATKUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
EngineFeaturesIntegrationTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
GenomeAnalysisEngineUnitTest.java ActivityProfile and ActiveRegions respects engine interval boundaries 2013-02-18 10:40:25 -05:00
MaxRuntimeIntegrationTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
WalkerManagerUnitTest.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00