a computer program to reconstruct phylogenetic trees from molecular sequence data by maximum likelihood
TREE-PUZZLE is a computer program to reconstruct phylogenetic trees from molecular sequence data by maximum likelihood. It implements a fast tree search algorithm, quartet puzzling, that allows analysis of large data sets and automatically assigns estimations of support to each internal branch.
TREE-PUZZLE is a computer program to reconstruct phylogenetic trees from molecular sequence data by maximum likelihood. It implements a fast tree search algorithm, quartet puzzling, that allows analysis of large data sets and automatically assigns estimations of support to each internal branch.
To install tree-puzzle, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install tree-puzzle
To see what files were installed by tree-puzzle, run:
port contents tree-puzzle
To later upgrade tree-puzzle, run:
sudo port selfupdate && sudo port upgrade tree-puzzle
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.