From 1db21ed6d827ace5889f37bd12d9e3fa4bea869f Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Fri, 5 Jun 2020 09:31:01 +0200 Subject: [PATCH] Add fastqc change to changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bde1b76..c38544b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ that users understand how the changes affect the new version. version 4.0.0-develop --------------------------- ++ The FastQC task now talks to the Java directly instead of using the included + Perl wrapper for FastQC. This has the advantage that memory and threads can + be set independently. A rather high maximum heap size of 1750MB (Xmx1750M) + was set, as OOM errors occurred frequently on some fastqs. + Take into account reference fasta size for Picard metrics. + Take into account index size for STAR alignment time requirement. + Added a log output for STAR. -- GitLab