Skip to content
Snippets Groups Projects
Commit c3ffc0eb authored by Arne Stabenau's avatar Arne Stabenau
Browse files

changed sliceadaptor to hang on db

parent 82251f6a
No related branches found
No related tags found
No related merge requests found
......@@ -484,7 +484,7 @@ sub get_TranslationAdaptor {
sub get_SliceAdaptor {
my( $self ) = @_;
return $self->dnadb()->get_adaptor("Slice");
return $self->get_adaptor("Slice");
}
......
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