Release 0.7.0
Release 0.7.0 introduces the following changes to existing tools:
- GroupReadsByUmi
- DemuxFastqs: enable
--quality-encoding
to be used on the command line (#417) - HapCutToVcf
In addition, the following new tools were added:
- FindSwitchbackReads: Tool to detect templates with strand-switch events in them (#438)
The following API changes were also introduced:
FastqSource
can handle read numbers > 2 (#408)- Fixed writing and parsing of
Double.Nan
,Double.PositiveInfinity
andDouble.NegativeInfinity
inMetric
classes (#411) SamBuilder
should accept missing bases and quals with a cigar (#424)- Add message to
require()
call inSample
(#425) ReadStructure
to allow and strip out whitespace within the read structure during parsing (#425)ProgressLogger.record
should return if logging was triggered and a method to log the last record (#421)- Bug fix:
Metric.write
was not closing its writer (#421) - Adding a few useful methods to
Sequences
(#421) Metric
now extendsCommons
Writer
so we can useAsyncWriter
on it (#437)- Improve the error message when validating a sample shee. (#412)