JAL-2549 RNAAliFold result to annotation file roundtrip test fails test due to JAL...
[jalview.git] / test / jalview / ws / jabaws / RNAStructExportImport.java
index 5ea97ff..089c29f 100644 (file)
@@ -202,7 +202,9 @@ public class RNAStructExportImport
     } while (af.getViewport().getCalcManager().isWorking());
 
     AlignmentI orig_alig = af.getViewport().getAlignment();
-
+    // JBPNote: this assert fails (2.10.2) because the 'Reference Positions'
+    // annotation is mistakenly recognised as an RNA annotation row when read in
+    // as an annotation file.
     verifyAnnotationFileIO("Testing RNAalifold Annotation IO", orig_alig);
 
   }