From 28183e87bf86a44d2acbcf53a45ba01a24eac050 Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Fri, 28 Jul 2023 17:26:22 +0200 Subject: [PATCH] Bump version 2.1.2 --- CHANGELOG.md | 2 +- assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be51e44..49b5fa47 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). -## 2.1.2dev - [date] +## [[2.1.2](https://github.com/nf-core/atacseq/releases/tag/2.1.2)] - 2022-07-28 ### Enhancements & fixes diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index f902256a..297ebfd6 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/atacseq + This report has been generated by the nf-core/atacseq analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. data_format: "yaml" diff --git a/nextflow.config b/nextflow.config index 7fc83c34..1d39f5c9 100644 --- a/nextflow.config +++ b/nextflow.config @@ -286,7 +286,7 @@ manifest { description = """ATACSeq peak-calling and differential analysis pipeline.""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '2.2.0dev' + version = '2.1.2' doi = 'https://doi.org/10.5281/zenodo.2634132' }