d4-hts 0.1.14

The htslib binding used by D4
Documentation
1
2
3
4
5
6
7
#ifdef USE_SYSTEM_HTSLIB
#	include <htslib/sam.h>
#	define USE_SYSTEM_HTSLIB 1
#else
#	include <sam.h>
#	define USE_SYSTEM_HTSLIB 0
#endif