JAL-1665 getSequenceFeatures; Desktop.getAlignFrames camel-cased
[jalview.git] / examples / groovy / stripUniprotPrefixes.groovy
index e2bb129..284d0cf 100644 (file)
@@ -3,7 +3,7 @@ import jalview.datamodel.*;
 import jalview.gui.AlignFrame;
 import jalview.gui.AlignViewport;
 
-def af = Jalview.getAlignframes();
+def af = Jalview.getAlignFrames();
 
 // walk through  all alignments, stripping off all text prior to and including last '|' symbol in sequence IDs