First implementation of the Sliding Window

This is the first attempt on the sliding window approach to reduce the memory footprint and increase performance of the ReduceReads walker.
The sliding window creates a running consensus as it traverses the reads without saving them all in memory. It also generalizes the treatment of variable regions.
This commit is contained in:
Mauricio Carneiro 2011-08-12 22:46:44 -04:00
parent ed2df49743
commit ec6b1731e8

Diff Content Not Available