Details
-
Type: Task
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.7
-
Fix Version/s: 2.8
-
Component/s: Datamodel, file format issue
-
Labels:None
Description
A new parser to import scores from a T-COFFEE file as per-sequence Alignment annotation rows. This parser should by default mark the imported rows as 'hidden' to ensure they don't get displayed below the alignment.
The architecture of the parser should follow the jalview.io model (ie extend from the jalview.io.FileParse) framework so that it can be used by the applet and application. At the very least, it should implement a method like jalview.io.AlignmentAnnotationFile.parseAnnotationFrom(AlignmentI, Reader) so it can be called in the same way by jalview.
The architecture of the parser should follow the jalview.io model (ie extend from the jalview.io.FileParse) framework so that it can be used by the applet and application. At the very least, it should implement a method like jalview.io.AlignmentAnnotationFile.parseAnnotationFrom(AlignmentI, Reader) so it can be called in the same way by jalview.
Attachments
Issue Links
- blocks
-
JAL-1065 import and visualise T-COFFEE quality scores for an alignment
- Resolved