diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a3bed4..a1cf987e 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). -## dev +## v2.1.1 - Joy Buolamwini ### `Added` diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index a7639bd4..bbb18745 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 0217b5c1..88fe38a0 100644 --- a/nextflow.config +++ b/nextflow.config @@ -248,7 +248,7 @@ manifest { description = """Workflow converts one or multiple bam/cram files to fastq format""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '2.1.0' + version = '2.1.1' doi = 'https://doi.org/10.5281/zenodo.4710628' }