aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/webqtlConfig.py
diff options
context:
space:
mode:
authorPjotr Prins2016-05-13 08:48:18 +0000
committerPjotr Prins2016-05-13 08:48:18 +0000
commit3706cf389a8ead64f02c2ed997fd3defbede9832 (patch)
tree1542a8362906020b8e006fd40fb375608cd4528e /wqflask/base/webqtlConfig.py
parent7f12ce36f08f15b35adf3f0cff50ce9dc6565fb8 (diff)
downloadgenenetwork2-3706cf389a8ead64f02c2ed997fd3defbede9832.tar.gz
Removing ref. to HTMLPATH
Diffstat (limited to 'wqflask/base/webqtlConfig.py')
-rwxr-xr-xwqflask/base/webqtlConfig.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py
index 6890dacf..0358bcbf 100755
--- a/wqflask/base/webqtlConfig.py
+++ b/wqflask/base/webqtlConfig.py
@@ -56,9 +56,9 @@ UCSC_RUDI_TRACK_URL = " http://genome.cse.ucsc.edu/cgi-bin/hgTracks?org=%s&db=%s
GENOMEBROWSER_URL="http://ucscbrowser.genenetwork.org/cgi-bin/hgTracks?clade=mammal&org=Mouse&db=mm9&position=%s&hgt.suggest=&pix=800&Submit=submit"
ENSEMBLETRANSCRIPT_URL="http://useast.ensembl.org/Mus_musculus/Lucene/Details?species=Mus_musculus;idx=Transcript;end=1;q=%s"
-# HTMLPATH = GNROOT + 'genotype_files/'
-# PYLMM_PATH
-# IMGDIR = GNROOT + '/wqflask/wqflask/static/output/'
+# The following paths are no longer in use!
+# HTMLPATH is replaced by GENODIR
+# IMGDIR is replaced by GENERATED_IMAGE_DIR
# Temporary storage:
TMPDIR = mk_dir(TEMPDIR+'/gn2/')