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 = '' }