From df493dfcdfc416038cde426289d0de1b64c8a95b Mon Sep 17 00:00:00 2001 From: asp8200 Date: Thu, 15 Jun 2023 15:22:17 +0000 Subject: [PATCH] back to dev --- CHANGELOG.md | 10 ++++++++++ nextflow.config | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d618909534..c251401f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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 + +- [#1112](https://github.com/nf-core/sarek/pull/1112) - Back to dev + +### Changed + +### Fixed + ## [3.2.2](https://github.com/nf-core/sarek/releases/tag/3.2.2) - Vuoinesluobbalah Vuoinesluobbalah is a lake close to Bierikjávrre. diff --git a/nextflow.config b/nextflow.config index 2a8432ccf0..f94154dd0b 100644 --- a/nextflow.config +++ b/nextflow.config @@ -323,7 +323,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.2.2' + version = '3.3dev' doi = '10.12688/f1000research.16665.2, 10.5281/zenodo.4063683' }