Merge branch 'JAL-1422_srs' into Release_2_8_Branch
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Mon, 13 Jan 2014 14:05:51 +0000 (14:05 +0000)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Mon, 13 Jan 2014 14:05:51 +0000 (14:05 +0000)
Conflicts:
examples/linkedapplets_ng.html

1  2 
examples/appletParameters.html
examples/applets.html
examples/embedded.html
examples/embeddedWJmol.html
examples/linkedapplets_ng.html

Simple merge
Simple merge
Simple merge
@@@ -106,10 -101,9 +106,10 @@@ function genHref(
    ,
    linkLabel_2 : "Uniprot"
    ,
-   linkUrl_2 : "http://us.expasy.org/cgi-bin/niceprot.pl?$SEQUENCE_ID$",
+   linkUrl_2 : "http://www.uniprot.org/uniprot/$SEQUENCE_ID$",
    APPLICATION_URL : "http://www.jalview.org/services/launchApp",
 -  PDBfile : "1gaq.txt FER1_MAIZE"
 +  PDBfile : "1gaq.txt FER1_MAIZE",
 +  permissions : "sandbox"
   };
   jmolSetCallback("hoverCallback","_jmolhover");
    jmolSetCallback("pickCallback","_jmolpick");
@@@ -200,15 -196,12 +200,13 @@@ document.onclick = mclose
      embedded : "true",
      showFullId : "false",
      RGB : "F2F2FF",
-     linkLabel_1 : "SRS",
-     linkUrl_1 : "http://srs.ebi.ac.uk/srs7bin/cgi-bin/wgetz?-e+[uniprot-all:$SEQUENCE_ID$]+-vn+2"
-  
+     linkLabel_1 : "EMBL-EBI Search",
+     linkUrl_1 : "http://www.ebi.ac.uk/ebisearch/search.ebi?db=allebi&query=$SEQUENCE_ID$"
      ,
      linkLabel_2 : "Uniprot"
-  
      ,
-     linkUrl_2 : "http://us.expasy.org/cgi-bin/niceprot.pl?$SEQUENCE_ID$",
 +    permissions : 'sandbox',
+     linkUrl_2 : "http://www.uniprot.org/uniprot/$SEQUENCE_ID$",
      APPLICATION_URL : "http://www.jalview.org/services/launchApp"
    };
   
      embedded : "true",
      showFullId : "false",
      RGB : "F2F2FF",
-     linkLabel_1 : "SRS",
-     linkUrl_1 : "http://srs.ebi.ac.uk/srs7bin/cgi-bin/wgetz?-e+[uniprot-all:$SEQUENCE_ID$]+-vn+2"
-  
+     linkLabel_1 : "EMBL-EBI Search",
+     linkUrl_1 : "http://www.ebi.ac.uk/ebisearch/search.ebi?db=allebi&query=$SEQUENCE_ID$"
      ,
      linkLabel_2 : "Uniprot"
-  
      ,
-     linkUrl_2 : "http://us.expasy.org/cgi-bin/niceprot.pl?$SEQUENCE_ID$",
 +    permissions : 'sandbox',
-     APPLICATION_URL : "http://www.jalview.org/services/launchApp"
+     linkUrl_2 : "http://www.uniprot.org/uniprot/$SEQUENCE_ID$",
+    APPLICATION_URL : "http://www.jalview.org/services/launchApp"
    };
    deployJava.runApplet(attributes, parameters, '1.6');
  </script>