Skip to content
Snippets Groups Projects
Commit 3894e423 authored by Web Admin's avatar Web Admin
Browse files

changed exon -> end

parent c569efbc
No related branches found
No related tags found
No related merge requests found
......@@ -301,7 +301,7 @@ sub add_Exon {
$exon->start() < $self->{'start'})) {
$self->start($exon->start());
}
if(defined $exon && (!defined $self->{'exon'} ||
if(defined $exon && (!defined $self->{'end'} ||
$exon->end() > $self->{'end'})) {
$self->end($exon->end());
}
......
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