valeriuo / bambi

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

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

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

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

License:GNU Affero General Public License v3.0


Languages

Language:C 86.6%Language:Python 9.2%Language:M4 1.5%Language:Makefile 1.5%Language:C++ 1.1%Language:Shell 0.1%