From: amwaterhouse Date: Mon, 20 Mar 2006 14:42:37 +0000 (+0000) Subject: Correct reference X-Git-Tag: Root_VamJalview_2_07b+~27 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=b06b40ddcc63ecde2c24baf0c6c40987d451a580;p=jalview.git Correct reference --- diff --git a/src/jalview/ws/Discoverer.java b/src/jalview/ws/Discoverer.java index 4921fb7..8ff4184 100755 --- a/src/jalview/ws/Discoverer.java +++ b/src/jalview/ws/Discoverer.java @@ -176,7 +176,7 @@ public class Discoverer "ClustalW Multiple Sequence Alignment"), new ServiceHandle( "SecStrPred", - "Cuff J. A and Barton G.J (1999) Application of enhanced " + + "Cuff J. A and Barton G.J (2000) Application of " + "multiple sequence alignment profiles to improve protein secondary structure prediction, " + "Proteins 40:502-511", "http://www.compbio.dundee.ac.uk/JalviewWS/services/jpred","JNet Secondary Structure Prediction" diff --git a/src/jalview/ws/JPredClient.java b/src/jalview/ws/JPredClient.java index d353b51..8a4368c 100755 --- a/src/jalview/ws/JPredClient.java +++ b/src/jalview/ws/JPredClient.java @@ -108,7 +108,7 @@ public class JPredClient WebServiceName = "JNetWS"; WebServiceJobTitle = "JNet secondary structure prediction"; WebServiceReference = - "\"Cuff J. A and Barton G.J (1999) Application of enhanced " + + "\"Cuff J. A and Barton G.J (2000) Application of " + "multiple sequence alignment profiles to improve protein secondary structure prediction, " + "Proteins 40:502-511\"."; WsURL = "http://www.compbio.dundee.ac.uk/JalviewWS/services/jpred";