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

Adding the no_alias check to the get_species_and_object_type() method to avoid...

Adding the no_alias check to the get_species_and_object_type() method to avoid warning about the lack of a lookup DB
parent d50a125d
No related branches found
No related tags found
No related merge requests found
......@@ -2717,7 +2717,7 @@ sub get_species_and_object_type {
my ($self, $stable_id, $known_type, $known_species, $known_db_type) = @_;
#get the stable_id lookup database adaptor
my $stable_ids_dba = $self->get_DBAdaptor("multi", "stable_ids");
my $stable_ids_dba = $self->get_DBAdaptor("multi", "stable_ids", 1);
if ($stable_ids_dba) {
......
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