diff options
author | DannyArends | 2015-03-23 14:59:18 +0000 |
---|---|---|
committer | DannyArends | 2015-03-23 14:59:18 +0000 |
commit | 9a5fe211a846184aea7027aa90fde3fba93697e4 (patch) | |
tree | e3abf42b8574932ebf7f65e87d1af7930dfe40e8 /wqflask/base | |
parent | 5b497368b36d44f5419d5d73f0dec44d783b67df (diff) | |
download | genenetwork2-9a5fe211a846184aea7027aa90fde3fba93697e4.tar.gz |
Updates to make GN2 work on my version of penguin (ports, and paths)
Diffstat (limited to 'wqflask/base')
-rwxr-xr-x | wqflask/base/webqtlConfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py index 23d32233..019d592b 100755 --- a/wqflask/base/webqtlConfig.py +++ b/wqflask/base/webqtlConfig.py @@ -49,7 +49,7 @@ GENOMEBROWSER_URL="http://ucscbrowser.genenetwork.org/cgi-bin/hgTracks?clade=mam ENSEMBLETRANSCRIPT_URL="http://useast.ensembl.org/Mus_musculus/Lucene/Details?species=Mus_musculus;idx=Transcript;end=1;q=%s" -GNROOT = "/home/zas1024/gene/" # Will remove this and dependent items later +GNROOT = "/home/danny/GeneNetwork/" # Will remove this and dependent items later SECUREDIR = GNROOT + 'secure/' COMMON_LIB = GNROOT + 'support/admin' HTMLPATH = GNROOT + 'web/' |