Skip to content
Snippets Groups Projects
Commit 19c0c97b authored by Ian Longden's avatar Ian Longden
Browse files

removed BOUNDRY CROSSED error message as this is not needed. The feature is...

removed BOUNDRY CROSSED error message as this is not needed. The feature is ignored if it goes past a PER boundry for example but this is supposed to happen
parent 1f63f338
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,6 @@ sub fetch_all_by_Slice_constraint {
# discard boundary crossing features from symlinked regions
foreach my $bound (@bounds) {
if($f->{'start'} < $bound && $f->{'end'} >= $bound) {
print STDERR "BOUNDRY CROSSED\n";
next FEATURE;
}
}
......
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