Watch out for - symbol lin jnet files
authoramwaterhouse <Andrew Waterhouse>
Thu, 14 Dec 2006 18:58:14 +0000 (18:58 +0000)
committeramwaterhouse <Andrew Waterhouse>
Thu, 14 Dec 2006 18:58:14 +0000 (18:58 +0000)
src/jalview/datamodel/AlignmentAnnotation.java

index 7c57e6b..d6eb3ea 100755 (executable)
@@ -121,7 +121,8 @@ public class AlignmentAnnotation
         }
 
         if (annotations[i].secondaryStructure != 'H'
-            && annotations[i].secondaryStructure != 'E')
+            && annotations[i].secondaryStructure != 'E'
+            && annotations[i].secondaryStructure != '-')
         {
           nonSSLabel = true;
         }