[Bioperl-l] Add sequence feature

Mike Williams drummike at gmail.com
Fri Aug 13 17:41:55 UTC 2010


On Fri, Aug 13, 2010 at 1:06 PM, Jessica Sun <jessica.sun at gmail.com> wrote:

> Thanks. I somehow get these error messages.
> by doing this,
>
> my $feat = new Bio::SeqFeature::Generic(-start                 =>20,
>                                        -end         => $40,
>                                        -primary_tag => 'newfeature' );
>                                     $feat->add_tag_value("note","this is
> notes");
>

That $40 looks fishy.  Try deleting the dollar sign.  You did mean just 40,
right?

Mike



More information about the Bioperl-l mailing list