Details
-
Type: Improvement
-
Status: Open
-
Priority: Critical
-
Resolution: Unresolved
-
Affects Version/s: 2.8
-
Fix Version/s: None
-
Component/s: file format issue
-
Labels:None
Description
the calcId attribute introduced in v2.8 allows Jalview to recognise groups of annotation produced by some operation independently of any visual attributes (like its label). The annotation file format should allow this attribute to be set in the same way as the graphgroup - e.g:
# set calcId to TCOFFEE for some annotation
CALC_ID<tab>TCOFFEE
..
..
...
CALC_ID
# remaining annotation have a null id
# set calcId to TCOFFEE for some annotation
CALC_ID<tab>TCOFFEE
..
..
...
CALC_ID
# remaining annotation have a null id
Attachments
Issue Links
- blocks
-
JAL-1294 Cannot export and re-import IUPred protein disorder predictions as annotation file
- Resolved