d4-hts 0.1.15

The htslib binding used by D4
Documentation
#ifdef USE_SYSTEM_HTSLIB
#	include <htslib/sam.h>
#	define USE_SYSTEM_HTSLIB 1
#else
#	include <sam.h>
#	define USE_SYSTEM_HTSLIB 0
#endif