Skip to content
Snippets Groups Projects
Commit 09b3a039 authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

Incorrect DBAdaptor invocation

parent e080372a
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ sub dbc{
sub dba {
my $self = shift;
my $dbc = $self->dbc;
return Bio::EnsEMBL::DBSQL::DBAdaptor->new(-dbc => $dbc, -species => $self->species);
return Bio::EnsEMBL::DBSQL::DBAdaptor->new(-dbconn => $dbc, -species => $self->species);
}
=head2 dir
......
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