Skip to content

Commit

Permalink
Merge branch 'bump_v1.6.0' into 'dev'
Browse files Browse the repository at this point in the history
Bump V1.6.0

See merge request epi2melabs/workflows/wf-transcriptomes!193
  • Loading branch information
mattdmem committed Dec 13, 2024
2 parents cb00ede + 7ca3110 commit 74c19f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 74c19f1

Please sign in to comment.