Closed hjjansen closed 8 years ago
Did you update Canu in the middle of an assembly?
No, the machine wasn't used for anything other than this update.
Lines like this made me curious: ERROR: AS_MAX_READS_BITS in store = 41, differs from executable = 37 ERROR: AS_MAX_READLEN_BITS in store = 17, differs from executable = 21
Me too but I don't have enough knowledge to see what I did wrong.
Your run is definitely mixing Canu v1.0 and v1.1, based both on the bits message and that pre-compute is using mhap 1.5 whereas Canu v1.1 should be using mhap 2.0. It seems like the run starts with Canu 1.0 and switches to 1.1 at some point when your error is reported. Do you have both installed on the system? Maybe one is being picked up in the path?
Can you remove your entire asm directory (/mnt/data3/minion_data/zfg150502/assembly8) and then post the full output of the Canu run up to the failure?
Thanks a million Sergey and apologies for wasting your time, this was entirely my mistake. I started the assembly8 with v1.0 and then decided to upgrade to v1.1 so I stopped Canu and upgraded but didn't delete the assembly8 directory thinking it would be overwritten by the new assembly8. I now deleted this directory and started the v1.1 assembler again. It now works like a charm. Thanks for this great tool!
Hans Jansen
When run locally Canu fails in the mhap precompute stage with 1 finished job and 4 to compute. The same data was used on the same machine in canu v1.0 to produce assemblies 1 to 7 without any problem. After installation of Canu v1.1 (+16 commits) r7394 a57a2edacb17f7dd842f32e2ef58f22953394b05 Canu stops with this message: "canu failed with 'failed to precompute mhap indices. Made 2 attempts, jobs still failed'."
In the correction/1-overlapper folder I can find the precompute.out files. /assembly8/correction/1-overlapper/precompute.000001.out is finished and looks like this:
/assembly8/correction/1-overlapper/precompute.000002.out fails and looks like this
The zfg150502_assembly8.gkpStore was made successfully according to /assembly8/correction/zfg150502_assembly8.gkpStore.err which looked like this:
I'm not sure how to proceed to solve this error. Any guidance is appreciated.
Hans Jansen