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

error: update_rovlp_chain_qse #518

Closed
fergsc opened this issue Sep 12, 2023 · 5 comments
Closed

error: update_rovlp_chain_qse #518

fergsc opened this issue Sep 12, 2023 · 5 comments

Comments

@fergsc
Copy link

fergsc commented Sep 12, 2023

Hi,
I am trying to assemble a plant genome using HiFi + ONT data. We have been sucessful using HiFiAsm on th HiFi reads alone, but when the ONT data is included we get the following error.

Input data:
hifi = 30.28 Gbp = 54.05x
ONT = 32.67 Gbp = 58.35x

Genome size: 560 Mbp

command

hifiasm                    \
    -t 48                     \
    --ul ONT.fastq.gz \
    hifi.fastq.gz
hifiasm: inter.cpp:15304: void update_rovlp_chain_qse(ma_ug_t*, int64_t, int64_t, mg_lchain_t*, int64_t, int64_t): Assertion `a[i].qs >= 0 && a[i].qs <= qlen' failed.

hifiasm.log

Thanks.

@chhylp123
Copy link
Owner

Which version are you using? Is it possible that you can share the bin files and UL reads with me? I could do a very quick check. Thanks.

@fergsc
Copy link
Author

fergsc commented Sep 14, 2023

I have emailed you a link to the ONT UL and bin files.
I am using HiFiAsm version 0.19.6-r595

Thanks for looking in to this.

@chhylp123
Copy link
Owner

Thanks. I just had a try with your bin files and UL reads using the github HEAD (0.19.6-r597). Hifiasm could produce final contigs without issues. Could you please have a try with current HEAD? Thanks so much!

@fergsc
Copy link
Author

fergsc commented Sep 19, 2023

Success.
I also ran it with additional UL and with Hi-C data and it ran till completion.

Thanks for the help.

@chhylp123
Copy link
Owner

Great. Thanks for the updates.

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

2 participants