Bump V1.6.0
This commit is contained in:
parent
cb00ede5d8
commit
7ca3110648
@ -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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [v1.6.0]
|
||||||
- Fix v1.4.0 bug; access to undefined channel output bug when using precomputed transcriptome.
|
### 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]
|
## [v1.5.0]
|
||||||
### Updated
|
### Updated
|
||||||
|
|||||||
@ -106,7 +106,7 @@ manifest {
|
|||||||
description = 'Transcriptome analysis including differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.'
|
description = 'Transcriptome analysis including differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.'
|
||||||
mainScript = 'main.nf'
|
mainScript = 'main.nf'
|
||||||
nextflowVersion = '>=23.04.2'
|
nextflowVersion = '>=23.04.2'
|
||||||
version = 'v1.5.0'
|
version = 'v1.6.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
epi2melabs {
|
epi2melabs {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user