Skip to content
Open
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Fixed`

- [#501](https://github.com/nf-core/funcscan/pull/501) Fixed issue with BAKTA HMMs not being staged correctly (reported by Yusuke Hioki, fix by @jfy133)

### `Dependencies`

| Tool | Previous Version | New Version |
| ----- | ---------------- | ----------- |
| Bakta | 1.10.4 | 1.11.4 |

### `Deprecated`

## v3.0.0 - French Chocolatine - [2025-10-04]
Expand Down
1 change: 0 additions & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ process {
params.annotation_bakta_gap ? '' : '--skip-gap',
params.annotation_bakta_ori ? '' : '--skip-ori',
params.annotation_bakta_activate_plot ? '' : '--skip-plot',
params.annotation_bakta_hmms ? '--hmms ${params.annotation_bakta_hmms}' : '',
].join(' ').trim()
}

Expand Down
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
},
"bakta/bakta": {
"branch": "master",
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
"git_sha": "72c983560c9b9c2a02ff636451a5e5008f7d020b",
"installed_by": ["modules"]
},
"bakta/baktadbdownload": {
"branch": "master",
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
"git_sha": "72c983560c9b9c2a02ff636451a5e5008f7d020b",
"installed_by": ["modules"]
},
"deeparg/downloaddata": {
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/bakta/bakta/environment.yml

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

53 changes: 30 additions & 23 deletions modules/nf-core/bakta/bakta/main.nf

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

120 changes: 83 additions & 37 deletions modules/nf-core/bakta/bakta/meta.yml

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

4 changes: 4 additions & 0 deletions modules/nf-core/bakta/bakta/tests/main.nf.test

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

14 changes: 7 additions & 7 deletions modules/nf-core/bakta/bakta/tests/main.nf.test.snap

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

2 changes: 0 additions & 2 deletions modules/nf-core/bakta/bakta/tests/tags.yml

This file was deleted.

2 changes: 1 addition & 1 deletion modules/nf-core/bakta/baktadbdownload/environment.yml

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

Loading
Loading