Skip to content
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

out of memory #3

Open
gmachaj opened this issue Nov 18, 2020 · 1 comment
Open

out of memory #3

gmachaj opened this issue Nov 18, 2020 · 1 comment

Comments

@gmachaj
Copy link

gmachaj commented Nov 18, 2020

Hi,

I'm trying to run your script on my bam file but the process dies due to memory lack (32GB RAM). I have partial output file my_sample.var with variants for 5 out of 9 chromosomes and I'm wondering is there any way to run script starting from chr6? (and then combine 2 output files). Or maybe there is some other way (e.g. saving data in temp. file rather than store in RAM) to overcome the memory problem. I am also wondering if my partial var. file is already filtered or should I filter them before further processing?

Best regards,

@wushyer
Copy link
Owner

wushyer commented Jan 7, 2021

You can split the genome into several chromosomes and get the mapping bam files from each chromosome. Use one linux command to run them all and combine the result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants