diff --git a/CHANGELOG.md b/CHANGELOG.md index edc1a37f..88e4b75e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,12 @@ 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). -## v2.1.0dev +## v2.1.0 - Grace Hopper ### `Added` - [#61](https://github.com/nf-core/bamtofastq/pull/61) Sync TEMPLATE with tools 2.9 +- [#64](https://github.com/nf-core/bamtofastq/pull/64) Sync TEMPLATE with tools 2.10 ### `Changed` diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index d839fabd..a5591593 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/bamtofastq + This report has been generated by the nf-core/bamtofastq analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-bamtofastq-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index 353ab684..8ad80f62 100644 --- a/nextflow.config +++ b/nextflow.config @@ -49,7 +49,6 @@ params { custom_config_base = "https://raw.githubusercontent.com/nf-core/configs/${params.custom_config_version}" config_profile_contact = null config_profile_url = null - // Max resource options // Defaults only, expecting to be overwritten @@ -242,7 +241,7 @@ manifest { description = """Workflow converts one or multiple bam/cram files to fastq format""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '2.1.0dev' + version = '2.1.0' doi = 'https://doi.org/10.5281/zenodo.4710628' }