From: Jim Procter Date: Mon, 17 Nov 2014 14:47:17 +0000 (+0000) Subject: JAL-1587 distinct calc IDs for JPredMSA and Jpred single sequence. X-Git-Tag: Jalview_2_9~149^2~4 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=f89e9db5a8160c422e0c16f009294a8e1fa458d5;p=jalview.git JAL-1587 distinct calc IDs for JPredMSA and Jpred single sequence. --- diff --git a/src/jalview/ws/jws1/JPredThread.java b/src/jalview/ws/jws1/JPredThread.java index 72274de..4e95b14 100644 --- a/src/jalview/ws/jws1/JPredThread.java +++ b/src/jalview/ws/jws1/JPredThread.java @@ -231,7 +231,8 @@ class JPredThread extends JWS1Thread implements WSClientI if (alant.sequenceRef != null) { replaceAnnotationOnAlignmentWith(alant, alant.label, - "jalview.jws1.Jpred", alant.sequenceRef); + "jalview.jws1.Jpred" + (this.msa == null ? "" : "MSA"), + alant.sequenceRef); } } return new Object[]