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

The MIXER runs extremely slowly. #80

Open
shenlan17 opened this issue Sep 1, 2023 · 0 comments
Open

The MIXER runs extremely slowly. #80

shenlan17 opened this issue Sep 1, 2023 · 0 comments

Comments

@shenlan17
Copy link

shenlan17 commented Sep 1, 2023

Hi,
I'm running univariate analyses using MIXER, and my code looks like this. However, I've noticed that a single for loop is taking five hours or even longer to complete, I don’t know why, I'm not sure if it's because I did something wrong.

for i in $(seq 1 20); do
python3.8 mixer/mixer-master/precimed/mixer.py fit1 --trait1-file mixer/data/a0001.csv.gz --out result/a0001.fit.rep$i --extract mixer/1000G_EUR_Phase3_plink/1000G.EUR.QC.prune_maf0p05_rand2M_r2p8.rep$i.snps --bim-file mixer/1000G_EUR_Phase3_plink/1000G.EUR.QC.@.bim --ld-file mixer/1000G_EUR_Phase3_plink/1000G.EUR.QC.@.run4.ld --lib mixer/mixer-master/src/build/lib/libbgmg.so
done

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

1 participant