diff options
author | Arun Isaac | 2023-12-30 09:27:49 +0000 |
---|---|---|
committer | Arun Isaac | 2024-01-02 13:40:56 +0000 |
commit | ff679636d3ee9ae2388fab3fe5d091ef2f00a8e3 (patch) | |
tree | ba7d697312dea528847f04f1066e173dae905912 /scripts | |
parent | 26f17e7fff8d78ebb10528456fdbb9dee67c24d1 (diff) | |
download | genenetwork2-ff679636d3ee9ae2388fab3fe5d091ef2f00a8e3.tar.gz |
Move default settings into gn2 module.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/performance/README.org | 2 | ||||
-rwxr-xr-x | scripts/run_debug.sh | 2 |
2 files changed, 2 insertions, 2 deletions
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 |