Switch to new srs url
authoramwaterhouse <Andrew Waterhouse>
Wed, 26 Jul 2006 12:58:40 +0000 (12:58 +0000)
committeramwaterhouse <Andrew Waterhouse>
Wed, 26 Jul 2006 12:58:40 +0000 (12:58 +0000)
src/jalview/appletgui/IdPanel.java
src/jalview/gui/Preferences.java

index 1a61429..ed86488 100755 (executable)
@@ -65,7 +65,7 @@ public class IdPanel
     if (links.size() < 1)\r
     {\r
       links = new java.util.Vector();\r
-      links.addElement("SRS|http://srs.ebi.ac.uk/srs7bin/cgi-bin/wgetz?-e+[uniprot-all:$SEQUENCE_ID$]+-vn+2");\r
+      links.addElement("SRS|http://srs.ebi.ac.uk/srsbin/cgi-bin/wgetz?-newId+(([uniprot-all:$SEQUENCE_ID$]))+-view+SwissEntry");\r
     }\r
   }\r
 \r
index ec9ea34..a1e5c61 100755 (executable)
@@ -47,7 +47,7 @@ public class Preferences extends GPreferences
     static\r
     {\r
       String string = Cache.getDefault("SEQUENCE_LINKS",\r
-                                       "SRS|http://srs.ebi.ac.uk/srs7bin/cgi-bin/wgetz?-e+[uniprot-all:$SEQUENCE_ID$]+-vn+2");\r
+                                       "SRS|http://srs.ebi.ac.uk/srsbin/cgi-bin/wgetz?-newId+(([uniprot-all:$SEQUENCE_ID$]))+-view+SwissEntry");\r
       sequenceURLLinks = new Vector();\r
 \r
       try\r