Skip to content

Fixed the 4.1.0 template merge - #267

Merged
muffato merged 4 commits into
devfrom
template_fix
Sep 25, 2026
Merged

muffato merged 4 commits into
devfrom
template_fix

Conversation

@muffato

@muffato muffato commented Sep 23, 2026 •

Copy link
Copy Markdown
Member

Closes #262

Not the whole 4.1.0 template was applied. This PR addresses that by merging the TEMPLATE branch into dev, resolving conflicts.

I also revamped the test files so that they look exactly the same. – easier to maintain this way

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • Make sure your code lints (nf-core pipelines lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

@muffato muffato self-assigned this Sep 23, 2026
@github-actions

github-actions Bot commented Sep 23, 2026 •

Copy link
Copy Markdown

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

Posted for pipeline commit d6784a4

+| ✅ 229 tests passed       |+
#| ❔  32 tests were ignored |#
!| ❗   8 tests had warnings |!
Details

❗ Test warnings:

❔ Tests ignored:

  • files_exist - File is ignored: CODE_OF_CONDUCT.md
  • files_exist - File is ignored: assets/multiqc_config.yml
  • files_exist - File is ignored: assets/nf-core-readmapping_logo_light.png
  • files_exist - File is ignored: assets/methods_description_template.yml
  • files_exist - File is ignored: conf/igenomes.config
  • files_exist - File is ignored: docs/images/nf-core-readmapping_logo_dark.png
  • files_exist - File is ignored: docs/images/nf-core-readmapping_logo_light.png
  • files_exist - File is ignored: .github/ISSUE_TEMPLATE/config.yml
  • files_exist - File is ignored: .github/workflows/awstest.yml
  • files_exist - File is ignored: .github/workflows/awsfulltest.yml
  • files_exist - File is ignored: tower.yml
  • nextflow_config - Config variable ignored: manifest.name
  • nextflow_config - Config variable ignored: manifest.homePage
  • nextflow_config - Config default ignored: params.pacbio_adapter
  • nextflow_config - Config default ignored: params.pacbio_adapter_yaml
  • files_unchanged - File ignored due to lint config: .gitattributes
  • files_unchanged - File does not exist: CODE_OF_CONDUCT.md
  • files_unchanged - File ignored due to lint config: LICENSE or LICENSE.md or LICENCE or LICENCE.md
  • files_unchanged - File ignored due to lint config: .github/ISSUE_TEMPLATE/bug_report.yml
  • files_unchanged - File ignored due to lint config: .github/ISSUE_TEMPLATE/config.yml
  • files_unchanged - File ignored due to lint config: .github/PULL_REQUEST_TEMPLATE.md
  • files_unchanged - File ignored due to lint config: .github/workflows/branch.yml
  • files_unchanged - File ignored due to lint config: .github/workflows/linting.yml
  • files_unchanged - File ignored due to lint config: assets/email_template.html
  • files_unchanged - File ignored due to lint config: assets/sendmail_template.txt
  • files_unchanged - File does not exist: assets/nf-core-readmapping_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-readmapping_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-readmapping_logo_dark.png
  • files_unchanged - File ignored due to lint config: docs/README.md
  • files_unchanged - File ignored due to lint config: .gitignore or .prettierignore
  • actions_awstest - 'awstest.yml' workflow not found: /home/runner/work/readmapping/readmapping/.github/workflows/awstest.yml
  • multiqc_config - multiqc_config

✅ Tests passed:

Run details

  • nf-core/tools version 4.1.0
  • Run at 2026-09-23 09:25:51

@muffato muffato linked an issue Sep 23, 2026 that may be closed by this pull request

@prototaxites prototaxites left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Changelog note about Slack/Teams support?

@muffato

muffato commented Sep 25, 2026

Copy link
Copy Markdown
Member Author

LGTM. Changelog note about Slack/Teams support?

It's already there ! https://github.com/sanger-tol/readmapping/blob/dev/CHANGELOG.md?plain=1#L13

@prototaxites

Copy link
Copy Markdown

Ah, it doesn't show in the files changed list.

@muffato

muffato commented Sep 25, 2026

Copy link
Copy Markdown
Member Author

It's because the template 4.1.0 was already applied (#255, #256), though partially. This PR is only for the remaining files that were somehow not patched in the previous PRs. That's also why this PR has got fewer changed files than your typical 4.1.0 template upgrade.

@muffato
muffato merged commit 15546f1 into dev Sep 25, 2026
19 checks passed
@muffato
muffato deleted the template_fix branch September 25, 2026 16:18
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.

nf-core template isn't properly configured and merged

3 participants