Skip to content

Commit

Permalink
Bump minimum nextflow version to 23.10.0 (#297)
Browse files Browse the repository at this point in the history
* Update nextflow.config

* Update README.md

* Update standard-test.yml

* Update changelog.rst

* Update README.md

* Update standard-test.yml
  • Loading branch information
nebfield committed May 24, 2024
1 parent 822e517 commit 0198033
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/standard-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
test_profile: ["test"]
profile: ["docker"]
nxf_ver: ['22.10.0', 'latest']
nxf_ver: ['23.10.0', 'latest']

steps:
- name: Extract branch name
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
matrix:
test_profile: ["test"]
profile: ["singularity"]
nxf_ver: ['22.10.0', 'latest']
nxf_ver: ['23.10.0', 'latest']

steps:
- name: Extract branch name
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![pgscatalog/pgsc_calc CI](https://github.com/PGScatalog/pgsc_calc/actions/workflows/ci.yml/badge.svg)](https://github.com/PGScatalog/pgsc_calc/actions/workflows/ci.yml)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5970794.svg)](https://doi.org/10.5281/zenodo.5970794)

[![Nextflow](https://img.shields.io/badge/nextflow%20DSL2-≥22.10.0-23aa62.svg?labelColor=000000)](https://www.nextflow.io/)
[![Nextflow](https://img.shields.io/badge/nextflow%20DSL2-≥23.10.0-23aa62.svg?labelColor=000000)](https://www.nextflow.io/)
[![run with docker](https://img.shields.io/badge/run%20with-docker-0db7ed?labelColor=000000&logo=docker)](https://www.docker.com/)
[![run with singularity](https://img.shields.io/badge/run%20with-singularity-1d355c.svg?labelColor=000000)](https://sylabs.io/docs/)
[![run with conda](http://img.shields.io/badge/run%20with-conda-3EB049?labelColor=000000&logo=anaconda)](https://docs.conda.io/en/latest/)
Expand Down Expand Up @@ -44,7 +44,7 @@ See documentation for a list of planned [features under development](https://pgs

1. Install
[`Nextflow`](https://www.nextflow.io/docs/latest/getstarted.html#installation)
(`>=22.10.0`)
(`>=23.10.0`)

2. Install [`Docker`](https://docs.docker.com/engine/installation/) or
[`Singularity (v3.8.3 minimum)`](https://www.sylabs.io/guides/3.0/user-guide/)
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ will only occur in major versions with changes noted in this changelog.
pgsc_calc v2.0.0-alpha.6 (2024-05-24)
-------------------------------------

Please note the minimum required nextflow version has been updated to v23.10.0, released in October 2023.

Improvements

* Migrate our custom python tools to new https://github.com/PGScatalog/pygscatalog packages
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ manifest {
homePage = 'https://github.com/pgscatalog/pgsc_calc'
description = 'The Polygenic Score Catalog Calculator is a nextflow pipeline for polygenic score calculation'
mainScript = 'main.nf'
nextflowVersion = '>=22.10.0'
nextflowVersion = '>=23.10.0'
version = '2.0.0-alpha.6'
}

Expand Down

0 comments on commit 0198033

Please sign in to comment.