Update nextflowVersion to 22.10.8

This commit is contained in:
Sam Nicholls 2023-06-12 11:28:39 +01:00
parent 775d13d5b6
commit e359561703
2 changed files with 2 additions and 1 deletions

View File

@ -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`

View File

@ -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'
}