Open diogro opened 3 years ago
The mvlmm file is missing the case for the -lmm 9 option, leading to an output file with a single line and no significance values.
https://github.com/genetics-statistics/GEMMA/blob/5caf9487f3d69c43ce296345363c52b2bdcf0b7f/src/mvlmm.cpp#L192-L202
I stumbled on this because I'm also experiencing the long run times referenced in issue #243 when using -lmm 1. Option 9 runs, but with the mangled output.
Thanks for reporting!
The mvlmm file is missing the case for the -lmm 9 option, leading to an output file with a single line and no significance values.
https://github.com/genetics-statistics/GEMMA/blob/5caf9487f3d69c43ce296345363c52b2bdcf0b7f/src/mvlmm.cpp#L192-L202
I stumbled on this because I'm also experiencing the long run times referenced in issue #243 when using -lmm 1. Option 9 runs, but with the mangled output.