From 408f06c6ed8cf2780f28a28cdc802b02b432f0d9 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Tue, 19 May 2020 15:40:55 +0200 Subject: [PATCH] Update changelog with changes and to a newer version --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa5028..ccd1ced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,13 @@ This document is user facing. Please word the changes in such a way that users understand how the changes affect the new version. --> -version 3.2.0-develop +version 4.0.0-develop --------------------------- ++ Added a log output for STAR. ++ Added report output to Hisat2. ++ Change MultiQC inputs. It now accepts an array of reports files. It does not + need access to a folder with the reports anymore. MultiQC can now be used + as a normal WDL task without hacks. + Picard: Make all outputs in `CollectMultipleMetrics` optional. This will make sure the task will not fail if one of the metrics is set to false. + The struct `BowtieIndex` was removed, as it has become obsolete. -- GitLab