File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1818repository_type : pipeline
1919template :
2020 author : Oskar Wacker, Jonathan Manning
Original file line number Diff line number Diff line change 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/ )
Original file line number Diff line number Diff line change 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 ,
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments