Skip to content

Commit

Permalink
Little AmpliconSearch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fangly committed Mar 3, 2012
1 parent 9625031 commit 875cbed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bio/Tools/AmpliconSearch.pm
Expand Up @@ -311,7 +311,7 @@ sub _create_amplicon {
# Create an amplicon sequence and register its coordinates
my ($self, $start, $end, $orientation) = @_;

my $want_a = $self->want_a;
my $want_a = $self->get_want_a;

my $template = $self->get_template;
my $amplicon;
Expand All @@ -336,7 +336,7 @@ sub _create_amplicon {
# $amplicon->start( XXX );
# $amplicon->end( XXX );
# $amplicon->strand( XXX );
# if ( ($want_a eq 'Bio::SeqFeature::Amplicon') && ($self->attach_primers) ) {
# if ( ($want_a eq 'Bio::SeqFeature::Amplicon') && ($self->get_attach_primers) ) {
# # add primers to
# $amplicon->fwd_primer( XXX );
# $amplicon->rev_primer( XXX );
Expand Down

0 comments on commit 875cbed

Please sign in to comment.