X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fhtml%2Ffeatures%2Fgroovy.html;h=ead44369ef3f87aa2d19368b9056f2611a5880ac;hb=136c0793b90b72b928c4d77dc109dd5c644e00d3;hp=079cf9e712c89d8259bfb2ac0d7637ef0bdfdd8e;hpb=c8c1f2ab3fab93b92f444063ab522b5a82cf6aee;p=jalview.git diff --git a/help/html/features/groovy.html b/help/html/features/groovy.html index 079cf9e..ead4436 100644 --- a/help/html/features/groovy.html +++ b/help/html/features/groovy.html @@ -64,6 +64,7 @@ public methods of the jalview class hierarchy can be called from Groovy scripts. In addition, the following objects are also defined: +

@@ -107,9 +108,18 @@ print currentAlFrame.getTitle(); simplified the alignment analysis programming interface in Jalview 2.10 to make it easy for you to add your own dynamic annotation tracks with Groovy. Have a look at the featureCounter.groovy + href="../groovy/featuresCounter.html">featuresCounter.groovy example for more information.

+

+ Creating custom colourschemes
+ You can create your own alignment colourschemes with a groovy script. We've provided two examples:
+

+