From 42c6d473d8b67c0f0d3387b6a62438780268ad2d Mon Sep 17 00:00:00 2001 From: JasperBoom <jboom@infernum.nl> Date: Tue, 19 May 2020 10:16:23 +0200 Subject: [PATCH] Update CHANGELOG text. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 010d81a..d4719dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,8 @@ that users understand how the changes affect the new version. version 3.2.0-develop --------------------------- + Picard: Make a number of outputs in `CollectMultipleMetrics` optional. BamMetrics - will fail if `CollectAlignmentSummaryMetrics` & `MeanQualityByCycle` in this - task are not optional. + will fail if `CollectAlignmentSummaryMetrics` & `MeanQualityByCycle` are set + to false and their outputs are not optional. + The struct `BowtieIndex` was removed, as it has become obsolete. + The task `ReorderGlobbedScatters` was removed, as it has become obsolete. + Adjusted the memory settings of many tools, especially java tools. -- GitLab