diff options
author | zsloan | 2018-11-20 12:08:47 -0600 |
---|---|---|
committer | zsloan | 2018-11-20 12:08:47 -0600 |
commit | dc3bc97b2ae2e751f68ad63359734d569895c711 (patch) | |
tree | 7c5babb0be647bffab814e73b165ba27a9568473 /bin | |
parent | c9af6d0f32843b8e2c9f3c9d472ae02846582f1a (diff) | |
download | genenetwork2-dc3bc97b2ae2e751f68ad63359734d569895c711.tar.gz |
Added option to select chromosome from trait page when mapping
Put transform/blocking tools into their own tab (still need to change formatting of tab's contents)
Improved appearance of search result page table (still need to change a few other tables)
Fixed issue that caused parent/f1 strains to not be blocked correctly when using "block by index" tool
Basic Stats figures now load when the user clicks the tab, to improve initial page load time
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 # |