diff options
author | zsloan | 2021-03-17 21:34:20 +0000 |
---|---|---|
committer | zsloan | 2021-03-17 21:34:20 +0000 |
commit | 7433bd00b492859e5fc9daeec2c8ba56bfaed495 (patch) | |
tree | 7900a5ade5175c46350ad6b6b1ce292a944afca9 /wqflask | |
parent | 2eda56348a97abaf61760c732dcc2032232f00aa (diff) | |
download | genenetwork2-7433bd00b492859e5fc9daeec2c8ba56bfaed495.tar.gz |
Added the RRID urls for mouse and rat to webqtlConfig
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/base/webqtlConfig.py | 2 |
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§ion=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 |