aboutsummaryrefslogtreecommitdiff
path: root/src/param.h
diff options
context:
space:
mode:
authorPeter Carbonetto2017-08-21 10:31:26 -0500
committerGitHub2017-08-21 10:31:26 -0500
commitaea3d24c680778cf1691a8c2a76f3221e7f373d6 (patch)
tree8a1ba0770e2344469c58290d4192db186d9439cb /src/param.h
parent85797beb24da3d591a79fddcff4ab48d702b465f (diff)
parent2e76646998df0ca1b7d160329c0f3ac8cdda2fe0 (diff)
downloadpangemma-aea3d24c680778cf1691a8c2a76f3221e7f373d6.tar.gz
Merge pull request #73 from genenetwork/merge-checkK
Check K and added unit test framework.
Diffstat (limited to 'src/param.h')
-rw-r--r--src/param.h4
1 files changed, 3 insertions, 1 deletions
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<size_t> p_column; // Which phenotype column needs analysis.