Skip to content

Important! Template update for nf-core/tools v3.5.1#66

Merged
nictru merged 13 commits intodevfrom
nf-core-template-merge-3.5.1
Mar 29, 2026
Merged

Important! Template update for nf-core/tools v3.5.1#66
nictru merged 13 commits intodevfrom
nf-core-template-merge-3.5.1

Conversation

@nf-core-bot
Copy link
Copy Markdown
Member

Version 3.5.1 of nf-core/tools has just been released with updates to the nf-core template. For more details, check out the blog post: https://nf-co.re/blog/2025/tools-3_5_0

Please make sure to merge this pull-request as soon as possible, resolving any merge conflicts in the nf-core-template-merge-3.5.1 branch (or your own fork, if you prefer). Once complete, make a new minor release of your pipeline.

For instructions on how to merge this PR, please see https://nf-co.re/docs/contributing/sync/.

For more information about this release of nf-core/tools, please see the v3.5.1 release page.

Note

Since nf-core/tools 3.5.0, older template update PRs will not be automatically closed, but will remain open in your pipeline repository. Older template PRs will be automatically closed once a newer template PR has been merged.

@nf-core-bot
Copy link
Copy Markdown
Member Author

Warning

Newer version of the nf-core template is available.

Your pipeline is using an old version of the nf-core template: 3.5.1.
Please update your pipeline to the latest version.

For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 29, 2026

nf-core pipelines lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 657fb94

+| ✅ 213 tests passed       |+
#| ❔   4 tests were ignored |#
#| ❔   1 tests had warnings |#
!| ❗   3 tests had warnings |!
Details

❗ Test warnings:

  • readme - README contains the placeholder zenodo.XXXXXXX. This should be replaced with the zenodo doi (after the first release).
  • pipeline_todos - TODO string in README.md: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file.
  • pipeline_todos - TODO string in awsfulltest.yml: You can customise AWS full pipeline tests as required

❔ Tests ignored:

❔ Tests fixed:

✅ Tests passed:

Run details

  • nf-core/tools version 3.5.1
  • Run at 2026-03-29 17:05:20

nictru added 9 commits March 29, 2026 14:51
The 'Should run with both bed and bam input' snapshot stored a stale
file count of 407, causing the CI run to fail with a snapshot mismatch.
Regenerated with current pipeline output.
Two issues prevented 'nextflow run . --help' from working with the v2
syntax parser:

1. utils_nfschema_plugin: With v2, params.help is the string "true"
   (not a boolean) when --help is passed without a value. Guard
   against this by also checking != "true" before using it as a
   section filter in paramsHelp().

2. utils_nfcore_tfactivity_pipeline: samplesheetToList() was called
   unconditionally, crashing when params.input/input_bam/counts_design
   are not real file paths (e.g. when --help is passed). Guard each
   call with an instanceof String check so channels are only created
   from valid file paths.
Upstream nf-core updates:
- utils_nfcore_pipeline: removed imNotification() function
- utils_nfschema_plugin tests: bumped nf-schema to 2.6.1
- utils_nfcore_pipeline tests: renamed test file from
  main.workflow.nf.test to main.nf.test

Remove the imNotification include and call from
utils_nfcore_tfactivity_pipeline since the function no longer exists
in the upstream subworkflow.
@nictru nictru merged commit 074ceb1 into dev Mar 29, 2026
4 checks passed
@nictru nictru deleted the nf-core-template-merge-3.5.1 branch March 29, 2026 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants