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

In get_species_and_object_type(), push databases for species

for which there is no species.stable_id_prefix meta entry onto
the the list of databases to query as fallback.  This solves
Eugene's problem with S.cerevisiae.
parent bae467ba
No related branches found
No related tags found
No related merge requests found
......@@ -2307,6 +2307,11 @@ sub get_species_and_object_type {
}
}
if ( !defined($prefix) ) {
# There was no prefix in the meta table.
push( @nonstandard_prefix_species, $species );
}
} ## end foreach my $dba ( @{ $self->get_all_DBAdaptors...})
} ## end if ( !%stable_id_prefix)
......
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