From a1e252bfc7fc874fb4c442288b4b33e232d5002e Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 2 Dec 2025 09:04:28 +0100 Subject: Started generating output --- 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 69e338a..c7f7ab6 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -2842,9 +2842,10 @@ void GEMMA::BatchRun(PARAM &cPar) { gsl_vector_view UtY_col = gsl_matrix_column(UtY, 0); // and its transformed write(&Y_col.vector, "Y_col"); - if (cPar.is_mdb) + if (cPar.is_mdb) { cLmm.mdb_calc_gwa(U, eval, UtW, &UtY_col.vector, W, &Y_col.vector, cPar.setGWASnps); + } else if (!cPar.file_bfile.empty()) { // PLINK analysis -- cgit 1.4.1