raonyguimaraes / bambi

Process Illumina instrument data into SAM/BAM/CRAM files.

Home Page:http://wtsi-npg.github.io/bambi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bambi

A set of programs to manipulate SAM/BAM/CRAM files, using HTSLIB

to install:

clone into a local directory (eg 'bambi')

cd bambi

autoreconf -i

configure --prefix=<place to install> --with-htslib=<directory containing a htslib release>

(eg configure --prefix=/usr/local/bambi --with-htslib=/usr/local/htslib/1.3)

make

make check (to run tests)

About

Process Illumina instrument data into SAM/BAM/CRAM files.

http://wtsi-npg.github.io/bambi

License:GNU Affero General Public License v3.0


Languages

Language:C 92.9%Language:Python 4.3%Language:M4 1.8%Language:Makefile 0.9%Language:Shell 0.1%