From b4fcab5656893104ce8f9a81a9aead07a6434265 Mon Sep 17 00:00:00 2001 From: FriederikeHanssen Date: Thu, 12 Dec 2024 12:32:27 +0000 Subject: [PATCH] back to dev --- CHANGELOG.md | 22 ++++++++++++++++++++++ assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e90ea7cac..f194425622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,28 @@ 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). +## [3dev](https://github.com/nf-core/sarek/releases/tag/dev) - dev + +### Added + +- [1759](https://github.com/nf-core/sarek/pull/1759) - Back to dev + +### Changed + +### Fixed + +### Removed + +### Dependencies + +| Dependency | Old version | New version | +| ---------- | ----------- | ----------- | + +### Parameters + +| Params | Status | +| ------ | ------ | + ## [3.5.0](https://github.com/nf-core/sarek/releases/tag/3.5.0) - Áhkájiegna A set of connecting glaciers. diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 4165fec686..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 1268aab63a..2efefb4199 100644 --- a/nextflow.config +++ b/nextflow.config @@ -381,7 +381,7 @@ manifest { description = """An open-source analysis pipeline to detect germline or somatic variants from whole genome or targeted sequencing""" mainScript = 'main.nf' nextflowVersion = '!>=24.04.2' - version = '3.5.0' + version = '3.6.0dev' doi = '10.12688/f1000research.16665.2, 10.1093/nargab/lqae031, 10.5281/zenodo.3476425' }