diff --git a/markdown/CHANGELOG.md b/markdown/CHANGELOG.md index e0b7a8c..02183a5 100644 --- a/markdown/CHANGELOG.md +++ b/markdown/CHANGELOG.md @@ -2,6 +2,12 @@ The tracking for changes started in v2.1 +## v3.4.1 [TBD] + +* [[[#127](https://github.com/fmalmeida/bacannot/issues/127)]] + * Allow `GET_NCBI_MODULE` fail to be ignored, and adjust resources + * Add parameter to skip `sourmash` workflow + ## v3.4.0 [07-July-2024] * [[#30](https://github.com/fmalmeida/bacannot/issues/30)] diff --git a/nextflow.config b/nextflow.config index a7e3b96..cb95f4b 100644 --- a/nextflow.config +++ b/nextflow.config @@ -108,7 +108,7 @@ manifest { homePage = "https://github.com/fmalmeida/bacannot" mainScript = "main.nf" nextflowVersion = "!>=22.10.1" - version = '3.4.0' + version = '3.4.1' } // Function to ensure that resource requirements don't go beyond