Skip to content
Snippets Groups Projects
Commit 4e819ff8 authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

[ENSCORESW-822]. Removed textual reference to BiotypeMapper

parent 8fa5b1a6
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ sub new {
};
bless $self, $class;
if ( ! check_ref($self->{'ontology_adaptor'}, "Bio::EnsEMBL::DBSQL::OntologyTermAdaptor" )) {
throw("GFF format requires an instance of Bio::EnsEMBL::DBSQL::OntologyTermAdaptor to function. See also Bio::EnsEMBL::Utils::BiotypeMapper");
throw("GFF format requires an instance of Bio::EnsEMBL::DBSQL::OntologyTermAdaptor to function.");
}
$self->{'mapper'} = Bio::EnsEMBL::Utils::SequenceOntologyMapper->new($self->{'ontology_adaptor'});
......
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