From ff679636d3ee9ae2388fab3fe5d091ef2f00a8e3 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 30 Dec 2023 09:27:49 +0000 Subject: Move default settings into gn2 module. --- scripts/performance/README.org | 2 +- scripts/run_debug.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/performance/README.org b/scripts/performance/README.org index f7fb392f..0ca5db18 100644 --- a/scripts/performance/README.org +++ b/scripts/performance/README.org @@ -17,7 +17,7 @@ env GN2_PROFILE=$HOME/opt/genenetwork2 \ GN3_LOCAL_URL=http://localhost:8083 \ GN_LOCAL_URL=http://localhost:8083 \ $HOME/projects/oqo-genenetwork2/bin/genenetwork2 \ - $HOME/projects/oqo-genenetwork2/etc/default_settings.py\ + $HOME/projects/oqo-genenetwork2/gn2/default_settings.py\ -cli $* #+end_src diff --git a/scripts/run_debug.sh b/scripts/run_debug.sh index be7ecdb8..bcb63c5b 100755 --- a/scripts/run_debug.sh +++ b/scripts/run_debug.sh @@ -16,5 +16,5 @@ echo Running source from $cwd mkdir -p ~/tmp -env TMPDIR=~/tmp WEBSERVER_MODE=DEBUG LOG_LEVEL=DEBUG GENENETWORK_FILES=/export/data/genenetwork/genotype_files/ SQL_URI=mysql://webqtlout:webqtlout@localhost/db_webqtl ./bin/genenetwork2 etc/default_settings.py -gunicorn-dev +env TMPDIR=~/tmp WEBSERVER_MODE=DEBUG LOG_LEVEL=DEBUG GENENETWORK_FILES=/export/data/genenetwork/genotype_files/ SQL_URI=mysql://webqtlout:webqtlout@localhost/db_webqtl ./bin/genenetwork2 gn2/default_settings.py -gunicorn-dev -- cgit v1.2.3