From 0917bda1c8cd13ec6a16905a57ca55d0b57e2083 Mon Sep 17 00:00:00 2001 From: Daniel-VM Date: Mon, 23 Sep 2024 09:15:40 +0200 Subject: [PATCH] update changelog in #169 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab4eeef..923df4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### `Changed` +- [#169](https://github.com/nf-core/bacass/pull/169) Refactored long-reads polishing step. - [#167](https://github.com/nf-core/bacass/pull/167) Remove params.save_merged as merged reads are not used in downstream analysis. - [#159](https://github.com/nf-core/bacass/pull/159) Updated Kmerfinder module and increased memory. - [#150](https://github.com/nf-core/bacass/pull/150) Replace local unicycler module with nf-core module + bump version. @@ -17,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### `Fixed` +- [#169](https://github.com/nf-core/bacass/pull/169) Fixed long reads polishing input channel. - [#168](https://github.com/nf-core/bacass/pull/168) Fix wrong metadata in canu input channel. - [#163](https://github.com/nf-core/bacass/pull/163) Fixed `params.save_merged` to properly save merged files. - [#160](https://github.com/nf-core/bacass/pull/160) Fixed memory issues in KmerFinder, fixed handling of no species detected, and fixed handling of empty fasta files in the prokka/bakkta channel.