From d84b21d8a03cfcefe6c7720aa76135600b50b5c2 Mon Sep 17 00:00:00 2001 From: Felipe Marques de Almeida Date: Thu, 14 Nov 2024 17:01:09 +0000 Subject: [PATCH] update version and changelog --- markdown/CHANGELOG.md | 6 ++++++ nextflow.config | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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