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

add_DNAAdaptor now takes the group name and not the actual adaptor

parent 1a7d316d
No related branches found
No related tags found
No related merge requests found
......@@ -681,7 +681,7 @@ sub dnadb {
if(@_) {
my $arg = shift;
$reg->add_DNAAdaptor($self->species(),$self->group(),$arg);
$reg->add_DNAAdaptor($self->species(),$self->group(),$arg->group());
}
# return $self->{'dnadb'} || $self;
......
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