-
Notifications
You must be signed in to change notification settings - Fork 12
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
The train step needs large memory #51
Comments
Or, Could I use the same command line to simulate each chromosome, and Train each chromosome to get the predicted result? |
how much memory are you using? |
Hi, @andrewkern and all users, I had the same question. The training step was fine when no demography history was set, but it took up to 3 T or more of space (no tested but killed) when demography history was set. My code is: Any clue on how to solve this? Thanks in advance! Best, |
hi @willright28 -- what does your demographic history look like? I'm guessing a contracting population size moving to the present? |
Hi @andrewkern |
Just so I'm oriented here-- is the y-axis correct? you have Ne going down to 0.1? Are these in relative units? |
Sorry for the misleading, the y-axis is log-transformed. The lowest Ne is ~1300. |
Okay thanks for the clarification. I'm looking at your code-- it looks like your
|
The |
Maybe I can set |
this shouldn't be too big. can you provide for me your input files and I can poke around |
I have tested to run a single chromosome, chr1, which is ~ 10% of the whole genome. The program worked fine and only took ~ 0.1 T memory. |
yes it should be fine to run each chromosome separately |
Hi,
When I run the RELERNN_TRAIN with default settings, the step was killed because of the large memory, how to deal with this? could you share your help? Thank you very much.
The text was updated successfully, but these errors were encountered: