X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=examples%2Fgroovy%2FalignLoadedFile.groovy;fp=examples%2Fgroovy%2FalignLoadedFile.groovy;h=681a0909f82047fd6a17b7a9ec261374b1e6c27a;hb=89cb45bd28a34f30e807efe12552268e3b5628b8;hp=6d8f8070f1e5cc71dac8ae6975c62315b94734b0;hpb=bc12a8c2d3727216f12bbf9ffd49cd137d19ad9a;p=jalview.git diff --git a/examples/groovy/alignLoadedFile.groovy b/examples/groovy/alignLoadedFile.groovy index 6d8f807..681a090 100644 --- a/examples/groovy/alignLoadedFile.groovy +++ b/examples/groovy/alignLoadedFile.groovy @@ -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,