[Bioperl-l] Annotation:_typemap remembers removed types
Hilmar Lapp
hlapp at gmx.net
Tue Dec 20 12:42:55 EST 2005
I need to think whether this may have unwanted side effects but it does
look like a good idea. Just to be sure it doesn't get lost, can you
post this as a bug report with patch to bugzilla
(bugzilla.bioperl.org)?
-hilmar
On Dec 20, 2005, at 8:02 AM, <markus.riester at student.uni-tuebingen.de>
wrote:
> Hi,
>
> not sure if the current behaviour is a bug or a feature. This trivial
> patch
> removes the type from _typemap after removal.
>
> Markus
>
> Bio/Annotation/Collection.pm
>
> 321,322c321,323
> < foreach (@keys) {
> < delete $self->{'_annotation'}->{$_};
> ---
>> foreach my $key (@keys) {
>> delete $self->{'_annotation'}->{$key};
>> delete $self->{'_typemap'}->{'_type'}->{$key};
>
>
> _______________________________________________
> Bioperl-l mailing list
> Bioperl-l at portal.open-bio.org
> http://portal.open-bio.org/mailman/listinfo/bioperl-l
>
>
--
-------------------------------------------------------------
Hilmar Lapp email: lapp at gnf.org
GNF, San Diego, Ca. 92121 phone: +1-858-812-1757
-------------------------------------------------------------
More information about the Bioperl-l
mailing list