From: jprocter Date: Fri, 7 Dec 2012 15:51:52 +0000 (+0000) Subject: convenience function to get the RNA model for an annotation row (probably unused... X-Git-Tag: Jalview_2_9~221^2^2~8^2~24 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=a923c0fa51ce22d052ac06f54b006c57385cc8e0 convenience function to get the RNA model for an annotation row (probably unused - need to check) --- diff --git a/src/jalview/datamodel/AlignmentAnnotation.java b/src/jalview/datamodel/AlignmentAnnotation.java index 02446c4..8115af4 100755 --- a/src/jalview/datamodel/AlignmentAnnotation.java +++ b/src/jalview/datamodel/AlignmentAnnotation.java @@ -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. *