Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 405 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 405 Bytes

Build Status

bamUtil

These files provide some programs for working on SAM/BAM files.

To Build

To use git to clone the required statgen library:

make cloneLib

Next, to build libStatGen & this program:

make

To install:

make install INSTALLDIR=pathToInstall