aboutsummaryrefslogtreecommitdiff
path: root/etc/default_settings.py
diff options
context:
space:
mode:
authorPjotr Prins2017-03-05 12:39:04 +0000
committerPjotr Prins2017-03-05 12:39:04 +0000
commit7ad6aca76c84b0a246fecada8011035d23c8342c (patch)
treeab755d089a9e976737abc174d15fd6b467ef55f9 /etc/default_settings.py
parent4e95808ebb8bfdfae0f2a16ee54c0b2ae0664c68 (diff)
downloadgenenetwork2-7ad6aca76c84b0a246fecada8011035d23c8342c.tar.gz
Settings: make sure paths exist when starting server
Diffstat (limited to 'etc/default_settings.py')
-rw-r--r--etc/default_settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py
index 08eae024..97792fed 100644
--- a/etc/default_settings.py
+++ b/etc/default_settings.py
@@ -67,6 +67,7 @@ HOME=os.environ['HOME']
LOGFILE = HOME+"/genenetwork2.log"
GENENETWORK_FILES = HOME+"/gn2_data" # base dir for all static data files
LOCAL_PRIVATE_FILES = HOME+"/gn2_private_data" # private static data files
+GEMMA_RESULTS_PATH = HOME+"/tmp/gemma_results"
# ---- GN2 Executables
# Paths to invoked binaries