Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
env:
NFT_VER: ${{ env.NFT_VER }}
with:
max_shards: 12
max_shards: 15

- name: debug
run: |
Expand All @@ -63,6 +63,7 @@ jobs:
runs-on: # use self-hosted runners
- runs-on=${{ github.run_id }}-nf-test
- runner=4cpu-linux-x64
- volume=40gb
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2.6.1 nf-core/bacass - "Crimson Titanium Seahorse" 2026/05/11
## v2.6.1 nf-core/bacass - "Crimson Titanium Seahorse" 2026/06/10

### `Changed`

Expand All @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### `Fixed`

- [#305](https://github.com/nf-core/bacass/pull/305) Fix(kmerfinder): use explicit taxonomy file priority instead of alphabetical order
- [#309](https://github.com/nf-core/bacass/pull/309) Update version and fix gunzip prokka versions 2b9b
- [#309](https://github.com/nf-core/bacass/pull/309) Fix git CI resource limits

### `Dependencies`

Expand Down
5 changes: 2 additions & 3 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,8 @@
},
"prokka": {
"branch": "master",
"git_sha": "41dfa3f7c0ffabb96a6a813fe321c6d1cc5b6e46",
"installed_by": ["modules"],
"patch": "modules/nf-core/prokka/prokka.diff"
"git_sha": "2dc23692bd1c3a23a12cfd959808a8fe7e3c6557",
"installed_by": ["modules"]
},
"quast": {
"branch": "master",
Expand Down
14 changes: 2 additions & 12 deletions modules/nf-core/prokka/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 39 additions & 18 deletions modules/nf-core/prokka/meta.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions modules/nf-core/prokka/prokka.diff

This file was deleted.

36 changes: 3 additions & 33 deletions modules/nf-core/prokka/tests/main.nf.test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading