gatk-3.8/public/java/src/org/broadinstitute/sting
Mark DePristo c7f0ca8ac5 Optimization for LIBS: PerSampleReadStateManager now uses a simple LinkedList of AlignmentStateMachine
-- Instead of storing a list of list of alignment starts, which is expensive to manipulate, we instead store a linear list of alignment starts.  Not grouped as previously.  This enables us to simplify iteration and update operations, making them much faster
-- Critically, the downsampler still requires this list of list.  We convert back and forth between these two representations as required, which is very rarely for normal data sets (WGS NA12878 on chr20 is 0.2%, 4x WGS is even less).
2013-01-14 16:30:16 -05:00
..
alignment Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
commandline Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
gatk SamplePartitioner optimizations and bugfixes 2013-01-14 16:30:16 -05:00
jna Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
queue Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
tools Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
utils Optimization for LIBS: PerSampleReadStateManager now uses a simple LinkedList of AlignmentStateMachine 2013-01-14 16:30:16 -05:00