Release 0.5.0
Release 0.5.0 introduces the following changes to existing tools:
- CallDuplexConsensusReads: Fixed a rare bug where the consensus base quality could be zero or one if the two strands' base qualities differ by two or less.
- FilterConsensusReads: Fix for bug where duplex reads formed from raw reads from a single strand only could be incorrectly filtered.
- CorrectUmis: Now stores the original UMI sequences in the
OX
tag upon correction. - DemuxFastqs: Bug fix to correct quality scores in output BAM files
- ClipOverlappingReads: Removed previously deprecated tool. Use
ClipBam
instead. - ClipBam:
- Now optionally outputs metrics about clipping present in reads before and after execution.
- New option to "upgrade" clipping, e.g. replace existing soft-clipping with hard-clipping
Changes to APIs were as follows:
- Various deprecated methods were removed this release.
Metric
formatting now prints smallerDouble
s in scientific notation, and the formatting is generally more efficient.NeedlemanWunchAligner
gained aGlocal
alignment mode for aligning all of a query sequence to a sub-region of a target sequence