JAL-2068 framework and example scripts for pluggable alignment
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 22 Apr 2016 15:03:28 +0000 (16:03 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 22 Apr 2016 15:03:28 +0000 (16:03 +0100)
commit32cb25af86f1710205b6fdca0df00aed0a0211bb
treed7339053153cff0f2bcdc9beae32c51588342fbc
parentf7265c884802647a9333bb31a64a3a4e6b827e7e
JAL-2068 framework and example scripts for pluggable alignment
annotation workers
examples/groovy/featureCounter.groovy [new file with mode: 0644]
examples/groovy/multipleFeatureAnnotations.groovy [new file with mode: 0644]
src/jalview/workers/AlignCalcWorker.java
src/jalview/workers/AlignmentAnnotationFactory.java [new file with mode: 0644]
src/jalview/workers/AnnotationProviderI.java [new file with mode: 0644]
src/jalview/workers/AnnotationWorker.java [new file with mode: 0644]
src/jalview/workers/ColumnCounterWorker.java [new file with mode: 0644]
src/jalview/workers/FeatureCounterI.java [new file with mode: 0644]