aboutsummaryrefslogtreecommitdiff
path: root/etc/default_settings.py
diff options
context:
space:
mode:
authorPjotr Prins2016-08-08 09:25:35 +0000
committerPjotr Prins2016-08-08 09:25:35 +0000
commit5643b1b748a6e0ccbf8cab5e85e6c74cafdc2fc3 (patch)
tree1b9d7bf974124f5175f3b1c9eade3fd2e6736ef6 /etc/default_settings.py
parentd3c5cc8c0ddd8160b125480c6afb9848d94fddf1 (diff)
parent30b1f225934cec2f64a32b22efd3f961e67a8bd8 (diff)
downloadgenenetwork2-5643b1b748a6e0ccbf8cab5e85e6c74cafdc2fc3.tar.gz
Merge branch 'biodalliance' of github.com:chfi/genenetwork2 into chfi
Diffstat (limited to 'etc/default_settings.py')
-rw-r--r--etc/default_settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py
index df734f7c..f3ca2e58 100644
--- a/etc/default_settings.py
+++ b/etc/default_settings.py
@@ -56,3 +56,6 @@ GENENETWORK_FILES = HOME+"/gn2_data"
PYLMM_COMMAND = str.strip(os.popen("which pylmm_redis").read())
PLINK_COMMAND = str.strip(os.popen("which plink2").read())
GEMMA_COMMAND = str.strip(os.popen("which gemma").read())
+
+
+BIODALLIANCE_PATH = os.environ['HOME']+"/dalliance"