Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 187 Bytes

File metadata and controls

8 lines (6 loc) · 187 Bytes

Compiling

this project requires libbamtools in addition to the more commonly available zlib.

c++ -std=c++11 *.cpp  -I/path/to/libbamtools/  -lbamtools \
	 -o covtobed -lz