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

Bugfix submitted by Kusalananda. Fixes the error message as before it was mis-leading

parent 0f2817e9
No related branches found
No related tags found
No related merge requests found
......@@ -413,7 +413,7 @@ sub cdna_start {
$cdna_start = $coords[0]->start();
}
elsif(@coords) {
throw "Last part of exon maps into gap";
throw "First part of exon maps into gap";
}
else {
throw "Can not map 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