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

get_adaptor fixed for dnadb with different species

parent 847ebd02
No related branches found
No related tags found
No related merge requests found
......@@ -486,6 +486,7 @@ sub get_adaptor{
if( defined($dnadb_group) && defined($dnadb_adaptors{$type}) ) {
$group = $dnadb_group;
$species = $registry_register{$species}{$group}{_DNA2};
}
my $ret = $registry_register{$species}{$group}{$type};
......
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