gatk-3.8/protected/java/test/org/broadinstitute/sting
Mark DePristo fb86887bf2 Fast algorithm for determining which kmers are good in a read
-- old algorithm was O(kmerSize * readLen) for each read.  New algorithm is O(readLen)
-- Added real unit tests for the addKmersFromReads to the graph.  Using a builder is great because we can create a MockBuilder that captures all of the calls, and then verify that all of the added kmers are the ones we'd expect.
2013-04-11 09:54:22 -04:00
..
gatk/walkers Fast algorithm for determining which kmers are good in a read 2013-04-11 09:54:22 -04:00
utils Bug fix in SWPairwiseAlignment. 2013-04-10 16:04:37 -04:00