Skip to content

Release 2.5.1

Compare
Choose a tag to compare
@lbergelson lbergelson released this 11 Jul 15:15
· 597 commits to master since this release
2.5.1

This release includes bug fixes and new methods. It should be compatible with 2.5.0

fa519a3 Add a size method to SamLocusIterator.LocusInfo.
6edf1a2 Number tag in header line for GENOTYPE_FILTER
d683012 Fixed bug where SamPairUtil.setMateInfo() would omit the MQ tag if one read was mapped and the other unmapped. (#647)
7084c88 made LazyInitializer a @FunctionalIterface to enable java8 sugar. (#652)
4cd5ef9 Allow unzipping using an offset into the uncompressed and compressed arrays. (#651)
ec44a54 Make unzipBlock in BlockGunzipper public. (#650)