JAL-976 - hack to provide consistent ordering of JABAWS2 service names used when...
authorjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 27 Mar 2012 14:54:07 +0000 (15:54 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 27 Mar 2012 14:54:07 +0000 (15:54 +0100)
src/jalview/ws/jws2/JabaWsServerQuery.java

index b52420b..089acea 100644 (file)
@@ -69,6 +69,10 @@ public class JabaWsServerQuery implements Runnable
   Services[] JABAWS1SERVERS=new Services[]
           { Services.ClustalWS, Services.MuscleWS, Services.MafftWS,
           Services.ProbconsWS, Services.TcoffeeWS };
+  Services[] JABAWS2SERVERS=new Services[]
+          { Services.ClustalWS, Services.MuscleWS, Services.MafftWS,
+          Services.ProbconsWS, Services.TcoffeeWS, Services.AAConWS, Services.DisemblWS, Services.GlobPlotWS, Services.IUPredWS, Services.JronnWS };
+  
   /*
    * (non-Javadoc)
    *