first publicly accessible test of JAL-724
authorjprocter <Jim Procter>
Fri, 17 Dec 2010 16:54:42 +0000 (16:54 +0000)
committerjprocter <Jim Procter>
Fri, 17 Dec 2010 16:54:42 +0000 (16:54 +0000)
src/jalview/gui/AlignFrame.java
src/jalview/ws/rest/RestClient.java

index 4c2e73a..7772f77 100755 (executable)
@@ -4010,7 +4010,7 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
     webService.add(testAlView);*/
     // TODO: refactor to RestClient discoverer and merge menu entries for rest-style services with other types of analysis/calculation service
     // SHmmr test client - still being implemented.
-    // jalview.ws.rest.RestClient.makeShmmrRestClient().attachWSMenuEntry(webService, this);
+    jalview.ws.rest.RestClient.makeShmmrRestClient().attachWSMenuEntry(webService, this);
     // DEBUG - alignmentView
   }
 
index 64333c6..86e606c 100644 (file)
@@ -281,7 +281,7 @@ public class RestClient extends WSClient implements WSClientI,
 
   public static RestClient makeShmmrRestClient()
   {
-    String action = "Analyse", description = "Sequence Harmony and Multi-Relief", name = "SHMR";
+    String action = "Analyse", description = "Sequence Harmony and Multi-Relief (UNSTABLE!)", name = "SHMR";
     Hashtable<String, InputType> iparams = new Hashtable<String, InputType>();
     jalview.ws.rest.params.JobConstant toolp;
     //toolp = new jalview.ws.rest.JobConstant("tool","jalview");