From 25b88c13218511668c0aedc4bee41a6f2c07c5f9 Mon Sep 17 00:00:00 2001 From: Sarah Griffiths Date: Fri, 17 Oct 2025 08:43:44 +0000 Subject: [PATCH] tag v1.7.2 --- CHANGELOG.md | 4 ++++ nextflow.config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a71a16d..ebb9fe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [v1.7.2] +### Changed +- Removed workflow suffix from workflow title. This has no effect on the workflow. + ## [v1.7.1] ### Changed - Updated to wf-template v5.6.2, changing: diff --git a/nextflow.config b/nextflow.config index d41a6fb..40d09ed 100644 --- a/nextflow.config +++ b/nextflow.config @@ -107,7 +107,7 @@ manifest { description = 'Transcriptome analysis including differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.' mainScript = 'main.nf' nextflowVersion = '>=23.04.2' - version = 'v1.7.1' + version = 'v1.7.2' } epi2melabs {