From 50ae599921f0c1673c2b85fb1e31cc449aa6019f Mon Sep 17 00:00:00 2001 From: =?utf8?q?F=C3=A1bio=20Madeira?= Date: Wed, 12 Apr 2017 15:21:36 +0100 Subject: [PATCH] JWS-112 Updated the versions the tool versions that are shown in the ServiceStatus page --- webservices/compbio/ws/client/Services.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webservices/compbio/ws/client/Services.java b/webservices/compbio/ws/client/Services.java index 8ffaa05..a923f19 100644 --- a/webservices/compbio/ws/client/Services.java +++ b/webservices/compbio/ws/client/Services.java @@ -295,13 +295,13 @@ public enum Services { "Larkin MA, Blackshields G, Brown NP, Chenna R, McGettigan PA, McWilliam H, Valentin F, Wallace IM, Wilm A, Lopez R, Thompson JD, Gibson TJ, Higgins DG,\r\n" + "\"Clustal W and Clustal X version 2.0\"\r\n" + "Bioinformatics, 23: 2947 (2007)", - "2.0.12", "http://www.clustal.org/clustal2/"); + "2.1", "http://www.clustal.org/clustal2/"); static ServiceInfo CLUSTAL_OMEGA_INFO = new ServiceInfo(ClustalOWS, "Sievers F, Wilm A, Dineen D, Gibson TJ, Karplus K, Li W, Lopez R, McWilliam H, Remmert M, Söding J, Thompson JD, Higgins DG,\r\n" + "\"Fast, scalable generation of high quality protein multiple sequence alignments using Clustal Omega\"\r\n" + "Mol Syst Biol. 7:539 (2011)", - "1.0.2", "http://www.clustal.org/omega/"); + "1.2.4", "http://www.clustal.org/omega/"); static ServiceInfo DISEMBL_INFO = new ServiceInfo(DisemblWS, "Linding R, Jensen LJ, Diella F, Bork P, Gibson TJ, and Russell RB,\r\n" + @@ -325,7 +325,7 @@ public enum Services { "Notredame C, Higgins DG, Heringa L,\r\n" + "\"T-Coffee: A novel method for multiple sequence alignments\"\r\n" + "JMB, 302(1):205 (2000)", - "8.99", "http://tcoffee.crg.cat/apps/tcoffee/index.html"); + "11.00.8cbe486", "http://tcoffee.crg.cat/apps/tcoffee/index.html"); static ServiceInfo MUSCLE_INFO = new ServiceInfo(MuscleWS, "Edgar RC,\r\n"+ @@ -361,7 +361,7 @@ public enum Services { "Katoh K, Toh H,\r\n" + "\"Parallelization of the MAFFT multiple sequence alignment program\"\r\n" + "Bioinformatics 26:1899 (2010)", - "6.8.57", "http://mafft.cbrc.jp/alignment/software/"); + "7.310", "http://mafft.cbrc.jp/alignment/software/"); static ServiceInfo RNAALIFOLD_INFO = new ServiceInfo(RNAalifoldWS, "Hofacker IL, Fekete M, and Stadler PV,\r\n"+ -- 1.7.10.2