dozy / bambi

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

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= --with-htslib=

(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

License:GNU Affero General Public License v3.0


Languages

Language:C 81.5%Language:Python 14.3%Language:M4 2.4%Language:Makefile 1.6%Language:Shell 0.2%Language:Batchfile 0.2%