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:
parent
ed2df49743
commit
ec6b1731e8