-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
lassemaretty edited this page Feb 2, 2015
·
4 revisions
The Bayesembler runs on both Linux and OS X and is freely available under the MIT License.
- Linux x86_64 (latest release)
- OS X x86_64 (will be available soon)
- Install CMake
- Install the Boost, Eigen and Bamtools libraries
- Install the CEM assembler and samtools and set the environment variables CEM_PROCESSSAM_PATH and SAMTOOLS_PATH to the locations of the processsam (part of CEM) and samtools binaries, respectively
- Download the Bayesembler source code (latest release) or
git clone https://github.com/bioinformatics-centre/bayesembler.git
- Add a
CMakeLists.txt
file to yoursrc
directory (example Bayesembler CMakeLists.txt) -
mkdir build
next to yoursrc
directory - In
build
,cmake ../src
andmake