Re: [Denovoassembler-devel] RE : Why flush both k-mer and its complement?
Ray -- Parallel genome assemblies for parallel DNA sequencing
Brought to you by:
sebhtml
From: David E. (gringer) <dav...@mp...> - 2011-07-21 15:44:49
|
On 21/07/11 17:39, Sébastien Boisvert wrote: > I think there is a bug: > > In your for loop, the second iteration (flush=1) should add b in the m_bufferedData, not a twice ! Ah, sorry, it does actually add the raw bits of a/b as well. I just noticed that the rankToFlush would be the same, and didn't think about copying the actual sequence. -- David |