Skip to content

2.6.0

Compare
Choose a tag to compare
@lbergelson lbergelson released this 03 Aug 19:46
· 586 commits to master since this release
2.6.0

This minor release includes several new methods, improvements to tests, and a new type of read filter.

It is not strictly backwards compatible with 2.5.1, but most users should be able to upgrade without problems. The method SAMRecordUtil.reverseArray(final byte[] array) has been removed from the public api.

38713af updating urls in tests to point to new locations (#675)
ec2d3f9 Expose the set of tags to reverse and reverse complement as parameters. (#673)
702e77f New filter to keep pairs of interval together
0875b62 Improved SRA tests, corrected error message (#638)
6141de3 support genotype filters in Genotype.getAnyAttribute() and hasAnyAttribute
2cc88ac Added makeWithShallowCopy to GenotypeBuilder
9ceb00f added unit tests, tiny clean up for VCFStandardHeaderLines

Thank you to all contributors, including first time contributor @bbimber!