aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base
diff options
context:
space:
mode:
authorzsloan2019-07-03 22:10:03 -0500
committerzsloan2019-07-03 22:10:03 -0500
commitc05650476b4e925c2bf6e7369ab8d321ce83ad48 (patch)
tree413efb9e04c0994106782552c19a2115327e9516 /wqflask/base
parent94e8faa9866ef21165b5686f33905c2815b4b933 (diff)
downloadgenenetwork2-c05650476b4e925c2bf6e7369ab8d321ce83ad48.tar.gz
Fixed bug for creating one of the third party links on the trait page
Changed text in several pages (submit trait, mapping error) Changed header menu structure some
Diffstat (limited to 'wqflask/base')
-rw-r--r--wqflask/base/webqtlConfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py
index a08acb0a..b9e6abd8 100644
--- a/wqflask/base/webqtlConfig.py
+++ b/wqflask/base/webqtlConfig.py
@@ -53,7 +53,7 @@ ABA_URL = "http://mouse.brain-map.org/search/show?search_type=gene&search_term=%
EBIGWAS_URL = "https://www.ebi.ac.uk/gwas/search?query=%s"
WIKI_PI_URL = "http://severus.dbmi.pitt.edu/wiki-pi/index.php/search?q=%s"
ENSEMBLETRANSCRIPT_URL="http://useast.ensembl.org/Mus_musculus/Transcript/Idhistory?t=%s"
-DBSNP = 'http://www.ncbi.nlm.nih.gov/SNP/snp_ref.cgi?type=rs&rs=%s'
+DBSNP = 'http://ensembl.org/Mus_musculus/Variation/Population?v=%s'
# Temporary storage (note that this TMPDIR can be set as an
# environment variable - use utility.tools.TEMPDIR when you