Skip to content

Commit

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


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

Expand Down

0 comments on commit f6c1a34

Please sign in to comment.