Skip to content
Snippets Groups Projects
Commit 68719e57 authored by Andy Yates's avatar Andy Yates
Browse files

Missed imports

parent 53933a43
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,9 @@ use strict;
use warnings;
use base qw/Bio::EnsEMBL::Storable/;
use Bio::EnsEMBL::Utils::Argument qw/rearrange/;
use Bio::EnsEMBL::Utils::Scalar qw/assert_ref/;
=head2 new
Arg [-ADAPTOR] : Bio::EnsEMBL::DBSQL::IntronSupportingEvidenceAdaptor
......@@ -93,4 +96,4 @@ sub score_type {
return $self->{'score_type'};
}
1;
\ No newline at end of file
1;
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