Merge branch 'bump_v1.6.1' into 'dev'

bump version

See merge request epi2melabs/workflows/wf-transcriptomes!196
This commit is contained in:
Matt Parker 2025-01-03 12:44:09 +00:00
commit a33f3b967c
2 changed files with 3 additions and 3 deletions

View File

@ -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).
## [Unrelased]
## [v1.6.1]
### Fixed
- merge_gff_compare failing with empty GFF files.

View File

@ -95,7 +95,7 @@ params {
]
agent = null
container_sha = "shad8671ea3a8ed52f2c0f40355e8eb5c6f00d2cbda"
common_sha="shabadd33adae761be6f2d59c6ecfb44b19cf472cfc"
common_sha= "shaabceef445fb63214073cbf5836fdd33c04be4ac7"
}
}
@ -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.6.0'
version = 'v1.6.1'
}
epi2melabs {