Skip to content

2.20.3

Compare
Choose a tag to compare
@lbergelson lbergelson released this 26 Aug 21:19
· 153 commits to master since this release
2.20.3

This is a small release which includes minor improvements and fixes.

Compatibility Note

This version has a minor binary incompatibility with 2.20.2 but software; in order to take advantage of the larger insertion size allowed by #1410 downstream software may need to be recompiled against this new version of htsjdk. This has to do with a quirk of how static constants are built into the jar.

46b1a00 Add LiftOver constructor that takes an input stream (#1412)
9628c1e Added alignment type to RecordAndOffset class (#1411)
2a6e2c2 Updated the max insertion size to be Integer.MAX_VALUE. (#1410)
a798e4e Suppress all exceptions during DeleteOnExitPathHook (#1409)