Print statistics about trees in the input.
Input:
- A Newick tree file or
stdin.
Output:
--style/-scol(default): key-value pairs.--style/-sline: tab-separated values with a header row.
Notes:
- Reported fields include type (cladogram/phylogram/neither), node count, leaf count, rooted status, dichotomies, leaf labels, internal labels, edges with/without length, cherries, Sackin index, and Colless index.
Examples:
-
Default statistics
necom nwk stat tree.nwk -
Output to file
necom nwk stat tree.nwk -o stats.tsv