Release 0.3.0
Release 0.3.0 introduces the following changes to existing tools:
- ClipBam - The
--overlapping-reads
option was not being used internally and is deprecated in favor of--clip-overlapping-reads
. This caused overlapping reads to always be clipped. - CollectDuplexSeqMetrics - Added the optional output of duplex-umi frequencies with
DuplexUmiMetric
s. - DemuxFastqs - The default output sort order is changed from
Unsorted
toQueryname
. Add an option--illumina-standards
to output file names using Illumina naming conventions. Tuned the amount of memory used, especially for a large # of samples (>96). - CallDuplexConsensusReads - Do not except when we find potential collisions in duplex molecules, instead, do not generate a consensus read.
- FilterBam - adding a few more filters.
- Added a global parameter for log-level.
In addition, the following new tools were added:
- CollectErccMetrics - This will collect metrics for analyzing ERCC spike-ins in
RNA-Seq experiments for dose response but not fold-change
response.
Finally, changes to various APIs were as follows:
- ReferenceSetBuilder - Moved to the
testing
packages for use in projects that extendfgbio
. - Alignment - Added
subByQuery()
andsubByTarget()
methods toAlignment
.