diff options
author | Pjotr Prins | 2017-03-05 12:39:04 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-03-05 12:39:04 +0000 |
commit | 7ad6aca76c84b0a246fecada8011035d23c8342c (patch) | |
tree | ab755d089a9e976737abc174d15fd6b467ef55f9 /etc/default_settings.py | |
parent | 4e95808ebb8bfdfae0f2a16ee54c0b2ae0664c68 (diff) | |
download | genenetwork2-7ad6aca76c84b0a246fecada8011035d23c8342c.tar.gz |
Settings: make sure paths exist when starting server
Diffstat (limited to 'etc/default_settings.py')
-rw-r--r-- | etc/default_settings.py | 1 |
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 |