Skip to content

0.5.2

Compare
Choose a tag to compare
@dpryan79 dpryan79 released this 28 Feb 08:34
· 41 commits to master since this release
8d1a77e

Rewrote how read-pair overlap handling is performed. It now uses the constructor/destructor mechanism from htslib instead of using internal htslib structures and functions. This allows supporting newer htslib versions. Currently 1.11 is the only tested and working version, due to changes in the pileup constructor interface in it. (issue #99)