Skip to content

Commit

Permalink
Finishing touches
Browse files Browse the repository at this point in the history
  • Loading branch information
fangly committed Mar 6, 2012
1 parent 37596a6 commit fa57473
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Bio/Tools/AmpliconSearch.pm
Expand Up @@ -350,11 +350,6 @@ sub _regexp {
my $fwd_regexp = $self->_fwd_regexp;
my $rev_regexp = $self->_rev_regexp;

#### Clean regexp for B::T::SeqPatterns
$fwd_regexp =~ s/^\(.*?\:(.*)\)$/$1/;
$rev_regexp =~ s/^\(.*?\:(.*)\)$/$1/;
####

my ($fwd_regexp_rc, $basic_fwd_match, $rev_regexp_rc, $basic_rev_match);
if ($fwd_regexp eq '^') {
$fwd_regexp_rc = '';
Expand Down Expand Up @@ -470,7 +465,7 @@ sub _attach_amplicon {
$pstrand = -1 * $amplicon->strand;
}

#### Absolute coordinates
#### Absolute coordinates??
$pstart += $start - 1;
$pend += $start - 1;
####
Expand Down

0 comments on commit fa57473

Please sign in to comment.