Closed znorgaard closed 4 days ago
master
branch :x:base
to dev
Hi @znorgaard,
It looks like this pull-request is has been made against the nf-core/fastquorum master
branch.
The master
branch on nf-core repositories should always contain code from the latest release.
Because of this, PRs to master
are only allowed if they come from the nf-core/fastquorum dev
branch.
You do not need to close this PR, you can change the target branch to dev
by clicking the "Edit" button at the top of this page.
Note that even after this, the test will continue to show as failing until you push a new commit.
Thanks again for your contribution!
nf-core pipelines lint
overall result: Passed :white_check_mark:Posted for pipeline commit bf5f98e
+| ✅ 194 tests passed |+
#| ❔ 8 tests were ignored |#
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-L25724.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).