% identity is consensus
authoramwaterhouse <Andrew Waterhouse>
Thu, 19 May 2005 17:56:31 +0000 (17:56 +0000)
committeramwaterhouse <Andrew Waterhouse>
Thu, 19 May 2005 17:56:31 +0000 (17:56 +0000)
src/jalview/gui/AlignViewport.java

index 8a45949..a7d433c 100755 (executable)
@@ -235,7 +235,7 @@ public class AlignViewport
 \r
      if(consensus==null)\r
      {\r
-       consensus = new AlignmentAnnotation("% Identity",\r
+       consensus = new AlignmentAnnotation("Consensus",\r
                                            "PID", annotations, 0f, 100f, 1);\r
        if(showIdentity)\r
          alignment.addAnnotation(consensus);\r