Skip to content

Commit 7c9de91

Browse files
committed
Update mGAP URLs
1 parent 4c9e10d commit 7c9de91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mGAP/src/org/labkey/mgap/query/OverlappingGenesDisplayColumnFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void renderGridCellContents(RenderContext ctx, Writer out) throws IOExcep
5151
String url = null;
5252
if (geneName.startsWith("ENSMMUT"))
5353
{
54-
url = "http://uswest.ensembl.org/Macaca_mulatta/Transcript/Summary?db=core;t=" + geneName;
54+
url = "http://ensembl.org/Macaca_mulatta/Transcript/Summary?db=core;t=" + geneName;
5555
}
5656
else if (geneName.startsWith("ENSMMUE"))
5757
{
@@ -61,7 +61,7 @@ else if (geneName.startsWith("ENSMMUE"))
6161
else //if (geneName.startsWith("ENSMMUG"))
6262
{
6363
//this appears to also work based on gene name
64-
url = "http://uswest.ensembl.org/Macaca_mulatta/Gene/Summary?db=core;g=" + geneName;
64+
url = "http://ensembl.org/Macaca_mulatta/Gene/Summary?db=core;g=" + geneName;
6565
}
6666

6767
out.write(delim + "<a target=\"_blank\" href=\"" + url + "\">" + geneName + "</a>");

0 commit comments

Comments
 (0)