aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/tools.py
diff options
context:
space:
mode:
authorzsloan2017-06-02 12:21:23 +0200
committerzsloan2017-06-02 12:21:23 +0200
commit1f33e2de7f3144071a671d63e3ebe692ce3d13e5 (patch)
treed89d68a316c89522abcfdc86638c3e567bfe4c84 /wqflask/utility/tools.py
parent2f2188dc7db5737918b65759693b5ece8a026f5a (diff)
parente467c3f19824415d9e9a3fdd4073d44439c83cbf (diff)
downloadgenenetwork2-1f33e2de7f3144071a671d63e3ebe692ce3d13e5.tar.gz
Merge branch 'master' of https://github.com/genenetwork/genenetwork2
Diffstat (limited to 'wqflask/utility/tools.py')
-rw-r--r--wqflask/utility/tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py
index 49e3471e..393ff2df 100644
--- a/wqflask/utility/tools.py
+++ b/wqflask/utility/tools.py
@@ -233,7 +233,7 @@ GENENETWORK_FILES = get_setting('GENENETWORK_FILES')
JS_GUIX_PATH = get_setting('JS_GUIX_PATH')
# assert_dir(JS_GUIX_PATH) - don't enforce right now
JS_GN_PATH = get_setting('JS_GN_PATH')
-assert_dir(JS_GN_PATH)
+# assert_dir(JS_GN_PATH)
PYLMM_COMMAND = app_set("PYLMM_COMMAND",pylmm_command())
GEMMA_COMMAND = app_set("GEMMA_COMMAND",gemma_command())