====== FreeBayes ======
Bayesian haplotype-based polymorphism discovery and genotyping
===== Information =====
* Version: 1.0.2
* Added: March, 2016
* Link: https://github.com/ekg/freebayes
===== Usage =====
See which versions of freebayes are available:
$ module avail freebayes
Load freebayes
$ module load freebayes/1.0.2
===== Installation ======
Notes from the sysadmin during installation:
$ cd /tmp
$ git clone --recursive git://github.com/ekg/freebayes.git
$ cd freebayes/
$ git checkout v1.0.2
$ make
$ sudo mkdir -p /export/apps/freebayes/1.0.2
$ sudo cp bin/freebayes bin/bamleftalign /export/apps/freebayes/1.0.2