smartdenovo icon indicating copy to clipboard operation
smartdenovo copied to clipboard

make: *** [JBX.dmo.lay] Error 1

Open zxgsy520 opened this issue 3 years ago • 1 comments
trafficstars

Hi! I assembled a genome of about 7G and reported the following error. Ask if it is resolved. image thanks in advance!

zxgsy520 avatar Sep 05 '22 09:09 zxgsy520

This problem was caused by so looong reads now comparing to that at 2014 year. I used 20 bits (1Mb) to store the overlap length, which was thought to be safe, but not.

1050571 - (1 ^ 20) = 1995

You know, change the data structure will cause unexcepted errors, esp. for this eight year ago programs. So, my solution will be split any longer read into parts no longer than 1Mb. If 1Mb is still to long for other part of whole pipeline, try 256kb.

Hope it helps.

ruanjue avatar Sep 06 '22 08:09 ruanjue