diff --git a/CHANGELOG.md b/CHANGELOG.md index bda739b522..bc90054c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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 + +### Added + +- [#1271](https://github.com/nf-core/sarek/pull/1271) - Back to dev + +### Changed + +### Fixed + +### Dependencies + +| Dependency | Old version | New version | +| ---------- | ----------- | ----------- | + ## [3.3.2](https://github.com/nf-core/sarek/releases/tag/3.3.2) - Ráhpajávvre Ráhpajávvre is the Lule Sámi spelling of Rapaselet. diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 862e4dbafd..42adcc9209 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 123a58ae90..ccf3f5068c 100644 --- a/nextflow.config +++ b/nextflow.config @@ -341,7 +341,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.3.2' + version = '3.4dev' doi = '10.12688/f1000research.16665.2, 10.1101/2023.07.19.549462, 10.5281/zenodo.3476425' }