Tools for manipulating sequences and phylogenies
phyutility <command> <options>
Phyutility is a command line program that performs simple analyses or modifications on both trees and data matrices.
To get help on a specific command use option -h <command>
for trees:
Calculate consensus trees. Use like -con -t <threshold> -in <infile> -out <outfile>.
Convert tree files. Use like -vert -in <infile> -out <outfile>.
Leaf stability index calculation. Use like -ls -in <infile>.
Lineage movement calculation. Use like -lm -names <tip names> -tree <consensus> -in <infile> -out <outfile>.
Prune lineages. Use like -pr -names <tip names> -in <infile> -out <outfile>.
Reroot trees. Use like -rr -names <tip names> -in <infile> -out <outfile>.
Thin trees. Use like -tt # -in <infile> -out <outfile>.
Support for a set of trees. Use like -ts -tree <tree> -in <infile> -out <outfile>.
for seqs:
Trim seqs based on threshold. Use like -clean # -in <infile> -out <outfile> -aa <to force aa>.
Concatenate alignments. Use like -concat -in <infiles> -out <outfile> -aa <to force aa>.
Fetch seqs from NCBI. For options run phyutility -h ncbiget.
Seach NCBI. For options run phyutility -h ncbisearch.
Parse genbank results. For options run phyutility -h parse.
Consensus the set of trees in testall.tre collapsing branches with less than 0.5 frequency.
Convert the tree file from newick in test.tre into nexus in testvert.nex.
Concatenate 2 alignment files into nexus in testall.nex.
See documentation at https://github.com/blackrim/phyutility/blob/master/manual.pdf?raw=true for more information.
Stephen A. Smith http://www.blackrim.org [email protected]