Skip to content
Snippets Groups Projects
Commit fa6d6d93 authored by Maurice Hendrix's avatar Maurice Hendrix
Browse files

*** empty log message ***

parent b5983022
No related branches found
No related tags found
No related merge requests found
......@@ -294,6 +294,8 @@ sub check_for_stops {
my @annotated_stops;
if ($annot_stops){
my $i = 0;
my $defined_offset;
my $defined_found_stop;
foreach my $offset (split(/\s+/, $annot_stops)) {
$defined_offset= (defined($offset)) && ($offset=~/^\d+$/);
$defined_found_stop = ( defined(@found_stops) && defined($found_stops[$i]) && defined($found_stops[$i]->[1]));
......
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