-
Notifications
You must be signed in to change notification settings - Fork 81
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
sqm_reads2tables.py problem #477
Comments
You most likely ran out of memory, where are you running this? |
I was running on a HPC server with ~16GB RAM. |
Yes, let me know if this helps! |
I allocated ~50BG RAM. Traceback (most recent call last): Should I allocate more memory? |
It would seem so. How many reads do you have? |
I checked mappingstat. |
And how many samples do you have? |
Total I have 50 samples. But I am running sqm_reads2tables.py for only one sample. |
I was double-checking the code and it shouldn't matter anyways... I'm a bit surprised that it is taking so much memory, but try increasing it even more, see if it helps. |
After using a huge amount of memory, I managed to run the script. But for 2 samples I still got a killed message. |
How much memory was that? Were the samples that failed the ones with the most reads? |
I used ~120GB RAM the same amount as I used for sqm_reads with success. I have problems with sample 25M and 27M reads. But as I saw we had samples with more reads that worked fine. |
Just realized this opened issue went under my radar. Feel free to add any update you have on this. |
I was running sqm_reads with nice results. To have a better format result I tried to use sqm_reads2tables.py.
I managed to run sqm_reads2tables.py for some sample, but most of them stopped after ~10-15 minutes with only a killed massage.
I used the script this way:
sqm_reads2tables.py B1_sqm B1_table
Can you give me an advice how to run this script?
Thank you in advance
Peter
The text was updated successfully, but these errors were encountered: