Re: [Denovoassembler-devel] 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:08:28
|
On 21/07/11 16:40, Sébastien Boisvert wrote: > Although both k-mers will go on the same MPI rank, > the first flush may generate an actual MPI message on the network. > As such, the second flush won't flush anything because the buffer was just reset. > On the other hand, if the first k-mer does not generate a message when flush is called, > then the second flush may do so. > > Feel free to send me a patch for this ! Okay, I've attached a patch that just does the flush twice without any additional reverse complelements. -- David |