From eddd98f7c93b523264001e686705f18dafcb04e7 Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Tue, 8 Aug 2023 00:09:38 +0200 Subject: [PATCH 1/2] Bump version 2.2.0dev --- CHANGELOG.md | 4 ++++ assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5fd84c8..0a750d89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +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). +## v2.2.0dev - [date] + +### Enhancements & fixes + ## [[2.1.2](https://github.com/nf-core/atacseq/releases/tag/2.1.2)] - 2022-08-07 ### Enhancements & fixes diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 297ebfd6..b93eed56 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 1d39f5c9..9f60b156 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.1.2' + version = '2.2.0dev' doi = 'https://doi.org/10.5281/zenodo.2634132' } From 947326d5f6ae5f26ec562c10083c96e908e84d3f Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Tue, 8 Aug 2023 00:14:17 +0200 Subject: [PATCH 2/2] Make lint happy --- assets/multiqc_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index b93eed56..f902256a 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"