From b06b40ddcc63ecde2c24baf0c6c40987d451a580 Mon Sep 17 00:00:00 2001 From: amwaterhouse Date: Mon, 20 Mar 2006 14:42:37 +0000 Subject: [PATCH] Correct reference --- src/jalview/ws/Discoverer.java | 2 +- src/jalview/ws/JPredClient.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; -- 1.7.10.2