anndata - general object holding sequence annotation (answering to GFF)
anndata = annsource ann*
annsource = method version
ann = sequence [annrecords]
annrecords = annrecord*
annrecord = feature [global/pos/range] score+ [strand] [frame] [comment]
COMMENTS:
'anndata' has been defined to answer to GFF in spirit rather than in detail.
The goals were as follows:
a. to make it as general as possible
b. to avoid unnecessary repetition of information
VERSION HISTORY:
2007 May 1 first draft by KR
2007 Sep 4 reviewed by pfh+KR and approved for now
-->