Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlap Bucketizing Error #543

Closed
RyanBio opened this issue Jul 6, 2017 · 5 comments
Closed

Overlap Bucketizing Error #543

RyanBio opened this issue Jul 6, 2017 · 5 comments

Comments

@RyanBio
Copy link

RyanBio commented Jul 6, 2017

Hi,
Canu returned a failure when bucketizing the overlaps.The 1-bucketize.000152.out is:

Running job 152 based on command line options.
Removing incomplete bucket create0152
Changed max processes per user from 1024 to 6204211 (max 6204211).

Changed max open files from 1024 to 4096 (max 4096).

maxError fraction: 1.000 percent: 100.000 encoded: 4095
Bucketizing ../1-overlapper/001/000152.ovb
Overlap has IDs out of range (maxID 1926921), possibly corrupt input data.
  coords --          0          0  N       0       0      0       0      0  0.000000
  hangs  --          0          0  N       0      0      0  0.000000
Failure.

My canu version is:

Canu snapshot v1.5

The error overlap IDs out of range seems special. There are total 156 bucketize jobs, all succeded expect the 152. Any helps for this?

Thanks!

@skoren
Copy link
Member

skoren commented Jul 6, 2017

This looks like disk corruption or an error in the previous step. Is this the correction step of the pipeline? Can you post the output of the precompute and mhap outputs if so. What is the full Canu version you are using, it should specify the commit it is on if it is a snapshot and not a release.

@RyanBio
Copy link
Author

RyanBio commented Jul 7, 2017

Hi, Sergey
Thanks for your reply.
My Canu is from the release. I had different projects. One returned a failure when the pipeline step was trimming and another returned a failure when the pipeline step was unitigging.

@skoren
Copy link
Member

skoren commented Jul 7, 2017

The reason I was asking about the full version is because Canu releases report version like this:
Canu release v1.5
while code checked out from github reports like this:
Canu snapshot v1.5 +115 changes (r8315 738e6cbb6b5e7aa4803322bde157143d66d89c12)
So if it reporting snapshot in the name, it's not a release but a checkout of the repository code. There have been a lot of changes to part of the assembler recently which could have caused your error in unitigging (see issue #546). However, the above error is probably not related to the changes but more likely a disk issue. Do you have the output from the previous step (1-overlapper/overlap.*.out) since I presume this is failing in the trimming stage?

@RyanBio
Copy link
Author

RyanBio commented Jul 10, 2017

Hi Sergey,
The reason of Canu version is "Canu snapshot v1.5" maybe I downloaded the release version through git clone.
The previous step overlap.000152.out looks like successful.
1-bucketize.000152.out.txt
overlap.000152.out.txt

And i will download the lastest version and rerun.

@brianwalenz
Copy link
Member

Any update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants