.TH PHYUTILITY "1" "2.7.3" "Debian" "User Commands" .SH NAME phyutility \- tools for manipulating sequences and phylogenies .SH SYNOPSIS .B phyutility \fI\fR \fI\fR .SH DESCRIPTION Phyutility is a command line program that performs simple analyses or modifications on both trees and data matrices. .SH OPTIONS To get help on a specific command use option \fB\-h\fR .SS COMMANDS .B for trees: .IP consensus Calculate consensus trees. Use like \-con \-t \-in \-out . .IP convert Convert tree files. Use like \-vert \-in \-out . .IP leafstab Leaf stability index calculation. Use like \-ls \-in . .IP linmove Lineage movement calculation. Use like \-lm \-names \-tree \-in \-out . .IP prune Prune lineages. Use like \-pr \-names \-in \-out . .IP reroot Reroot trees. Use like \-rr \-names \-in \-out . .IP thin Thin trees. Use like \-tt # \-in \-out . .IP treesupp Support for a set of trees. Use like \-ts \-tree \-in \-out . .TP .B for seqs: .IP clean Trim seqs based on threshold. Use like \-clean # \-in \-out \-aa . .IP concat Concatenate alignments. Use like \-concat \-in \-out \-aa . .IP ncbiget Fetch seqs from NCBI. For options run phyutility \-h ncbiget. .IP ncbisearch Search NCBI. For options run phyutility \-h ncbisearch. .IP parse Parse genbank results. For options run phyutility \-h parse. .SH EXAMPLE .IP "phyutility \-con \-t 0.5 \-in testall.tre \-out test.con" Consensus the set of trees in testall.tre collapsing branches with less than 0.5 frequency. .IP "phyutility \-vert \-in test.tre \-out testvert.nex" Convert the tree file from newick in test.tre into nexus in testvert.nex. .IP "phyutility \-concat \-in test.aln test2.aln \-out testall.nex" Concatenate 2 alignment files into nexus in testall.nex. .SH SEE ALSO See documentation at https://github.com/blackrim/phyutility/blob/master/manual.pdf?raw=true for more information. .SH AUTHOR Stephen A. Smith http://www.blackrim.org eebsmith@umich.edu