From 32a5367f0a0a00bec7e610b74abc899521a75fa5 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Mon, 1 Dec 2025 11:23:04 +0100 Subject: Almost ready to run GWA --- src/gemma.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gemma.cpp') diff --git a/src/gemma.cpp b/src/gemma.cpp index 0145563..69e338a 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -1911,7 +1911,8 @@ void GEMMA::BatchRun(PARAM &cPar) { } // Generate Kinship matrix (optionally using LOCO) - if (cPar.a_mode == M_KIN || cPar.a_mode == M_KIN2) { + // if (cPar.a_mode == M_KIN || cPar.a_mode == M_KIN2) { + if (is_kinship_compute(cPar.a_mode)) { cout << "Calculating Relatedness Matrix ... " << endl; if (cPar.is_mdb) { -- cgit 1.4.1