From 42bbd71ea71a1213dd3b6bb5427f33e09999c2be Mon Sep 17 00:00:00 2001 From: jvfe Date: Mon, 1 Apr 2024 09:41:32 -0300 Subject: [PATCH] chore: Bump pipeline version to 1.0 Signed-off-by: jvfe --- CHANGELOG.md | 8 ++------ nextflow.config | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf50453..9830110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,10 @@ 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). -## v1.0dev - [date] +## v1.0 - 01/04/2024 Initial release of dalmolingroup/euryale, created with the [nf-core](https://nf-co.re/) template. ### `Added` -### `Fixed` - -### `Dependencies` - -### `Deprecated` +- All analysis and reporting modules, as evidenced by the workflow diagram on the README. diff --git a/nextflow.config b/nextflow.config index 0de0656..a8d4991 100644 --- a/nextflow.config +++ b/nextflow.config @@ -201,7 +201,7 @@ manifest { description = """A pipeline for taxonomic classification and functional annotation of metagenomics reads. Based on MEDUSA.""" mainScript = 'main.nf' nextflowVersion = '!>=22.10.1' - version = '1.0dev' + version = '1.0' doi = '' }