Skip to content
Snippets Groups Projects
Commit 53780a12 authored by Andy Yates's avatar Andy Yates
Browse files

Classy. Parent caller will abort looping if given a non-true value back.

parent ce5be62f
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ sub compare {
if ($support->param('check_transcripts')) {
compare_transcripts($asp);
}
return;
return 1;
}
sub compare_exons {
......@@ -87,6 +87,7 @@ sub compare_exons {
$support->log(sprintf(" | ID : %s | EVAL ERROR (%s)\n", $old_exon->stable_id(), $@));
}
}
return;
}
sub exon {
......
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