diff options
author | zsloan | 2017-02-06 20:01:03 +0000 |
---|---|---|
committer | zsloan | 2017-02-06 20:01:03 +0000 |
commit | f2e3407585862581b82680e8521b1e4d944f558a (patch) | |
tree | d18789ed1c375bb5b36d2f067534b5b92def89d6 /wqflask/utility/tools.py | |
parent | e63c4014e7bc34b440707be19af3779b72102fdb (diff) | |
download | genenetwork2-f2e3407585862581b82680e8521b1e4d944f558a.tar.gz |
Fixed appearance of several tables (search, mapping results, sample data)
Temporarily removed second sample table for CFW traits
Fixed location of global search bar to work with wider screens
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() |