====== Phylip ======
PHYLIP is a free package of programs for inferring phylogenies.
===== Information =====
* Version: 3.696
* Added: August, 2017
* Link: http://evolution.genetics.washington.edu/phylip/
===== Usage =====
See versions of phylip which are available:
$ module avail phylip
Load one version into your environment:
$ module load phylip/3.696
===== Installation ======
Notes from the sysadmin during installation:
$ cd /tmp
$ wget http://evolution.gs.washington.edu/phylip/download/phylip-3.696.tar.gz
$ tar xf phylip-3.696.tar.gz
$ scl enable devtoolset-4 bash
$ cd phylip-3.696/src
$ make -f Makefile.unx install
$ sudo mkdir -p /export/apps/phylip/3.696
$ cd ../exe
$ sudo cp * /export/apps/phylip/3.696