Skip to content

Commit 29d9397

Browse files
committed
Template update for nf-core/tools version 4.0.2
1 parent 4aca270 commit 29d9397

8 files changed

Lines changed: 19 additions & 18 deletions

File tree

.github/workflows/download_pipeline.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
runs-on: ubuntu-latest
3939
needs: configure
4040
steps:
41+
- name: Check out pipeline code
42+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
43+
4144
- name: Install Nextflow
4245
uses: nf-core/setup-nextflow@b4ec1bc7c16a94435159de94a05253542fddf6ef # v3
4346

@@ -55,10 +58,9 @@ jobs:
5558
apptainer-version: 1.3.4
5659

5760
- name: Read .nf-core.yml
58-
uses: pietrobolcato/action-read-yaml@9f13718d61111b69f30ab4ac683e67a56d254e1d # 1.1.0
5961
id: read_yml
60-
with:
61-
config: ${{ github.workspace }}/.nf-core.yml
62+
run: |
63+
echo "nf_core_version=$(yq '.nf_core_version' ${{ github.workspace }}/.nf-core.yml)" >> "$GITHUB_OUTPUT"
6264
6365
- name: Install dependencies
6466
run: |

.github/workflows/fix_linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Install and run prek
3838
- name: Run prek
3939
id: prek
40-
uses: j178/prek-action@cbc2f23eb5539cf20d82d1aabd0d0ecbcc56f4e3 # v2
40+
uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2
4141
continue-on-error: true
4242

4343
# indication that the linting has finished

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: nf-core/setup-nextflow@b4ec1bc7c16a94435159de94a05253542fddf6ef # v3
1818

1919
- name: Run prek
20-
uses: j178/prek-action@cbc2f23eb5539cf20d82d1aabd0d0ecbcc56f4e3 # v2
20+
uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2
2121

2222
nf-core:
2323
runs-on: ubuntu-latest

.github/workflows/linting_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Download lint results
14-
uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
14+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
1515
with:
1616
workflow: linting.yml
1717
workflow_conclusion: completed

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lint:
1414
- params.citations_file
1515
- params.report_file
1616
- params.paramsheet
17-
nf_core_version: 4.0.0
17+
nf_core_version: 4.0.2
1818
repository_type: pipeline
1919
template:
2020
author: Oskar Wacker, Jonathan Manning

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![nf-test](https://img.shields.io/badge/unit_tests-nf--test-337ab7.svg)](https://www.nf-test.com)
1212

1313
[![Nextflow](https://img.shields.io/badge/version-%E2%89%A525.10.4-green?style=flat&logo=nextflow&logoColor=white&color=%230DC09D&link=https%3A%2F%2Fnextflow.io)](https://www.nextflow.io/)
14-
[![nf-core template version](https://img.shields.io/badge/nf--core_template-4.0.0-green?style=flat&logo=nfcore&logoColor=white&color=%2324B064&link=https%3A%2F%2Fnf-co.re)](https://github.com/nf-core/tools/releases/tag/4.0.0)
14+
[![nf-core template version](https://img.shields.io/badge/nf--core_template-4.0.2-green?style=flat&logo=nfcore&logoColor=white&color=%2324B064&link=https%3A%2F%2Fnf-co.re)](https://github.com/nf-core/tools/releases/tag/4.0.2)
1515
[![run with conda](http://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=anaconda)](https://docs.conda.io/en/latest/)
1616
[![run with docker](https://img.shields.io/badge/run%20with-docker-0db7ed?labelColor=000000&logo=docker)](https://www.docker.com/)
1717
[![run with singularity](https://img.shields.io/badge/run%20with-singularity-1d355c.svg?labelColor=000000)](https://sylabs.io/docs/)

nextflow_schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
},
7070
"igenomes_base": {
7171
"type": "string",
72-
"format": "directory-path",
7372
"description": "The base path to the igenomes reference files",
7473
"fa_icon": "fas fa-ban",
7574
"hidden": true,

ro-crate-metadata.json

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)