aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/webqtlConfig.py
diff options
context:
space:
mode:
authorZachary Sloan2013-08-07 18:39:09 -0500
committerZachary Sloan2013-08-07 18:39:09 -0500
commit8993b25262b7fc565c1be3548660a66afd4c3530 (patch)
treef04ee0f8c61ade5702f8561fc9fbf0e0594d47c9 /wqflask/base/webqtlConfig.py
parentcf42e71c07efc772c15956b75db374f0f2849cac (diff)
downloadgenenetwork2-8993b25262b7fc565c1be3548660a66afd4c3530.tar.gz
Fixed things with the dataset dropdowns and mRNA datasets
Improved the templates for a couple pages related to changing user password, etc
Diffstat (limited to 'wqflask/base/webqtlConfig.py')
-rwxr-xr-xwqflask/base/webqtlConfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py
index 67a9c63f..23d32233 100755
--- a/wqflask/base/webqtlConfig.py
+++ b/wqflask/base/webqtlConfig.py
@@ -53,8 +53,8 @@ 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/'
-SNP_PATH = '/mnt/xvdf1/snps/'
+PYLMM_PATH = '/home/zas1024/plink/'
+SNP_PATH = '/home/zas1024/snps/'
IMGDIR = HTMLPATH +'image/'
IMAGESPATH = HTMLPATH + 'images/'
UPLOADPATH = IMAGESPATH + 'upload/'