aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/webqtlConfig.py
diff options
context:
space:
mode:
authorzsloan2019-12-17 13:55:42 -0600
committerzsloan2019-12-17 13:55:42 -0600
commit0f3f194726ced9f41641c9041c6a0416dcb58975 (patch)
tree014e47786837445f9c94e9d41f93e8bbc452f951 /wqflask/base/webqtlConfig.py
parent0197d825542069f398cacda11a040865fb706a7b (diff)
downloadgenenetwork2-0f3f194726ced9f41641c9041c6a0416dcb58975.tar.gz
Added RGD link to trait page and removed Genotation link since it isn't working
Diffstat (limited to 'wqflask/base/webqtlConfig.py')
-rw-r--r--wqflask/base/webqtlConfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py
index 9dddc63e..018d5d54 100644
--- a/wqflask/base/webqtlConfig.py
+++ b/wqflask/base/webqtlConfig.py
@@ -57,6 +57,7 @@ DBSNP = 'http://ensembl.org/Mus_musculus/Variation/Population?v=%s'
PROTEIN_ATLAS_URL = "http://www.proteinatlas.org/search/%s"
OPEN_TARGETS_URL = "https://genetics.opentargets.org/gene/%s"
UNIPROT_URL = "https://www.uniprot.org/uniprot/%s"
+RGD_URL = "https://rgd.mcw.edu/rgdweb/elasticResults.html?term=%s&category=Gene&species=%s"
# Temporary storage (note that this TMPDIR can be set as an
# environment variable - use utility.tools.TEMPDIR when you