Entering edit mode
5.9 years ago
cetin.m
▴
50
I am running Beagle 4.1 to impute SNPs in human WGS data.
I ran chr 21 and it took 10 days. (with ~1M markers in the ref panel)
That means the whole genome would take 2 years..
How do other people manage this?
What are the specifications of your computer system? Imputation is a compute-intensive task.
It is a server with 200BG ram. and here is the cpu:
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
CPU(s): 32
Thread(s) per core: 2
Core(s) per socket: 8
Socket(s): 2
Model name: Intel(R) Xeon(R) CPU E5-2640 v2 @ 2.00GHz
CPU MHz: 2299.921
Thanks - seems that you have more than enough power. Can you take a look at my answer here to ensure that you are running it correctly? - A: Running Beagle for imputation
You are allocating enough memory via
-Xmx
, right?