[Bioperl-l] Problem with Bio::Annotation
Harry Wild
harry.wild@gmx.de
Wed, 11 Dec 2002 21:12:32 +0100
Hi!
Thanks a lot to all!
Bio::Annotation::Collection works fine.
>
> # Note -- this annotation won't be output by the genbank writer because
> # genbank writer only recognizes 'comment' and 'reference'
> $seq->annotation->add_Annotation('description',
> Bio::Annotation::SimpleValue->new(-value => 'some description'));
>
Yes, I know - but it took me some time to discover this!
Now I use $seq->desc('some description') instead.
Regards,
Harry