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

Merged changes from the branch

parent 7d8060c5
No related branches found
No related tags found
No related merge requests found
......@@ -348,7 +348,7 @@ sub get_all_Exons {
sub get_all_translateable_Exons {
my $self = shift;
return $self->get_all_Exons;
return [ grep{ ref( $_ ) eq 'Bio::EnsEMBL::Exon' } @{$self->get_all_Exons} ];
}
......
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