Skip to content
Snippets Groups Projects
Commit c7fe483a authored by Abel Ureta-Vidal's avatar Abel Ureta-Vidal
Browse files

Replaced deprecated use of $self->warn by warning from Bio::EnsEMBL::Utils::Exception

parent 54903fd3
No related branches found
No related tags found
No related merge requests found
......@@ -105,8 +105,8 @@ sub get_taxonomy_id {
if( @$arrRef ) {
return $arrRef->[0];
} else {
$self->warn("Please insert meta_key 'species.taxonomy_id' " .
"in meta table at core db.\n");
warning("Please insert meta_key 'species.taxonomy_id' " .
"in meta table at core db.\n");
}
}
......
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