sebhtml / ray

Ray -- Parallel genome assemblies for parallel DNA sequencing
http://denovoassembler.sf.net
Other
65 stars 12 forks source link

the code is suppose to work without __SEND_LOWER, but it does not. #79

Closed sebhtml closed 12 years ago

sebhtml commented 12 years ago

with __SEND_LOWER -> PASS peak is 12 PASS Rank 0 has 12128 k-mers 35700 virtual messages generated 84 real messages 5274 vertices without __SEND_LOWER -> FAIL peak is 5 fail it seems that k-mers are getting lost with this option... Rank 0 has 17076 k-mers (completed) 35700 virtual messages generated 84 real messages 5144 vertices

sebhtml commented 12 years ago

sending in code/plugin_KmerAcademyBuilder/KmerAcademyBuilder.cpp reception in code/plugin_MessageProcessor/MessageProcessor.cpp

sebhtml commented 12 years ago

The code works anyway. This is probably because somewhere else it is assumed that the lower k-mer is sent.

WONTFIX