-
Notifications
You must be signed in to change notification settings - Fork 4
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
Crash on 2.8 GB data: "EXCEPTION: Pool allocation failed" #9
Comments
Hi Kirill, you could try increasing the default |
@rchikhi , how to use the
3 is not a typo. Is there a known problem with this setting? |
I'm sorry, I thought leon exposed this parameter, it does not. If it still accepts it, it's in megabytes. So try e.g. |
Thank you @rchikhi , I will try this parameter and let you know if it helped. As for the rationale, I am doing parameter sweep to find the optimal kmer size for various kinds of data. Since Leon accepts kmer sizes starting from 2, and since until now I haven't seen any recommendation for avoiding small kmer sizes (may be I missed it?), I am testing the entire range. Now, thanks to your very helpful advice, I can probably ignore kmer sizes smaller than 12, if I understand you correctly? |
yes |
Leon compression crashes on some data. Example data:
leon-repro-1.fa.gz (784 MB archive, inside is a 2.8 GB file).
Command to reproduce (after decompressing the gzipped data):
leon -seq-only -file leon-repro-1.fa -c -kmer-size 3
This command crashes with the following colsole output:
Also after crash Leon leaves 85 temporary files in current directory, totaling 21 GB.
I noticed that Leon paper mentions using Leon on a 733 GB data. Therefore I assumed that comparatively small data size of 2.8 GB should be no problem.
The text was updated successfully, but these errors were encountered: