Skip to content
Snippets Groups Projects
Commit df27a496 authored by Ian Longden's avatar Ian Longden
Browse files

make sure add_DNAAdaptor stores the key name for the species and not an alias

parent 19ab0154
No related branches found
No related tags found
No related merge requests found
......@@ -344,6 +344,7 @@ sub add_DNAAdaptor{
my ($class, $species, $group, $dnadb_species, $dnadb_group) = @_;
$species = $class->get_alias($species);
$dnadb_species = $class->get_alias($dnadb_species);
if($dnadb_group->isa('Bio::EnsEMBL::DBSQL::DBAdaptor')){
deprecated("");
}
......
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