From 5f80ab6c7a4df76a4c9492950c6d54551bd9ddd8 Mon Sep 17 00:00:00 2001 From: Natalia Garcia Date: Tue, 6 Aug 2024 11:24:23 +0000 Subject: [PATCH] wf-template v5.2.2 --- CHANGELOG.md | 2 +- nextflow.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d57e2d..0a95498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [v5.2.2] ### Changed - Matching RG.IDs found in XAM headers are now combined across all input XAM for a particular sample and emitted once, instead of emitting new RG.IDs for each XAM file. - Bumped wf-common to shab540ba556d0d8c38bea8fec520f0bdedd9e59520. diff --git a/nextflow.config b/nextflow.config index 4a6d574..2971e6d 100644 --- a/nextflow.config +++ b/nextflow.config @@ -57,7 +57,7 @@ manifest { description = 'Template workflow' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = 'v5.2.1' + version = 'v5.2.2' }