From 6255a45e28b32ee8116418d849db68395ec4e096 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 5 Dec 2025 10:46:23 +0100 Subject: Compute maf again --- src/gemma.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gemma.cpp') 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()) { -- cgit 1.4.1