X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Fjws2%2FAAConClient.java;h=aba9222b4a08c3cc2f2f1af067333786be0e98d0;hb=55a3fa00d81fe3156c55d4748eabfadeb25a97ed;hp=3d50026e947abc4f7c37709daa66c6fe53af5cac;hpb=44396db56b65458459eb38b399a52e0962b5bdab;p=jalview.git diff --git a/src/jalview/ws/jws2/AAConClient.java b/src/jalview/ws/jws2/AAConClient.java index 3d50026..aba9222 100644 --- a/src/jalview/ws/jws2/AAConClient.java +++ b/src/jalview/ws/jws2/AAConClient.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8) - * Copyright (C) 2012 J Procter, AM Waterhouse, LM Lui, J Engelhardt, G Barton, M Clamp, S Searle + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.1) + * Copyright (C) 2014 The Jalview Authors * * This file is part of Jalview. * @@ -14,6 +14,7 @@ * PURPOSE. See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. */ package jalview.ws.jws2; @@ -23,6 +24,7 @@ import jalview.gui.AlignmentPanel; import jalview.ws.jws2.dm.AAConSettings; import jalview.ws.jws2.jabaws2.Jws2Instance; import jalview.ws.params.WsParamSetI; +import jalview.ws.uimodel.AlignAnalysisUIText; import java.util.ArrayList; import java.util.List; @@ -104,6 +106,14 @@ public class AAConClient extends JabawsAlignCalcWorker } private static String CALC_ID="jabaws2.AACon"; + public static AlignAnalysisUIText getAlignAnalysisUITest() { + return new AlignAnalysisUIText( + compbio.ws.client.Services.AAConWS.toString(), + jalview.ws.jws2.AAConClient.class, CALC_ID, false, true, true, + "AACon Calculations", + "When checked, AACon calculations are updated automatically.", + "Change AACon Settings...", + "Modify settings for AACon calculations."); } }