about summary refs log tree commit diff
path: root/src/gemma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gemma.cpp')
-rw-r--r--src/gemma.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp
index f7ebdce..3100b94 100644
--- a/src/gemma.cpp
+++ b/src/gemma.cpp
@@ -2845,6 +2845,7 @@ void GEMMA::BatchRun(PARAM &cPar) {
           if (cPar.is_mdb) {
             cLmm.mdb_calc_gwa(U, eval, UtW, &UtY_col.vector, W,
                               &Y_col.vector, cPar.setGWASnps);
+            cLmm.CopyToParam(cPar);
           }
           else {
             if (!cPar.file_bfile.empty()) {