github broadinstitute/picard 3.3.0

11 hours ago

What's Changed

Argument changes for FLOW based MarkDuplicates

The arguments in MarkDuplicates ) which are specific to flow based reads have been renamed. (by @dror27 #1974)
They're now prefixed with FLOW_ to make it clear when they are relevant. This requires flow read users to update their scripts.

Old New
USE_END_IN_UNPAIRED_READ FLOW_USE_END_IN_UNPAIRED_READS
USE_UNPAIRED_CLIPPED_END FLOW_USE_UNPAIRED_CLIPPED_END.
UNPAIRED_START_UNCERTAINTY FLOW_UNPAIRED_START_UNCERTAINTY
UNPAIRED_END_UNCERTAINTY FLOW_UNPAIRED_END_UNCERTAINTY

New Feature:

RevertSam is now cloud enabled (by @takutosato in #1949)

Bug Fixes

Maintenance

Full Changelog: 3.2.0...3.3.0

Don't miss a new picard release

NewReleases is sending notifications on new releases.