aboutsummaryrefslogtreecommitdiff
path: root/src/param.h
diff options
context:
space:
mode:
authorPeter Carbonetto2017-08-14 21:50:00 -0500
committerGitHub2017-08-14 21:50:00 -0500
commita6eca6837cf1eedb3a660dd434b05389c3ec4e95 (patch)
treee11ee6858159b53b2570273f9ba3d1ac882232f7 /src/param.h
parent3763f477e17a74942e1bf545aa9493d39bf9448e (diff)
parentff1252fe3db1ba639fe148f45b0408a4f182da0d (diff)
downloadpangemma-a6eca6837cf1eedb3a660dd434b05389c3ec4e95.tar.gz
Merge pull request #68 from genenetwork/issue26.
Tests and fixes https://github.com/genetics-statistics/GEMMA/issues/26.
Diffstat (limited to 'src/param.h')
-rw-r--r--src/param.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/param.h b/src/param.h
index 45d8c0f..f4d649f 100644
--- a/src/param.h
+++ b/src/param.h
@@ -114,6 +114,7 @@ public:
// IO-related parameters.
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.