JAL-2136 Introduced DynamicData model, modified AnnotionFile to store Phyre meta... features/JAL-2136_phyre2_integration
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Mon, 5 Jun 2017 13:48:53 +0000 (14:48 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Mon, 5 Jun 2017 13:48:53 +0000 (14:48 +0100)
commitb8cd52fe7bed59130e5b080acfd42c3ef2effdbb
tree95c44130c918ef7252a8dcc81e9c724d38cc6205
parent6849cc1cb983a45b4b8fd840f5ffc7d31ca80f33
JAL-2136 Introduced DynamicData model, modified AnnotionFile to store Phyre meta-data in DynamicData object, modified SequenceAnnotationReport to build Phyre html meta-data from DynamicData list
src/jalview/datamodel/DynamicData.java [new file with mode: 0644]
src/jalview/io/AnnotationFile.java
src/jalview/io/AnnotationUtil.java [new file with mode: 0644]
src/jalview/io/SequenceAnnotationReport.java
test/jalview/io/AnnotationFileIOTest.java