Skip to content

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

License

Notifications You must be signed in to change notification settings

jenniferliddle/bambi

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.7%
  • Python 4.2%
  • M4 1.8%
  • Other 1.3%