Skip to content

dsg123/bam-window

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bam-window

Count BAM reads in windows by library.

Build Requirements

  • gcc 4.4+ (or equivalent clang version)
  • cmake 2.8+
  • gnu make

Build instructions

From the top level of the repo:

mkdir build
cd build
cmake ..
make
make install #optional, installs to /usr by default

To change the installation location, change the cmake command to:

cmake .. -DCMAKE_INSTALL_PREFIX=/somewhere/else

If the install step is skipped, the executable will be located at $REPO/build/bin/bam-window.

About

Unofficial repo for software vendoring or packaging purposes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 87.4%
  • CMake 12.6%