Skip to content

3.3.0

Latest
Compare
Choose a tag to compare
@lbergelson lbergelson released this 09 Oct 21:03
3.3.0
63138fc

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