From 6b2b9463bb013f8cc70c32c42f945d3de743b6bb Mon Sep 17 00:00:00 2001 From: Peter Kruczkiewicz Date: Wed, 12 Jul 2023 14:05:37 -0500 Subject: [PATCH] Update min Nextflow version to 22.10.1; execution stopped if Nextflow is not at least this version --- .github/workflows/ci.yml | 4 ++-- nextflow.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10d33ae..0cddc83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: # Nextflow versions: check pipeline minimum and current latest - nxf_ver: ['21.10.6', '23.04.1'] + nxf_ver: ['22.10.1', '23.04.1'] steps: - name: Check out pipeline code uses: actions/checkout@v2 @@ -98,7 +98,7 @@ jobs: strategy: matrix: # Nextflow versions: check pipeline minimum and current latest - nxf_ver: ['21.10.6', '23.04.1'] + nxf_ver: ['22.10.1', '23.04.1'] steps: - name: Check out pipeline code uses: actions/checkout@v2 diff --git a/nextflow.config b/nextflow.config index 58a528e..c2b6919 100644 --- a/nextflow.config +++ b/nextflow.config @@ -152,7 +152,7 @@ manifest { homePage = 'https://github.com/CFIA-NCFAD/nf-flu' author = 'Peter Kruczkiewicz, Hai Nguyen' version = '3.2.1' - nextflowVersion = '>=21.10' + nextflowVersion = '!>=22.10.1' mainScript = 'main.nf' doi = '10.5281/zenodo.7011213' }