-
Notifications
You must be signed in to change notification settings - Fork 6
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
Binny step is slow and use a lot of RAM in large dataset #44
Comments
Hi, could you post the log ( Best |
Here is my log and config file content: 06/01/2023 12:56:50 PM - Starting Binny run for sample test. NX_value: 90 |
Thanks. Something definitely went wrong. Calculating the k-mer frequencies should not take that long. Can you check if there are actually processes running? |
Actually, I have tested Binny in other relaitvely small dataset and the system works well. |
Could be, i am still puzzled as to why it would stall at the k-mer counting but not throw any error. I will try to do some tests to see , if i can reproduce it. You could try to limit the assembly to e.g. 1*10^6 or 5*10^5 sequences, if it is much above that to see if that helps in the meantime. |
I notice the warning info: |
I am runing Binny on 18 metagenomes with average depth 20gbps with 20 cores. This step has run 12 days and not complete yet. It also required a lot of RAM (more than 300GB)
How can I speed up this step and use less RAM? like keeping coassembly mode off?
The text was updated successfully, but these errors were encountered: