Closed LiaOb21 closed 2 years ago
Hello,
This std::bad alloc
is a common memory problem, as you said. Is there any other program that runs simultaneously on the same computer and consumes a lot of memory? Please re-run the program and keep an eye on the memory available.
Best regards
Lidong Guo
Hi Lidong,
Thank you so much for your reply. May I ask you which are the minimum memory requirements? I am currently running the software on a big cluster, so it seems quite strange that the memory is not enough, unless a really huge memory is required. The Arabidopsis genome is quite small, but the software crashes always at the same step. Is there anything in the script that I can try to change to solve the issue? Thank you so much in advance.
Cheers,
Lia
Hi Lia,
One of our test datasets which generates a 5.5Gb xxx.paf records a 32Gb peak memory. Since your gapclosed_ne.fill.paf is 11Gb, I think the safe memory estimation is 100Gb.
If your genome size is small, then I guess the coverage of your HiFi reads is relatively large? Reducing read coverage is also an effective way to reduce memory costs.
Best regards Lidong Guo
Hi Lidong, Thank you so much, it solved the issue.
Best regards,
Lia
Hello,
Thank you so much for this useful tool. I was trying to filling the gaps of my draft assembly of Arabidopsis (ONT assembly, polished with HiFi reads using racon, and then scaffolded using 3d-dna) using HiFi reads and I got this error:
I installed tgscapcloser using conda.
This is what I see in the .log file
These are the files that I got in the directory:
It seems to be a memory issue, but we think to have enough memory. Do you have any idea on what could be happened? I really thank you in advance.
Cheers,
Lia