Skip to content

Commit

Permalink
fix typo reported in bug #1505
Browse files Browse the repository at this point in the history
svn path=/bioperl-run/trunk/; revision=13492
  • Loading branch information
heikkil committed Sep 1, 2003
1 parent fd55741 commit 55f4d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/Tools/Run/Phylo/PAML/Codeml.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Bio::Tools::Run::Phylo::PAML::Codeml - Wrapper aroud the PAML program codeml
use Bio::AlignIO;
my $alignio = new Bio::AlignIO(-format => 'phylip',
-file => 't/data/gf.s85.4_ZC412.1.dna.phylip');
-file => 't/data/gf-s85.phylip');
my $aln = $alignio->next_aln;
Expand Down

0 comments on commit 55f4d39

Please sign in to comment.