diff options
author | zsloan | 2017-02-06 14:04:54 -0600 |
---|---|---|
committer | GitHub | 2017-02-06 14:04:54 -0600 |
commit | a8cd1fb49a78c67044ac32ad963c6109b2f96420 (patch) | |
tree | 61a671d316e11ce587d635e8d1e563272428d524 /wqflask/utility/tools.py | |
parent | 5bf5c4091d14666c07a8d490551b931e80e614f0 (diff) | |
parent | 3f245a43dc1ec4258e952b575c4f0e3c4e3f7985 (diff) | |
download | genenetwork2-a8cd1fb49a78c67044ac32ad963c6109b2f96420.tar.gz |
Merge pull request #240 from zsloan/master
Various changes
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 8db9ac6e..c28c617a 100644 --- a/wqflask/utility/tools.py +++ b/wqflask/utility/tools.py @@ -212,6 +212,7 @@ USE_REDIS = get_setting_bool('USE_REDIS') USE_GN_SERVER = get_setting_bool('USE_GN_SERVER') GENENETWORK_FILES = get_setting('GENENETWORK_FILES') +TEMP_TRAITS = get_setting('TEMP_TRAITS') PYLMM_COMMAND = pylmm_command() GEMMA_COMMAND = gemma_command() |