Copy dataset annotations for paste(this)
[jalview.git] / src / jalview / ws / JPredClient.java
index f503f91..798259a 100755 (executable)
@@ -503,7 +503,8 @@ public class JPredClient
             {\r
               annot = new AlignmentAnnotation(preds[i].getName(),\r
                                               "JNet Output", annotations, 0f,\r
-                                              10f, 1);\r
+                                              10f,\r
+                                              AlignmentAnnotation.BAR_GRAPH);\r
             }\r
             else\r
             {\r
@@ -544,8 +545,7 @@ public class JPredClient
       }\r
       catch (Exception ex)\r
       {\r
-        jalview.bin.Cache.log.warn("Exception whilst parsing JNet style secondary structure prediction.");\r
-        jalview.bin.Cache.log.debug("Exception: ",ex);\r
+        jalview.bin.Cache.log.warn("Exception whilst parsing JNet style secondary structure prediction.",ex);\r
       }\r
     }\r
   }\r