JAL-2197 changed tooltip for Jnet annotation rows to “Jpred Output”
authorJim Procter <jprocter@issues.jalview.org>
Tue, 22 Nov 2016 18:21:34 +0000 (18:21 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Tue, 22 Nov 2016 18:21:34 +0000 (18:21 +0000)
src/jalview/io/JnetAnnotationMaker.java

index d5593e3..3feae5d 100755 (executable)
@@ -192,13 +192,13 @@ public class JnetAnnotationMaker
           if (id.equals("JNETCONF"))
           {
             annot = new AlignmentAnnotation(preds[i].getName(),
-                    "JNet Output", annotations, 0f, 10f,
+                    "JPred Output", annotations, 0f, 10f,
                     AlignmentAnnotation.BAR_GRAPH);
           }
           else
           {
             annot = new AlignmentAnnotation(preds[i].getName(),
-                    "JNet Output", annotations);
+                    "JPred Output", annotations);
           }
 
           if (seqRef != null)