JAL-1379 allow services with an MSA interface to create an interactive service gui...
authorJim Procter <jprocter@dundee.ac.uk>
Tue, 10 Jun 2014 16:24:41 +0000 (17:24 +0100)
committerJim Procter <jprocter@dundee.ac.uk>
Tue, 10 Jun 2014 16:24:48 +0000 (17:24 +0100)
src/jalview/ws/jws2/MsaWSClient.java

index 37231fd..285dcc0 100644 (file)
@@ -193,6 +193,11 @@ public class MsaWSClient extends Jws2Client
   public void attachWSMenuEntry(JMenu rmsawsmenu,
           final Jws2Instance service, final AlignFrame alignFrame)
   {
+    if (registerAAConWSInstance(rmsawsmenu, service, alignFrame))
+    {
+      // Alignment dependent analysis calculation WS gui
+      return;
+    }
     setWebService(service, true); // headless
     boolean finished = true, submitGaps = false;
     JMenu msawsmenu = rmsawsmenu;