Skip to content
Snippets Groups Projects
Commit c0e26c73 authored by Michael Gray's avatar Michael Gray
Browse files

Transcript->add_supporting_features(): fix cut-n-pasted throw() message.

parent a854ce95
No related branches found
No related tags found
3 merge requests!47Transcript->add_supporting_features(): fix cut-n-pasted throw() message.,!47Transcript->add_supporting_features(): fix cut-n-pasted throw() message.,!47Transcript->add_supporting_features(): fix cut-n-pasted throw() message.
......@@ -454,8 +454,8 @@ sub add_supporting_features {
if ((defined $self->slice() && defined $feature->slice())&&
( $self->slice()->name() ne $feature->slice()->name())){
throw("Supporting feat not in same coord system as exon\n" .
"exon is attached to [".$self->slice()->name()."]\n" .
throw("Supporting feat not in same coord system as transcript\n" .
"transcript is attached to [".$self->slice()->name()."]\n" .
"feat is attached to [".$feature->slice()->name()."]");
}
......
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