Skip to content

Commit

Permalink
Testing gff_string output
Browse files Browse the repository at this point in the history
  • Loading branch information
fangly committed Mar 5, 2012
1 parent 8f1ee0b commit 48377ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion t/Tools/AmpliconSearch.t
Expand Up @@ -340,7 +340,12 @@ $num_feats = 0;
for my $feat ( $annotated->get_SeqFeatures ) {
$num_feats++;
isa_ok $feat, 'Bio::SeqFeature::Amplicon';

####
print $feat->gff_string;
####

}
is $num_feats, 2;

is $search->next_amplicon, undef;

0 comments on commit 48377ea

Please sign in to comment.