aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2022-11-02 19:58:54 +0000
committerzsloan2022-11-02 19:58:54 +0000
commitc1ea9ec4854ed5d133c5843dd8369db6b09be10c (patch)
tree6a74da6e4caf6907f13b32f2c9eb310252aa95a9
parent4646d17766de409bf06cc99b069a5b28cc421e7d (diff)
downloadgenenetwork2-c1ea9ec4854ed5d133c5843dd8369db6b09be10c.tar.gz
Update Phenogen URL to rn7
-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 f421a05b..84bd44f3 100644
--- a/wqflask/base/webqtlConfig.py
+++ b/wqflask/base/webqtlConfig.py
@@ -65,7 +65,7 @@ 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"
-PHENOGEN_URL = "https://phenogen.org/gene.jsp?speciesCB=Rn&auto=Y&geneTxt=%s&genomeVer=rn6&section=geneEQTL"
+PHENOGEN_URL = "https://phenogen.org/gene.jsp?speciesCB=Rn&auto=Y&geneTxt=%s&genomeVer=rn7&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"