-
Notifications
You must be signed in to change notification settings - Fork 127
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
Multivariate GEMMA hangs forever #243
Comments
So I left the program running overnight, and it finished after 176 minutes. I am still suspicious it took so long with such small data, but I suppose this is not a bug. I will ask on the Google group instead. FWIW, the output is
|
I did 100 more simulations, and 25/100 simulations ran for over 1000 seconds. In contrast, the other 75 simulations usually run in 30-60 seconds. I am reopening this issue, but feel free to close it. |
Thank you for your data file. Not sure why timings are so divergent. Much of the time is spent in:
We need to look into optimizing the mvlmm code - there should be ample opportunity. |
Sorry I forgot about this issue.
where |
It is good to have edge cases. I'll see what I can do with it :) |
On a simulated dataset with 1000 samples, 10000 SNPs, and 2 traits, multivariate GEMMA ran for over an hour. Is this reasonable?
My commands are:
Output: (the 100% shows up almost immediately, but hangs forever and never displays the "done").
If I analyze the traits separately, the analysis finishes in ~5 seconds. I assume this is a bug but I'm not sure.
For reproducibility, my test PLINK files are zipped and attached.
multivariate.zip
The text was updated successfully, but these errors were encountered: