Skip to content
Snippets Groups Projects
Commit 8971a73e authored by Jan-hinnerk Vogel's avatar Jan-hinnerk Vogel
Browse files

remove-method debugged

parent eb33e4f9
No related branches found
No related tags found
No related merge requests found
......@@ -504,7 +504,7 @@ sub remove {
}
#remove all associated prediction exons
my $pexon_adaptor = $self->get_PredictionExonAdaptor();
my $pexon_adaptor = $self->db()->get_PredictionExonAdaptor();
foreach my $pexon (@{$pre_trans->get_all_Exons}) {
$pexon_adaptor->remove($pexon);
}
......
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