Nextomics / NextDenovo

Fast and accurate de novo assembler for long reads
GNU General Public License v3.0
352 stars 52 forks source link

about the bug in nextdenovo2.0 #21

Closed wangzhongkai1 closed 4 years ago

wangzhongkai1 commented 4 years ago

Dear Hu, Thanks for your excellent work in denovo genome assembly of nextdenovo-2.0 and it truly helped us a lot in our project; but i found a bug while running another genome assembly in nextdenovo-2.0

I have finished step 1 of raw align ; the main program was at substep 1, get cns, of step 2 , cns align, and several sub tasks were submitted into running; most of them(26/30) had been normally finished, but some (4/30) were trapped into sleeping state; while I checked the results, I found that the size of cns.fasta was basically the same as other finished ones, and the total number of sequence was 9584, but the corresponding index was imcomplete with only 9490 lines representing the sequence information and the last line had only a number "2" which was the begining of the sequence id; unfortunately, while I killed the main program and manually submitted the trapped subtask, it still could not normally finish and the results were exactly the same as the one I described before.

Could you please help me debug this problem? Thanks a lot, and looking forward to your reply!

Bestwishes!

moold commented 4 years ago

Could you paste the get cns log in here?

wangzhongkai1 commented 4 years ago

hostname

moold commented 4 years ago

The log shows a thread has crashed maybe because of a known bug, I plan to release the next version and fix it in this week.

wangzhongkai1 commented 4 years ago

Bingo, thank you.

zijiangyang commented 4 years ago

@moold Hi Hu: I got the same error on one project but the nextdenovo works perfectly for several other genome assembly projects. The settings in run.cfg for these projects are exactly the same. May I ask is this error related to the input data?

Many thanks!

moold commented 4 years ago

In some extent, yes. This bug will be triggered only if a seed contains lots of low quality regions. I will fix it in the next release.

zijiangyang commented 4 years ago

In some extent, yes. This bug will be triggered only if a seed contains lots of low quality regions. I will fix it in the next release.

That would be great! Really appreciate your effort in developing this amazing software!

moold commented 4 years ago

Hi, you can try to download the latest version and this bug has been fixed.

wangzhongkai1 commented 4 years ago

Dear Hu, Glad to tell tou that the program has been normally finished, thanks for your effort!