Skip to content

Commit

Permalink
Correct params and switches
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborne committed Feb 8, 2012
1 parent 9d6f0d0 commit d8572b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Bio/Tools/Run/Phylo/FastTree.pm
Expand Up @@ -86,8 +86,8 @@ our @FastTree_PARAMS =
qw(log cat n intree intree1 constraints sprlength topm close
refresh constraintWeight spr mlacc nni mlnni seed matrix gtrrates gtrfreq makematrix );
our @FastTree_SWITCHES =
qw(quiet nopr nt fastest slow nosupport pseudo gtr wag quote noml
nome mllen gamma sprlength mllen slownni nocat notoo 2nd no2nd nj bionj top notop
qw(quiet nopr nt fastest slow nosupport gtr wag quote noml
nome gamma mllen slownni nocat notoo 2nd no2nd nj bionj top notop
nomatrix rawdist );
our $PROGRAM_NAME = 'FastTree';

Expand Down

0 comments on commit d8572b5

Please sign in to comment.