-
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
Segmentation fault #3
Comments
The same problem here! I am getting out of memory really quickly! (graphmap2 (v.0.6.01)) |
@HegedusB can you tell me which dataset and reference are you using? Do you maybe have a link to download? |
Dear jmaricb, I am trying to map 9097076 nanopore cDNA reads on a fungi genome (Coprinopsis cinerea AmutBmut pab1-1, NCBI:txid1132390). The reads are produced by my lab and are not publicly available yet. The graphmap2 works really fine with a small subset of the reads, but uses all of may memories if want to use all of the reads. Is there any way to reduce the memory need of the program? The result what I get so far are really promising. |
I ran the graphmap2 on a server which has a CentOS 7.6.1810 operation system and 192 Gb RAMs. |
@HegedusB Sorry for not responding sooner. I am looking into the memory issue. Graphmap previously worked with lot less memory because it printed the alignments as they were calculated. The new version of Graphmap uses all of the generated alignments to improve their correctness, that is why it has to have them all in the memory. But nevertheless I still might have some issues with the memory that I can handle and reduce it. I will let you know if I do. |
@HegedusB Also, the memory sizes that you wrote should not happen. I will look into it. |
Hi!
I was running
graphmap2
(v.0.6.01) on nanopore cDNA reads and got a segmentation fault:I was running on 20 cores asking for 2000GB RAM. Before I was running on 40 cores asking for 3000GB RAM which gave the same error.
slurm header was this:
How can I prevent segmentation faults?
thanks
Michael
The text was updated successfully, but these errors were encountered: