Skip to content

Commit

Permalink
Fixed error in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fangly committed Mar 13, 2012
1 parent 47226c8 commit bed3729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/SeqFeature/SubSeq.pm
Expand Up @@ -20,7 +20,7 @@ Bio::SeqFeature::SubSeq - Feature representing a subsequence
$subseq = Bio::SeqFeature::Amplicon->new(
-start => 6,
-end => 15,
-template => $subseq,
-template => $template,
);
print "Subsequence is: ".$amplicon->seq->seq."\n"; # Should be 'CCCCCGGGGG'
Expand Down

0 comments on commit bed3729

Please sign in to comment.