Skip to content

Update Prokka version and fix gunzip alias#309

Merged
Daniel-VM merged 10 commits into
nf-core:devfrom
Daniel-VM:seqera-co-scientist/fix-gunzip-prokka-versions--2b9b
Jun 11, 2026
Merged

Update Prokka version and fix gunzip alias#309
Daniel-VM merged 10 commits into
nf-core:devfrom
Daniel-VM:seqera-co-scientist/fix-gunzip-prokka-versions--2b9b

Conversation

@Daniel-VM

@Daniel-VM Daniel-VM commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

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

Update prokka and increase git nf-test volume limits to prevent git ci failure
(Related #306 )

Daniel-VM and others added 2 commits June 4, 2026 16:19
Two issues fixed:
1. GUNZIP was invoked twice in the same workflow scope (prokka + bakta blocks).
   DSL2 prohibits duplicate process invocations. Added GUNZIP_BAKTA alias.
2. PROKKA module was updated to use topic channels for version reporting
   (emit: versions_prokka, topic: versions), but the workflow still referenced
   PROKKA.out.versions which no longer exists. Removed the stale reference
   since PROKKA now publishes versions via topic channel automatically.

Fixes the error:
  No such property: versions for class: groovyx.gpars.dataflow.DataflowBroadcast
@github-actions

github-actions Bot commented Jun 10, 2026

Copy link
Copy Markdown

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.

@Daniel-VM Daniel-VM changed the title Seqera co scientist/fix gunzip prokka versions 2b9b Update Prokka version and fix gunzip alias Jun 10, 2026
@Daniel-VM Daniel-VM changed the base branch from master to dev June 10, 2026 13:08
@Daniel-VM Daniel-VM marked this pull request as ready for review June 10, 2026 13:08
Comment thread .github/workflows/nf-test.yml Outdated
Comment thread .github/workflows/nf-test.yml Outdated
@Daniel-VM

Copy link
Copy Markdown
Contributor Author

Thanks @mashehu 🙌🏾

@Daniel-VM Daniel-VM merged commit c17513b into nf-core:dev Jun 11, 2026
36 checks passed
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