From 3fd14c2b487c84bf1ee32df3c05d7489fc35a21b Mon Sep 17 00:00:00 2001 From: maxulysse Date: Mon, 22 Apr 2024 13:22:57 +0200 Subject: [PATCH] feat(dev): bump to 3.5.0dev and restart dev on dev branch --- CHANGELOG.md | 18 ++++++++++++++++++ assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d1434d995..04ce033eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file. 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](https://github.com/nf-core/sarek/tree/dev) - Unreleased + +### Added + +### Changed + +- [#1477](https://github.com/nf-core/sarek/pull/1477) - Back to dev + +### Fixed + +### Removed + +### Dependencies + +### Modules / Subworkflows + +### Parameters + ## [3.4.1](https://github.com/nf-core/sarek/releases/tag/3.4.1) - Balgattjåhkkå Balgattjåhkkå is the other top peak (over 2k m) in the Pårte massif, the other one being Pårtetjåkko (Bårddetjåhkkå). diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 20fec4d67b..ce1a6e388e 100644 --- a/assets/multiqc_config.yml +++ b/assets/multiqc_config.yml @@ -3,9 +3,9 @@ custom_logo_url: https://github.com/nf-core/sarek/ custom_logo_title: "nf-core/sarek" report_comment: > - This report has been generated by the nf-core/sarek + This report has been generated by the nf-core/sarek analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-sarek-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index a5526b67ce..ad8093c859 100644 --- a/nextflow.config +++ b/nextflow.config @@ -390,7 +390,7 @@ manifest { description = """An open-source analysis pipeline to detect germline or somatic variants from whole genome or targeted sequencing""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '3.4.1' + version = '3.5.0dev' doi = '10.12688/f1000research.16665.2, 10.1101/2023.07.19.549462, 10.5281/zenodo.3476425' }