JAL-1233 JAL-1066 fix for JAL-1397 test: allow per group colour by annotation to...
[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