Skip to content

Compiling HyPhy

HyPhy (Hypothesis Testing using Phylogenies) is open-source software package for comparative sequence analysis using stochastic evolutionary models.[1]

Summary

Build this only on proteusa01 because hyphy's cmake system forces architecture-specific optimizations.

module unload gcc/4.8.1
module load binutils/2.32
module load gcc/7.4.0
module load cmake/3.14.3

module use /mnt/HA/groups/fooGrp/modulefiles
module load fooGrpSW

ccmake ..

make

### need a separate make for the MPI-enabled version
make HYPHYMPI

References

[1] HyPhy official website