aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base
diff options
context:
space:
mode:
authorzsloan2021-03-17 21:34:20 +0000
committerzsloan2021-03-17 21:34:20 +0000
commit7433bd00b492859e5fc9daeec2c8ba56bfaed495 (patch)
tree7900a5ade5175c46350ad6b6b1ce292a944afca9 /wqflask/base
parent2eda56348a97abaf61760c732dcc2032232f00aa (diff)
downloadgenenetwork2-7433bd00b492859e5fc9daeec2c8ba56bfaed495.tar.gz
Added the RRID urls for mouse and rat to webqtlConfig
Diffstat (limited to 'wqflask/base')
-rw-r--r--wqflask/base/webqtlConfig.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py
index aee8616a..bb8704a5 100644
--- a/wqflask/base/webqtlConfig.py
+++ b/wqflask/base/webqtlConfig.py
@@ -63,6 +63,8 @@ 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"
PHENOGEN_URL = "https://phenogen.org/gene.jsp?speciesCB=Rn&auto=Y&geneTxt=%s&genomeVer=rn6&section=geneEQTL"
+RRID_MOUSE_URL = "https://www.jax.org/strain/%s"
+RRID_RAT_URL = "https://rgd.mcw.edu/rgdweb/report/strain/main.html?id=%s"
# Temporary storage (note that this TMPDIR can be set as an
# environment variable - use utility.tools.TEMPDIR when you