Skip to content

Release: version patch 2.6.1#306

Open
Daniel-VM wants to merge 10 commits into
masterfrom
dev
Open

Release: version patch 2.6.1#306
Daniel-VM wants to merge 10 commits into
masterfrom
dev

Conversation

@Daniel-VM
Copy link
Copy Markdown
Contributor

@Daniel-VM Daniel-VM commented May 11, 2026

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
  • If necessary, also make a PR on the nf-core/bacass branch on the nf-core/test-datasets repository.
  • 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).

PR description:

This PR syncs the latest patch changes from dev into master for release 2.6.1.

Main changes:

  • Restore sample string protection.
  • Fix KmerFinder taxonomy file selection by using an explicit priority order instead of alphabetical ordering.
  • Bump pipeline version to 2.6.1.

@nf-core-bot
Copy link
Copy Markdown
Member

Warning

Newer version of the nf-core template is available.

Your pipeline is using an old version of the nf-core template: 3.5.2.
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 May 11, 2026

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

Posted for pipeline commit 1009e60

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

❗ Test warnings:

  • files_exist - File not found: conf/igenomes_ignored.config
  • pipeline_todos - TODO string in nextflow.config: Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs
  • pipeline_todos - TODO string in nextflow.config: Specify any additional parameters here
  • pipeline_if_empty_null - ifEmpty(null) found in /home/runner/work/bacass/bacass/subworkflows/local/bakta_dbdownload_run/main.nf: _ versions = ch_versions.ifEmpty(null) // channel: [ path(versions.yml) ]
    _

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 3.5.2
  • Run at 2026-06-04 13:20:55

@Daniel-VM Daniel-VM mentioned this pull request Jun 4, 2026
11 tasks
@Daniel-VM Daniel-VM marked this pull request as ready for review June 4, 2026 13:23
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