hmmibd-software
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | hmmibd-software [2021/05/05 13:08] (current) – created aorth | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== hmmIBD ====== | ||
| + | A hidden Markov model for detecting segments of shared ancestry (identity by descent) in genetic sequence data. | ||
| + | |||
| + | ===== Information ===== | ||
| + | |||
| + | * Version: 2.0.4 | ||
| + | * Added: May, 2021 | ||
| + | * Link: https:// | ||
| + | |||
| + | ===== Usage ===== | ||
| + | |||
| + | See which versions of hmmIBD are available: | ||
| + | < | ||
| + | |||
| + | Load one version of hmmIBD into your environment and run it: | ||
| + | < | ||
| + | |||
| + | ===== Installation ====== | ||
| + | |||
| + | Notes from the sysadmin during installation: | ||
| + | |||
| + | < | ||
| + | $ git clone https:// | ||
| + | $ cd hmmIBD | ||
| + | $ scl enable devtoolset-7 bash | ||
| + | $ cc -o hmmIBD -O3 -lm -Wall hmmIBD.c | ||
| + | $ sudo mkdir -p / | ||
| + | $ sudo cp hmmIBD / | ||
| + | $ sudo cp -r LICENSE README.md samp_data / | ||
hmmibd-software.txt · Last modified: by aorth
