Skip to content

Commit

Permalink
Amplicon test update
Browse files Browse the repository at this point in the history
  • Loading branch information
fangly committed Mar 6, 2012
1 parent f6c1a34 commit 7f58437
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions t/SeqFeature/Amplicon.t
Expand Up @@ -46,12 +46,10 @@ $rev_primer = Bio::SeqFeature::Primer->new(
-strand => -1
);


$template = Bio::PrimarySeq->new( -seq => 'CCCCCAAAAAGGGGGTTTTT' );
ok $amplicon = Bio::SeqFeature::Amplicon->new(
-start => 1,
-end => 20,
-seq => $template,
-seq => Bio::PrimarySeq->new( -seq => 'CCCCCAAAAAGGGGGTTTTT' ),
-fwd_primer => $fwd_primer,
);

Expand Down

0 comments on commit 7f58437

Please sign in to comment.