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

Needs a bit of a workover this module ...

parent ad26ca66
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,8 @@ sub get_RepeatConsensus {
my( $self ) = @_;
my $rc_id = $self->repeat_consensus_id;
return $self->adaptor->fetch_by_dbID($rc_id);
return $self->adaptor->db->get_RepeatConsensusAdaptor
->fetch_by_dbID($rc_id);
}
......
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