User Tools

Site Tools


hyphy-software

Table of Contents

hyphy

HyPhy (Hypothesis Testing using Phylogenies) is an open-source software package for the analysis of genetic sequences (in particular the inference of natural selection) using techniques in phylogenetics, molecular evolution, and machine learning.

Information

Usage

See which versions are available:

$ module avail hyphy

Load one version into your environment and run it:

$ module load hyphy/2.5.48
$ hyphy

Note: please make sure to specify the CPU=integer option to control the number of CPU threads used by hyphy (should match your SLURM allocation) or else it will use all CPUs on the system!

Installation

Notes from the sysadmin during installation.

$ cd /tmp
$ tar xf hyphy-2.5.48.tar.gz
$ cmake .
$ make MP
$ sudo mkdir -p /export/apps/hyphy/2.5.48/bin
$ sudo cp hyphy /export/apps/hyphy/2.5.48/bin

Note: the cmake -DINSTALL_PREFIX option mentioned in the documentation doesn't seem to work?

hyphy-software.txt · Last modified: 2023/03/02 11:14 by aorth