From d4834d18d4b7c9d768a7b3f4cf9c0ccdbaa69387 Mon Sep 17 00:00:00 2001 From: Emilio Palumbo Date: Tue, 20 Feb 2024 17:29:08 +0100 Subject: [PATCH] Update changelog for version 1.3.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b46646..4f7e225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # GRAPE-nf Changelog +## Version 1.3.0 + +* Reduce memory usage in RSEM quantification process [78fd890] +* Fix regression - allow usage of precomputed genome index [4a885e3] +* Minor changes to main pipeline script [a41b5dc] +* Fix issue with contig step on unstranded data [87d7db7] +* Fix file issue in fastaIndex process [36f3469] +* Update memory for mapping [e00579a] +* Fix file issues in steps for mapping and quantification indices [574a115] +* Fix syntax errors in rsem module [a7b549e] +* Refactor modules and workflows [df1731f] + ## Version 1.2.1 * Update numeric type for memory in mapping module - fix regression