From 7a6a15719bc50a585afdd43b732ddc1682ec04c7 Mon Sep 17 00:00:00 2001 From: jprocter Date: Fri, 17 Dec 2010 16:54:42 +0000 Subject: [PATCH] first publicly accessible test of JAL-724 --- src/jalview/gui/AlignFrame.java | 2 +- src/jalview/ws/rest/RestClient.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jalview/gui/AlignFrame.java b/src/jalview/gui/AlignFrame.java index 4c2e73a..7772f77 100755 --- a/src/jalview/gui/AlignFrame.java +++ b/src/jalview/gui/AlignFrame.java @@ -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 } diff --git a/src/jalview/ws/rest/RestClient.java b/src/jalview/ws/rest/RestClient.java index 64333c6..86e606c 100644 --- a/src/jalview/ws/rest/RestClient.java +++ b/src/jalview/ws/rest/RestClient.java @@ -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 iparams = new Hashtable(); jalview.ws.rest.params.JobConstant toolp; //toolp = new jalview.ws.rest.JobConstant("tool","jalview"); -- 1.7.10.2