From 7ca31106482afd96ffa8cadbfd88ad9bca2ff628 Mon Sep 17 00:00:00 2001 From: Neil Horner Date: Fri, 13 Dec 2024 13:11:56 +0000 Subject: [PATCH] Bump V1.6.0 --- CHANGELOG.md | 6 ++++-- nextflow.config | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b909af..e58b901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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). -## [Unreleased] -- Fix v1.4.0 bug; access to undefined channel output bug when using precomputed transcriptome. +## [v1.6.0] +### Fixed +- v1.5.0 bug; access to undefined channel output bug when using precomputed transcriptome. +- Bug where incorrect gene_id assigned in the DE tables. ## [v1.5.0] ### Updated diff --git a/nextflow.config b/nextflow.config index 2069170..bd3028d 100644 --- a/nextflow.config +++ b/nextflow.config @@ -106,7 +106,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.5.0' + version = 'v1.6.0' } epi2melabs {