File tree 1 file changed +2
-2
lines changed
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
15
15
print the tree to standard out with the branch lengths in standard float format? You could submit
16
16
an issue to the developers of your target program and hope they respond with a fix.
17
17
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 `
19
19
provides an easy way to print your tree to ` stdout ` with:
20
20
21
21
1 . Polytomies resolved (i.e., tree converted to strictly bifurcating) and/or
@@ -71,7 +71,7 @@ optional arguments:
71
71
Collapse branches with less than 0.5 support:
72
72
73
73
``` {bash}
74
- budgitree smuggle treefile.tre -c 0.50`
74
+ budgitree smuggle treefile.tre -c 0.50
75
75
```
76
76
77
77
#### Print tree with branch supports to 20 decimal places (remove exponential notation):
You can’t perform that action at this time.
0 commit comments