diff options
author | zsloan | 2022-11-02 19:58:54 +0000 |
---|---|---|
committer | zsloan | 2022-11-02 19:58:54 +0000 |
commit | c1ea9ec4854ed5d133c5843dd8369db6b09be10c (patch) | |
tree | 6a74da6e4caf6907f13b32f2c9eb310252aa95a9 /wqflask/base | |
parent | 4646d17766de409bf06cc99b069a5b28cc421e7d (diff) | |
download | genenetwork2-c1ea9ec4854ed5d133c5843dd8369db6b09be10c.tar.gz |
Update Phenogen URL to rn7
Diffstat (limited to 'wqflask/base')
-rw-r--r-- | wqflask/base/webqtlConfig.py | 2 |
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§ion=geneEQTL" +PHENOGEN_URL = "https://phenogen.org/gene.jsp?speciesCB=Rn&auto=Y&geneTxt=%s&genomeVer=rn7§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" |