Skip to content

Commit 1d009ad

Browse files
authored
Merge pull request #386 from nf-core/update_deepbgc
Update deepbgc/pipeline
2 parents 8e83ad0 + 7dafc16 commit 1d009ad

File tree

10 files changed

+523
-23
lines changed

10 files changed

+523
-23
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- [#365](https://github.com/nf-core/funcscan/pull/365) Fixed AMRFinderPlus module and usage docs for manual database download. (by @jasmezz)
2828
- [#371](https://github.com/nf-core/funcscan/pull/371) Fixed AMRFinderPlus parameter `arg_amrfinderplus_name`. (by @m3hdad)
2929
- [#376](https://github.com/nf-core/funcscan/pull/376) Fixed an occasional RGI process failure when certain files not produced. (❤️ to @amizeranschi for reporting, fix by @amizeranschi & @jfy133)
30+
- [#386](https://github.com/nf-core/funcscan/pull/386) Updated DeepBGC module to fix output file names, separate annotation step for all BGC tools, add warning if no BGCs found, fix MultiQC reporting of annotation workflow. (by @jfy133, @jasmezz)
3031

3132
### `Dependencies`
3233

modules.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
},
8888
"deepbgc/pipeline": {
8989
"branch": "master",
90-
"git_sha": "f315f85d9ac6c321f6e3596493fd61019340df2a",
90+
"git_sha": "0ea330bfd93fbbe5b5cae9afab565c73cc508583",
9191
"installed_by": ["modules"]
9292
},
9393
"fargene": {

modules/nf-core/deepbgc/pipeline/main.nf

+39-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/deepbgc/pipeline/tests/main.nf.test

+116
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)