JAL-1665 getSequenceFeatures; Desktop.getAlignFrames camel-cased
[jalview.git] / examples / groovy / alignLoadedFile.groovy
index 6d8f807..681a090 100644 (file)
@@ -23,7 +23,7 @@ if (service.serviceType.indexOf("uscle")>-1) {
   } catch (q) {
         // currentAlFrame is not defined - so we were run as an interactive script from the Groovy console
        // in that case, just pick the first alignmentFrame in the stack.
-       msaf = Jalview.getAlignframes()[0]
+       msaf = Jalview.getAlignFrames()[0]
   };
   // Finally start Jalview's JabaWS MSA Client with the alignment from msaf
   new MsaWSClient(service, msaf.getTitle(), msaf.gatherSequencesForAlignment(), false,