diff options
Diffstat (limited to 'scripts/run_debug.sh')
-rwxr-xr-x | scripts/run_debug.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |