Skip to content

statgen/bamUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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