Skip to content
Snippets Groups Projects
Commit c5db1724 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Fix broken inheritance. Noticed by Andy Y.

parent bd06d745
No related branches found
No related tags found
No related merge requests found
......@@ -63,10 +63,9 @@ identifier but with different evidence tags. For this reason a single
package Bio::EnsEMBL::OntologyXref;
use vars qw(@ISA);
use strict;
@ISA = qw( Bio::EnsEMBL::DBEntry );
use parent qw( Bio::EnsEMBL::DBEntry );
=head2 add_linkage_type
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment