Skip to content

Commit 5b9cdf7

Browse files
committed
updated readme
1 parent 5257488 commit 5b9cdf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You could remove the polytomies with the `ape` package in `R`. But how do you
1515
print the tree to standard out with the branch lengths in standard float format? You could submit
1616
an issue to the developers of your target program and hope they respond with a fix.
1717
Both 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`
1919
provides an easy way to print your tree to `stdout` with:
2020

2121
1. Polytomies resolved (i.e., tree converted to strictly bifurcating) and/or
@@ -71,7 +71,7 @@ optional arguments:
7171
Collapse 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):

0 commit comments

Comments
 (0)