JAL-3127 scripts updated for method signature change
[jalview.git] / examples / groovy / colourUnconserved.groovy
index e186766..2365c1e 100644 (file)
@@ -42,7 +42,7 @@ unconserved = { ->
     /*
      * to make a new instance for each alignment view
      */
-    getInstance: { AnnotatedCollectionI coll, Map<SequenceI, SequenceCollectionI> map -> unconserved() },
+    getInstance: { view, coll -> unconserved() },
     
     /*
      * method only needed if colour scheme has to recalculate