-
Notifications
You must be signed in to change notification settings - Fork 109
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
abyss-overlap "Assertion `tend <= tseq.size' failed" #450
Comments
Could be some sort of overflow issue. |
I don't see why not. I'll give a try and let you know. |
I get the same error with version 2.3.4, unfortunately. Version:
Command:
|
I don't see anything obviously wrong in the code. Are the sequences you are working with publicly available so that I can test them? |
Hi @vlad0x00 , it is probably caused by a "broken" FASTQ input. Edit any FASTQ test file you have and reduce the SEQ or QUAL part to empty string or just a single |
It's not publicly available but I see you're also at the GSC so you might have access ;) I saw your message on RocketChat and I can try pointing you to the input if you want.
Hi @mmokrejs, the input here is actually a FASTA (no QUAL). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your interest in ABySS! |
Hi, I'm running an analysis that repeatedly fails at the abyss-overlap step and it seems to be tied to the size of the input.
I'm running
ABySS version 1.9.0
onCentOS Linux release 7.6.1810
.The command I'm running is:
The stderr from the failed run looks like:
I've found if I downsample my
input.fa
file enough, then it's able to run ok though. Example:In this case, downsampling the input from ~10 million reads to 7 million was the point at where it starts to work.
Any idea on what the issue might be? Thanks.
The text was updated successfully, but these errors were encountered: