-
Notifications
You must be signed in to change notification settings - Fork 60
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
Pilon OutOfMemoryError #26
Comments
With a genome that large, you will almost certainly want to subset the input genome either by breaking it into pieces, or by using the --targets argument to process subsets of the fasta elements. You also might want to subset the BAMs, but if you do, please try to include not only the reads which align to the scaffolds in question, but also their mates. Several people on the pilon-users mailing list have some up with best practices for handling large genomes...you might want to ask there (I don't have much personal experience with it; I only offer advice!). |
I'm running |
I installed |
@CristianRiccio where did you change the mem limit option? I installed from source and attempted to change the Pilon.scala script in the same way but cannot find a java memory option. |
@Tipplynne Try installing it with conda and change the memory in the file |
One approach when using Pilon in a pipeline (e.g. snakemake) is to add the java flag to the pilon command. |
Hi
I use pilon to correct a genome size about 2.7 Gb on Memory 1T CPU 96 machine with args -Xmx512G.
At last it make a error about "Caused by: java.lang.OutOfMemoryError: Java heap space".So what is the problem of my question?
The text was updated successfully, but these errors were encountered: