From 7b0d7845486575ac0473b4c00a6efefedd1c2d40 Mon Sep 17 00:00:00 2001 From: subwaystation Date: Wed, 28 Feb 2024 14:47:29 +0100 Subject: [PATCH] =?UTF-8?q?bump=20pipeline=20version=20to=201.2.0dev=20-?= =?UTF-8?q?=20LAT=C3=9CRNICH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fac2553..c2b4f13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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). +## 1.2.0dev - LATÜRNICH + ## 1.1.0 - Schmuddlweddr This release mostly contains updates of the respective modules. Functional updates are the following: diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 8bd7120..e3d29f8 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/pangenome + This report has been generated by the nf-core/pangenome analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-pangenome-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index 5acdc2e..96de208 100644 --- a/nextflow.config +++ b/nextflow.config @@ -276,7 +276,7 @@ manifest { description = """The pangenome graph construction pipeline renders a collection of sequences into a pangenome graph. Its goal is to build a graph that is locally directed and acyclic while preserving large-scale variation. Maintaining local linearity is important for interpretation, visualization, mapping, comparative genomics, and reuse of pangenome graphs""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.1.0' + version = '1.2.0dev' doi = 'https://doi.org/10.5281/zenodo.8202636' }