An open API service indexing awesome lists of open source software.

https://github.com/wtsi-npg/bambi

Process Illumina instrument data into SAM/BAM/CRAM files.
https://github.com/wtsi-npg/bambi

bam-files bioinformatics htslib illumina

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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)