Skip to content

Tool for merging many BigWig files for RegulomeDB

License

Notifications You must be signed in to change notification settings

Boyle-Lab/MergeBW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Clone a copy of the repository and submodules:

git clone --recurse-submodules https://github.com/Boyle-Lab/MergeBW.git

Build bamtools API (please see bamtools documentation for more information) Note: bamtools requires zlib to be installed

cd MergeBW/bamtools/
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=$(cd ..; pwd)/install ..
make
make install
cd ../..

Build

make

About

Tool for merging many BigWig files for RegulomeDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published