aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2015-03-24 16:27:58 +0000
committerzsloan2015-03-24 16:27:58 +0000
commit5eebf10533e0f03254a89fd886c02fed3a7e188d (patch)
tree68aa0de143bffadc98008b38557af619ce6ea6f2
parent669f57d0d8322777c7a69f82a7bb9360290d03e6 (diff)
downloadgenenetwork2-5eebf10533e0f03254a89fd886c02fed3a7e188d.tar.gz
Change back port location and home directory location; this should be in external settings
-rwxr-xr-xwqflask/base/webqtlConfig.py4
-rwxr-xr-xwqflask/secure_server.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py
index 019d592b..e74b9ce5 100755
--- a/wqflask/base/webqtlConfig.py
+++ b/wqflask/base/webqtlConfig.py
@@ -49,13 +49,13 @@ 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/danny/GeneNetwork/" # Will remove this and dependent items later
+GNROOT = "/home/zas1024/gene/" # Will remove this and dependent items later
SECUREDIR = GNROOT + 'secure/'
COMMON_LIB = GNROOT + 'support/admin'
HTMLPATH = GNROOT + 'web/'
PYLMM_PATH = '/home/zas1024/plink/'
SNP_PATH = '/home/zas1024/snps/'
-IMGDIR = HTMLPATH +'image/'
+IMGDIR = GNROOT + '/wqflask/wqflask/images/'
IMAGESPATH = HTMLPATH + 'images/'
UPLOADPATH = IMAGESPATH + 'upload/'
TMPDIR = '/tmp/'
diff --git a/wqflask/secure_server.py b/wqflask/secure_server.py
index 248559f3..975c97c0 100755
--- a/wqflask/secure_server.py
+++ b/wqflask/secure_server.py
@@ -72,7 +72,7 @@ if __name__ == '__main__':
app.run(host='0.0.0.0',
- port=5003,
+ port=5002,
use_debugger=True,
threaded=True,
use_reloader=True)