Skip to content

Commit bdf1a23

Browse files
authored
Merge pull request #502 from nf-core/fix-bakta-hmm
Fix staging of custom HMMs for Bakta
2 parents a7cb448 + 647641c commit bdf1a23

File tree

15 files changed

+173
-102
lines changed

15 files changed

+173
-102
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### `Fixed`
1313

14+
- [#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)
15+
1416
### `Dependencies`
1517

1618
| Tool | Previous Version | New Version |
1719
| ------- | ---------------- | ----------- |
1820
| MultiQC | 1.27 | 1.32 |
21+
| Bakta | 1.10.4 | 1.11.4 |
1922

2023
### `Deprecated`
2124

conf/modules.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ process {
207207
params.annotation_bakta_gap ? '' : '--skip-gap',
208208
params.annotation_bakta_ori ? '' : '--skip-ori',
209209
params.annotation_bakta_activate_plot ? '' : '--skip-plot',
210-
params.annotation_bakta_hmms ? '--hmms ${params.annotation_bakta_hmms}' : '',
211210
].join(' ').trim()
212211
}
213212

modules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
},
6363
"bakta/bakta": {
6464
"branch": "master",
65-
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
65+
"git_sha": "72c983560c9b9c2a02ff636451a5e5008f7d020b",
6666
"installed_by": ["modules"]
6767
},
6868
"bakta/baktadbdownload": {
6969
"branch": "master",
70-
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
70+
"git_sha": "72c983560c9b9c2a02ff636451a5e5008f7d020b",
7171
"installed_by": ["modules"]
7272
},
7373
"deeparg/downloaddata": {

modules/nf-core/bakta/bakta/environment.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bakta/bakta/main.nf

Lines changed: 30 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bakta/bakta/meta.yml

Lines changed: 83 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bakta/bakta/tests/main.nf.test

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bakta/bakta/tests/main.nf.test.snap

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bakta/bakta/tests/tags.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

modules/nf-core/bakta/baktadbdownload/environment.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)