diff options
author | zsloan | 2017-01-26 13:48:01 -0600 |
---|---|---|
committer | GitHub | 2017-01-26 13:48:01 -0600 |
commit | 5bf5c4091d14666c07a8d490551b931e80e614f0 (patch) | |
tree | 1e0c445912af7ccb273a25b858889048eb96f756 /wqflask/utility/tools.py | |
parent | 7ea8ee22074c297925335cc048777f0ce8cb3912 (diff) | |
parent | 298ca525114a570794d4326613be54ec223dce8b (diff) | |
download | genenetwork2-5bf5c4091d14666c07a8d490551b931e80e614f0.tar.gz |
Merge pull request #237 from zsloan/master
Various changes/fixes
Diffstat (limited to 'wqflask/utility/tools.py')
-rw-r--r-- | wqflask/utility/tools.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py index df032e48..8db9ac6e 100644 --- a/wqflask/utility/tools.py +++ b/wqflask/utility/tools.py @@ -215,6 +215,7 @@ GENENETWORK_FILES = get_setting('GENENETWORK_FILES') PYLMM_COMMAND = pylmm_command() GEMMA_COMMAND = gemma_command() +GEMMA_RESULTS_PATH = get_setting('GEMMA_RESULTS_PATH') PLINK_COMMAND = plink_command() TEMPDIR = tempdir() # defaults to UNIX TMPDIR |