diff --git a/CHANGELOG.md b/CHANGELOG.md index e578d7a..bb6a40c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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.0 - [2024-03-08] Initial release of nf-core/detaxizer, created with the [nf-core](https://nf-co.re/) template. diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 2393c95..10f6037 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/detaxizer + This report has been generated by the nf-core/detaxizer analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-detaxizer-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index ba690aa..551c546 100644 --- a/nextflow.config +++ b/nextflow.config @@ -269,7 +269,7 @@ manifest { description = """A pipeline to identify (and remove) certain sequences from raw genomic data. Default taxa to identify (and remove) are Homo and Homo sapiens. Removal is optional.""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.0dev' + version = '1.0.0' doi = '' }