diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ee3cd..3a9aa6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v2.4.0dev nf-core/bacass +## v2.4.0 nf-core/bacass: "Yellow Copper Crayfish" 2024/10/24 ### `Changed` +- [#180](https://github.com/nf-core/bacass/pull/180) Bump version 2.4.0. - [#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. diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 6f6ef07..a247bc7 100644 --- a/assets/multiqc_config.yml +++ b/assets/multiqc_config.yml @@ -1,7 +1,7 @@ report_comment: > - This report has been generated by the nf-core/bacass + This report has been generated by the nf-core/bacass analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. max_table_rows: 10000 diff --git a/nextflow.config b/nextflow.config index 9131be6..e56b957 100644 --- a/nextflow.config +++ b/nextflow.config @@ -264,7 +264,7 @@ manifest { description = """Simple bacterial assembly and annotation""" mainScript = 'main.nf' nextflowVersion = '!>=24.04.2' - version = '2.4.0dev' + version = '2.4.0' doi = '10.5281/zenodo.2669428' }