PHYLIP is a free package of programs for inferring phylogenies.
See versions of phylip which are available:
$ module avail phylip
Load one version into your environment:
$ module load phylip/3.696
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