convenience function to get the RNA model for an annotation row (probably unused...
authorjprocter <jprocter@compbio.dundee.ac.uk>
Fri, 7 Dec 2012 15:51:52 +0000 (15:51 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Fri, 7 Dec 2012 15:52:16 +0000 (15:52 +0000)
src/jalview/datamodel/AlignmentAnnotation.java

index 02446c4..8115af4 100755 (executable)
@@ -202,7 +202,11 @@ public class AlignmentAnnotation
       return NO_GRAPH;
     }
   }
-
+    // JBPNote: what does this do ?
+  public void ConcenStru(CharSequence RNAannot) throws WUSSParseException
+  {
+         bps = Rna.GetModeleBP(RNAannot);
+  }
   /**
    * Creates a new AlignmentAnnotation object.
    *