Update nextflowVersion to 22.10.8
This commit is contained in:
parent
775d13d5b6
commit
e359561703
@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Changed
|
||||
- Enum choices are enumerated in the `--help` output
|
||||
- Enum choices are enumerated as part of the error message when a user has selected an invalid choice
|
||||
- Bumped minimum required Nextflow version to 22.10.8
|
||||
|
||||
### Fixed
|
||||
- Replaced `--threads` option in fastqingress with hardcoded values to remove warning about undefined `param.threads`
|
||||
|
||||
@ -115,7 +115,7 @@ manifest {
|
||||
homePage = 'https://github.com/epi2me-labs/wf-transcriptomes'
|
||||
description = 'Transcriptome analysis including gene fusions, differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.'
|
||||
mainScript = 'main.nf'
|
||||
nextflowVersion = '>=20.10.0'
|
||||
nextflowVersion = '>=22.10.8'
|
||||
version = 'v0.1.12'
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user