-
Notifications
You must be signed in to change notification settings - Fork 90
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
Segmentation fault #771
Comments
Just double check: The default hifiasm (UL) cannot be finished, while -D20 worked? |
Yes, sorry for my bad wording. With With |
Hmm, it should not happen. By the way, why would you like to give very large values for -D? |
I have several gaps at satellites that need higher kmer multiplicity values to resolve. I'm usually patching them manually by reassembling the satellite region with higher -D values. However, since you reduced the RAM requirements with the new read correction method (thanks!!) then I thought I could raise the |
I see. Theoretically if you can share the data with me then I can have a look to fix this issue. However we don't have machine to assemble such large genome... |
Yes I imagined so :/ It is really a gigantic thing... I guess I could run whatever diagnostic /debugging program you might need. Would that be an option? Thanks again for your help. |
Hi @chhylp123 Actually after 21 days the
Many thanks in advance! |
Hmm, can it work wit -D5 or -D10? |
It used to work with Haven't tried The processed unitig graph with |
Hi @chhylp123 Do you think incorporating HiC phasing would enable us to bypass this error? |
Hi @chhylp123 Is it possible that the tangled state of the graph is responsible for the segmentation fault during partitioning? All the chromosomes are linked by the telomeric repeats (center of the start-shaped component) but this was never a problem before. |
Hello,
I am running hifiasm with a giant genome (~30 Gbp) using v0.24 and am getting a seg fault during the UL step when using
-D 50
:However, when running it with
-D 20
it worked fine, and the HiFi step worked fine as well. This is the log of the-D 20
run that worked fine:Many thanks!
The text was updated successfully, but these errors were encountered: