Release 1.1.0
Release 1.1.0 is a minor feature release with the following updates:
- Add support for single-end reads in the consensus building tool chain (i.e.
GroupReadsByUmi
andCallMolecularConsensusReads
) - Do not try to automatically index BAM files with HTSJDK when a long reference sequence is present in the sequence dictionary
* Fix has collision problem that could cause sorting in RandomQuery order to do the wrong thing - Change to avoid using the Intel inflater/delfater on Mac OS X due to a bug in the Mac implementation
- Scala API for reading and writing Picard's IntervalList files
- Fix bug in the calculation of the consensus UMI bases during duplex consensus calling
- Various updates to
SamBuilder
- Minor updates to VCF API