User Tools

Site Tools


hmmibd-software

Table of Contents

hmmIBD

A hidden Markov model for detecting segments of shared ancestry (identity by descent) in genetic sequence data.

Information

Usage

See which versions of hmmIBD are available:

$ module avail hmmIBD

Load one version of hmmIBD into your environment and run it:

$ module load hmmIBD/2.0.4

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ git clone https://github.com/glipsnort/hmmIBD.git -b v2.0.4
$ cd hmmIBD
$ scl enable devtoolset-7 bash
$ cc -o hmmIBD -O3 -lm -Wall hmmIBD.c
$ sudo mkdir -p /export/apps/hmmIBD/2.0.4/bin
$ sudo cp hmmIBD /export/apps/hmmIBD/2.0.4/bin
$ sudo cp -r LICENSE README.md samp_data /export/apps/hmmIBD/2.0.4
hmmibd-software.txt · Last modified: 2021/05/05 13:08 by aorth