Only output visible annotations
authoramwaterhouse <Andrew Waterhouse>
Thu, 25 Jan 2007 16:02:36 +0000 (16:02 +0000)
committeramwaterhouse <Andrew Waterhouse>
Thu, 25 Jan 2007 16:02:36 +0000 (16:02 +0000)
src/jalview/io/AMSAFile.java

index 12a659d..4f21875 100644 (file)
@@ -47,7 +47,7 @@ public class AMSAFile extends jalview.io.FastaFile
         for (int i = 0; i < al.getAlignmentAnnotation().length; i++)\r
         {\r
           aa = al.getAlignmentAnnotation()[i];\r
-          if (aa.autoCalculated)\r
+          if (aa.autoCalculated || !aa.visible)\r
             continue;\r
 \r
           out.append(">#_" + aa.label);\r