Skip to content

Commit

Permalink
Fix #103
Browse files Browse the repository at this point in the history
  • Loading branch information
majensen committed Mar 5, 2015
1 parent 383e52f commit a6172de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bio/Search/Tiling/MapTileUtils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ use warnings;
=cut

sub matches_MT {
use integer;
my( $self, @args ) = @_;
my($type, $action, $beg, $end) = $self->_rearrange( [qw(TYPE ACTION START END)], @args);
my @actions = qw( identities conserved searchutils );
Expand Down

0 comments on commit a6172de

Please sign in to comment.