From 7ad6aca76c84b0a246fecada8011035d23c8342c Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 5 Mar 2017 12:39:04 +0000 Subject: Settings: make sure paths exist when starting server --- etc/default_settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') 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 -- cgit v1.2.3