-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: align versioning across tests and config #87
Conversation
This PR is against the
|
|
Nextflow 24.04.0 is when the
resourceLimits
directive was introduced. Github actions on older versions will fail because they won't respect these resource limits.https://github.com/nextflow-io/nextflow/blob/0140f954fdcfd0d03c8d568e61b193f0db067bf6/changelog.txt#L252-L257
24.04.2 is the version originally used in the template update PR.
https://github.com/nf-core/fastquorum/blob/5d7af8bd61df3a0e20ab2cd6782530ebeea0aada/nextflow.config#L243C5-L243C20
This PR reverts #86 and further raises the version that was raised in #85
PR checklist
nf-core lint
).nf-test test main.nf.test -profile test,docker
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).