[Biococoa-dev] SequenceIO

Koen van der Drift kvddrift at earthlink.net
Wed Jun 29 06:32:03 EDT 2005


On Jun 29, 2005, at 12:33 AM, Charles Parnot wrote:

> One of the problem at this point is we have not fully decided on a 
> strong clear BCAnnotation object. Alex has started something, but I 
> don't think he was done yet?
>

Right now the BCAnnotation object mimics a dictionary. And one could 
argue whether we should not just use a wrapper for a dictionary. But 
that's not the most important issue. Basically, they are stored in 
BCSequence as another dictionary, using the key of the annotation as 
the key and a BCAnnotation object as value. Maybe it is easier this way 
when looking up annotations, but it seems overcomplicated to me. If we 
keep a annotations wrapper object, why not store them in an NSArray?

- Koen.




More information about the Biococoa-dev mailing list