X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2FJPredClient.java;h=798259a840c37a8e1d520add298a4e5736eb0329;hb=58f1100520f493623282142819b09e363f583eb9;hp=f503f912dd3a5aa8479d6a399febfc60aac3702c;hpb=58e82de6951f919828899de75b908cd1114d8511;p=jalview.git diff --git a/src/jalview/ws/JPredClient.java b/src/jalview/ws/JPredClient.java index f503f91..798259a 100755 --- a/src/jalview/ws/JPredClient.java +++ b/src/jalview/ws/JPredClient.java @@ -503,7 +503,8 @@ public class JPredClient { annot = new AlignmentAnnotation(preds[i].getName(), "JNet Output", annotations, 0f, - 10f, 1); + 10f, + AlignmentAnnotation.BAR_GRAPH); } else { @@ -544,8 +545,7 @@ public class JPredClient } catch (Exception ex) { - jalview.bin.Cache.log.warn("Exception whilst parsing JNet style secondary structure prediction."); - jalview.bin.Cache.log.debug("Exception: ",ex); + jalview.bin.Cache.log.warn("Exception whilst parsing JNet style secondary structure prediction.",ex); } } }