about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/performance/README.org2
-rwxr-xr-xscripts/run_debug.sh2
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