@@ -30,8 +30,8 @@ Calling functions
30
30
phykit < command> [optional command arguments]
31
31
32
32
Command specific help messages can be viewed by adding a
33
- -h/\\ -\\ -help argument after the command. For example, to see the
34
- to see the help message for the command 'treeness', execute:
33
+ -h/\\ -\\ -help argument after the command. For example, to see the help message
34
+ for the command 'treeness', execute:
35
35
36
36
.. code-block :: shell
37
37
@@ -650,6 +650,9 @@ High bipartition support values are thought to be desirable because
650
650
they are indicative of greater certainty in tree topology.
651
651
652
652
To obtain all bipartition support values, use the -v/\\ -\\ -verbose option.
653
+ In addition to support values for each node, the names of all terminal
654
+ branches tips are also included. Each terminal branch name is separated
655
+ with a semi-colon (;).
653
656
654
657
.. code-block :: shell
655
658
@@ -878,7 +881,7 @@ or otherwise.
878
881
879
882
.. code-block :: shell
880
883
881
- phykit internode_labeler < file > [-o/--output < file> ]
884
+ phykit internode_labeler < tree > [-o/--output < file> ]
882
885
883
886
Options: |br |
884
887
*<tree> *: first argument after function name should be a tree file |br |
@@ -1371,8 +1374,8 @@ Saturation is defined as sequences in multiple sequence
1371
1374
alignments that have undergone numerous substitutions such
1372
1375
that the distances between taxa are underestimated.
1373
1376
1374
- Data with no saturation will have a value of 1. Completely
1375
- saturated data will have a value of 0.
1377
+ Data with no saturation will have a value of 1. The closer
1378
+ the value is to 1, the less saturated the data.
1376
1379
1377
1380
Saturation is calculated following Philippe et al., PLoS
1378
1381
Biology (2011), doi: 10.1371/journal.pbio.1000602.
0 commit comments