From d564a6f16613985340040cc7ab0ffc371cbce3d1 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 20 Aug 2017 09:20:06 +0000 Subject: Added checks for K --- src/param.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/param.h') diff --git a/src/param.h b/src/param.h index f4d649f..249bf02 100644 --- a/src/param.h +++ b/src/param.h @@ -111,10 +111,12 @@ public: class PARAM { public: - // IO-related parameters. + // IO-related parameters + bool mode_check = true; bool mode_silence; bool mode_debug = false; uint issue; // enable tests for issue on github tracker + int a_mode; // Analysis mode, 1/2/3/4 for Frequentist tests int k_mode; // Kinship read mode: 1: n by n matrix, 2: id/id/k_value; vector p_column; // Which phenotype column needs analysis. -- cgit v1.2.3