Skip to content

Commit

Permalink
parameterized verbose flag
Browse files Browse the repository at this point in the history
svn path=/bioperl-run/branches/branch-1-0-0/; revision=13028
  • Loading branch information
hyphaltip committed Mar 11, 2002
1 parent 8a5f874 commit 3528f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/Clustalw.t
Expand Up @@ -27,9 +27,9 @@ END {
}

ok(1);

my $verbose = -1;
my @params = ('ktuple' => 2, 'matrix' => 'BLOSUM',
-verbose => -1);
-verbose => $verbose);
my $factory = Bio::Tools::Run::Alignment::Clustalw->new(@params);

ok $factory->isa('Bio::Tools::Run::Alignment::Clustalw');
Expand Down

0 comments on commit 3528f4c

Please sign in to comment.