JAL-1397 JAL-1066 JAL-1233 refactored annotation colours XML parsing code and support...
[jalview.git] / examples / groovy / closures.groovy
1 writeAnnot = { 
2   new File(it).append(new jalview.io.AnnotationFile().printAnnotations(Jalview.getAlignframes()[0].getViewport().getAlignment().getAlignmentAnnotation(),null,null)) 
3 }
4
5