freebayes-software
This is an old revision of the document!
Table of Contents
FreeBayes
Bayesian haplotype-based polymorphism discovery and genotyping
Information
- Version: 1.3.4
- Added: August, 2021
Usage
See which versions of freebayes are available:
$ module avail freebayes
Load one version into your environment and run it:
$ module load freebayes/1.3.4 $ freebayes -h
Installation
Notes from the sysadmin during installation:
$ cd /tmp $ wget https://github.com/freebayes/freebayes/releases/download/v1.3.4/freebayes-1.3.4-linux-static-AMD64.gz $ gunzip freebayes-1.3.4-linux-static-AMD64.gz $ sudo mkdir -p /export/apps/freebayes/1.3.4/bin $ chmod +x freebayes-1.3.4-linux-static-AMD64 $ sudo cp freebayes-1.3.4-linux-static-AMD64 /export/apps/freebayes/1.3.4/bin/freebayes
freebayes-software.1628673656.txt.gz · Last modified: (external edit)
