Skip to content

Commit 6ebf39b

Browse files
mashehunf-core-bot
andauthored
downgrade to nf-version 24.10.5 (#3667)
Co-authored-by: nf-core-bot <[email protected]>
1 parent ed96eed commit 6ebf39b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/snapshots/default.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
],
108108
"meta": {
109109
"nf-test": "0.9.2",
110-
"nextflow": "24.10.8"
110+
"nextflow": "24.10.5"
111111
},
112112
"timestamp": "2025-05-07T13:29:04.284923"
113113
}

.github/workflows/create-lint-wf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
NXF_VER:
35-
- "24.10.8"
35+
- "24.10.5"
3636
- "latest-everything"
3737
steps:
3838
- name: go to subdirectory and change nextflow workdir

.github/workflows/create-test-wf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
NXF_VER:
35-
- "24.10.8"
35+
- "24.10.5"
3636
- "latest-everything"
3737
steps:
3838
- name: go to working directory

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- fix nf-test scope to ignore nf-core module/swf tests ([#3609](https://github.com/nf-core/tools/pull/3609))
99
- write github.run_id on pipeline template ([#3637](https://github.com/nf-core/tools/pull/3637))
1010
- Bump nf-schema to `2.4.2` ([#3533](https://github.com/nf-core/tools/pull/3533))
11-
- Bump the minimal Nextflow version to `24.10.8` ([#3533](https://github.com/nf-core/tools/pull/3533))
11+
- Bump the minimal Nextflow version to `24.10.5` ([#3533](https://github.com/nf-core/tools/pull/3533), [#3667](https://github.com/nf-core/tools/pull/3667))
1212
- CI - Only trigger nf-test action on pull_request ([#3628](https://github.com/nf-core/tools/pull/3628))
1313
- Fix link to nf-test GHA in README.md ([#3630](https://github.com/nf-core/tools/pull/3630))
1414
- Add accelerator directive for GPU-enabled processes ([#3632](https://github.com/nf-core/tools/pull/3632))

nf_core/pipeline-template/.github/workflows/nf-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- isMain: false
8181
profile: "singularity"
8282
NXF_VER:
83-
- "24.10.8"
83+
- "24.10.5"
8484
- "latest-everything"
8585
env:
8686
NXF_ANSI_LOG: false

nf_core/pipeline-template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.XXXXXXX-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.XXXXXXX)
2121
[![nf-test](https://img.shields.io/badge/unit_tests-nf--test-337ab7.svg)](https://www.nf-test.com)
2222

23-
[![Nextflow](https://img.shields.io/badge/version-%E2%89%A524.10.8-green?style=flat&logo=nextflow&logoColor=white&color=%230DC09D&link=https%3A%2F%2Fnextflow.io)](https://www.nextflow.io/)
23+
[![Nextflow](https://img.shields.io/badge/version-%E2%89%A524.10.5-green?style=flat&logo=nextflow&logoColor=white&color=%230DC09D&link=https%3A%2F%2Fnextflow.io)](https://www.nextflow.io/)
2424
[![nf-core template version](https://img.shields.io/badge/nf--core_template-{{ nf_core_version }}-green?style=flat&logo=nfcore&logoColor=white&color=%2324B064&link=https%3A%2F%2Fnf-co.re)](https://github.com/nf-core/tools/releases/tag/{{ nf_core_version }})
2525
[![run with conda](http://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=anaconda)](https://docs.conda.io/en/latest/)
2626
[![run with docker](https://img.shields.io/badge/run%20with-docker-0db7ed?labelColor=000000&logo=docker)](https://www.docker.com/)

nf_core/pipeline-template/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ manifest {
297297
description = """{{ description }}"""
298298
mainScript = 'main.nf'
299299
defaultBranch = '{{ default_branch }}'
300-
nextflowVersion = '!>=24.10.8'
300+
nextflowVersion = '!>=24.10.5'
301301
version = '{{ version }}'
302302
doi = ''
303303
}

nf_core/pipelines/lint/readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def readme(self):
5353

5454
if "nextflow_badge" not in ignore_configs:
5555
# Check that there is a readme badge showing the minimum required version of Nextflow
56-
# [![Nextflow](https://img.shields.io/badge/version-%E2%89%A524.10.8-green?style=flat&logo=nextflow&logoColor=white&color=%230DC09D&link=https%3A%2F%2Fnextflow.io)](https://www.nextflow.io/)
56+
# [![Nextflow](https://img.shields.io/badge/version-%E2%89%A524.10.5-green?style=flat&logo=nextflow&logoColor=white&color=%230DC09D&link=https%3A%2F%2Fnextflow.io)](https://www.nextflow.io/)
5757
# and that it has the correct version
5858
nf_badge_re = r"\[!\[Nextflow\]\(https://img\.shields\.io/badge/version-!?(?:%E2%89%A5|%3E%3D)([\d\.]+)-green\?style=flat&logo=nextflow&logoColor=white&color=%230DC09D&link=https%3A%2F%2Fnextflow\.io\)\]\(https://www\.nextflow\.io/\)"
5959
match = re.search(nf_badge_re, content)

0 commit comments

Comments
 (0)