File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ You could remove the polytomies with the `ape` package in `R`. But how do you
1515print the tree to standard out with the branch lengths in standard float format? You could submit
1616an issue to the developers of your target program and hope they respond with a fix.
1717Both of these options may delay your workflow. This program provides a python3 solution
18- to your problems. Given a phylogenetic tree in newick format, ` budgitree `
18+ to your problems. Given a phylogenetic tree in (FastTree) newick format, ` budgitree `
1919provides an easy way to print your tree to ` stdout ` with:
2020
21211 . Polytomies resolved (i.e., tree converted to strictly bifurcating) and/or
@@ -71,7 +71,7 @@ optional arguments:
7171Collapse branches with less than 0.5 support:
7272
7373``` {bash}
74- budgitree smuggle treefile.tre -c 0.50`
74+ budgitree smuggle treefile.tre -c 0.50
7575```
7676
7777#### Print tree with branch supports to 20 decimal places (remove exponential notation):
You can’t perform that action at this time.
0 commit comments