aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/webqtlConfig.py
diff options
context:
space:
mode:
authorDannyArends2015-03-23 14:59:18 +0000
committerDannyArends2015-03-23 14:59:18 +0000
commit9a5fe211a846184aea7027aa90fde3fba93697e4 (patch)
treee3abf42b8574932ebf7f65e87d1af7930dfe40e8 /wqflask/base/webqtlConfig.py
parent5b497368b36d44f5419d5d73f0dec44d783b67df (diff)
downloadgenenetwork2-9a5fe211a846184aea7027aa90fde3fba93697e4.tar.gz
Updates to make GN2 work on my version of penguin (ports, and paths)
Diffstat (limited to 'wqflask/base/webqtlConfig.py')
-rwxr-xr-xwqflask/base/webqtlConfig.py2
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/'