diff options
author | Pjotr Prins | 2019-02-13 12:19:49 +0000 |
---|---|---|
committer | Pjotr Prins | 2019-02-13 12:19:49 +0000 |
commit | b6350b0d4cf6eb8002d40e86378d71e2823dacfb (patch) | |
tree | 6fa6716af822e613cb81171471819a469394cc6f /bin | |
parent | 5162d1484f01a51d65e7e70143146f018d96edb4 (diff) | |
parent | 27a08a81107705f213d13fb7334a2b8eb4fd68d2 (diff) | |
download | genenetwork2-b6350b0d4cf6eb8002d40e86378d71e2823dacfb.tar.gz |
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into gn-testing
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/genenetwork2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/genenetwork2 b/bin/genenetwork2 index 10e99d8b..21f0db13 100755 --- a/bin/genenetwork2 +++ b/bin/genenetwork2 @@ -25,7 +25,7 @@ # webserver) run from the base-dir with settings file and add that # script with a -c switch, e.g. # -# env GN2_PROFILE=/usr/local/guix-profiles/gn2-latest SQL_URI=mysql://webqtlout:webqtlout@lily.uthsc.edu/db_webqtl ./bin/genenetwork2 ./etc/default_settings.py -c ./maintenance/gen_select_dataset.py +# env GN2_PROFILE=/usr/local/guix-profiles/gn-latest-20181119 TMPDIR=/export/local/home/zas1024/gn2-zach/tmp WEBSERVER_MODE=DEBUG LOG_LEVEL=DEBUG SERVER_PORT=5002 GENENETWORK_FILES=/export/local/home/zas1024/gn2-zach/genotype_files SQL_URI=mysql://webqtlout:webqtlout@lily.uthsc.edu/db_webqtl ./bin/genenetwork2 ./etc/default_settings.py -c ./maintenance/gen_select_dataset.py # # To run any script in the environment # |