Skip to content
Snippets Groups Projects
Commit 00d26b81 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Corrected doc.

parent 74c56c98
No related branches found
No related tags found
No related merge requests found
#
# EnsEMBL module for Bio::EnsEMBL::Exon
# EnsEMBL module for Bio::EnsEMBL::Intron
#
#
# Copyright Ian Longden
......@@ -62,7 +62,7 @@ sub new {
}
if($e1->strand != $e2->strand){
throw("Exons on different strand. Not allowed");
# throw("Exons on different strand. Not allowed");
}
else{
$self->{'strand'} = $e1->strand;
......
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