This is an old revision of the document!
Phylogenetic estimation using Maximum Likelihood.
module avail phyml
Notes from the sysadmin during installation:
https://github.com/stephaneguindon/phyml-downloads/releases/download/stable/phyml-20120412.tar.gz tar xf phyml-20120412.tar.gz -C /tmp/ cd /tmp/phyml-20120412 scl enable devtoolset-1.1 bash ./configure --prefix=/export/apps/phyml/20120412 make sudo mkdir -p /export/apps/phyml/20120412 sudo chown aorth /export/apps/phyml/20120412 make install sudo chown -R root:root /export/apps/phyml/20120412 sudo cp -r doc/ examples/ /export/apps/phyml/20120412/