about summary refs log tree commit diff
path: root/src/gemma.cpp
diff options
context:
space:
mode:
authorPjotr Prins2025-12-05 10:46:23 +0100
committerPjotr Prins2025-12-05 10:46:23 +0100
commit6255a45e28b32ee8116418d849db68395ec4e096 (patch)
tree353c9c32373ab00b539b2d261ff1b1f92f54b284 /src/gemma.cpp
parentd95db7c5f117bc945b224bd8815feb8c0076e7ba (diff)
downloadpangemma-6255a45e28b32ee8116418d849db68395ec4e096.tar.gz
Compute maf again
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()) {