PHYLIP
From Bioinformatist.com
Contents |
[edit]
Introduction
PHYLIP is a phylogeny inference package. Methods that are available include parsimony, distance matrix, and likelihood methods, including bootstrapping and consensus trees.[edit]
Package details
* Source Code: http://evolution.gs.washington.edu/phylip/download/phylip-3.67.tar.gz* Version: 3.67
* License: -
* Developer(s): http://evolution.genetics.washington.edu/phylip/credits.html
* Website: http://evolution.genetics.washington.edu/phylip.html
* Download: http://evolution.genetics.washington.edu/phylip/getme.html
* Requirements: -
* FAQ: http://evolution.genetics.washington.edu/phylip/faq.html
[edit]
Installation
[edit]
Linux
[edit]
OpenSUSE, RedHat/Fedora
Download: http://evolution.gs.washington.edu/phylip/download/phylip-3.67.tar.gz- Uncompress the archive
tar zxvf phylip-3.67.tar.gz
- Compile the source
cd phylip3.67/src
make
make install
- The phylip programs will be present in the "exe" folder under the phylip3.67 directory.
- The "exe" folder can then be added to the PATH. Refer AddToPATH to see how this is done.
[edit]
Ubuntu/Debian
[edit]
Other
[edit]
Windows
Download: http://evolution.gs.washington.edu/phylip/download/phylip3.67.exe[edit]
Running
[edit]
Troubleshooting
