Skip to content

Commit

Permalink
Merge pull request #249 from nf-core/bakta-ci
Browse files Browse the repository at this point in the history
Add Bakta annotation to CI tests
  • Loading branch information
jasmezz committed Mar 29, 2023
2 parents 5573fca + 30c0f7c commit 32cf7ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
parameters:
- "--annotation_tool prodigal"
- "--annotation_tool prokka"
## Warning: we can't test Bakta as uses more memory than available on GHA CIs
- "--annotation_tool bakta --annotation_bakta_db_downloadtype light"

steps:
- name: Check out pipeline code
Expand Down Expand Up @@ -57,6 +57,7 @@ jobs:
parameters:
- "--annotation_tool prodigal"
- "--annotation_tool prokka"
- "--annotation_tool bakta --annotation_bakta_db_downloadtype light"

steps:
- name: Check out pipeline code
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
parameters:
- "--annotation_tool prodigal"
- "--annotation_tool prokka"
- "--annotation_tool bakta --annotation_bakta_db_downloadtype light"

steps:
- name: Check out pipeline code
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [#238](https://github.com/nf-core/funcscan/pull/238) Added dedicated DRAMP database downloading step for AMPcombi to prevent parallel downloads when no database provided by user (by @jfy133)
- [#235](https://github.com/nf-core/funcscan/pull/235) Added parameter `annotation_bakta_db_downloadtype` to be able to switch between downloading either full (33.1 GB) or light (1.3 GB excluding UPS, IPS, PSC, see parameter description) versions of the Bakta database. (by @jasmezz)
- [#249](https://github.com/nf-core/funcscan/pull/249) Added bakta annotation to CI tests. (by @jasmezz)

### `Fixed`

Expand Down

0 comments on commit 32cf7ea

Please sign in to comment.