Skip to content

Commit

Permalink
Merge pull request #409 from nf-core/megan-update
Browse files Browse the repository at this point in the history
Megan container update
  • Loading branch information
jfy133 authored Oct 27, 2023
2 parents 267e1a1 + c22f719 commit 0805d06
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Added`

- [#408] Added preprint citation information to README and manifest (added by @jfy133)
- [#408](https://github.com/nf-core/taxprofiler/pull/408) Added preprint citation information to README and manifest (added by @jfy133)

### `Fixed`

- [#405] Fix database to tool mismatching in KAIJU2KRONA input (❤️ to @MajoroMask for reporting, fix by @jfy133)
- [#406] Fixed overwriting of bracken-derived kraken2 outputs when the database name is shared between Bracken/Kraken2. (❤️ to @MajoroMask for reporting, fix by @jfy133)
- [#405](https://github.com/nf-core/taxprofiler/pull/405) Fix database to tool mismatching in KAIJU2KRONA input (❤️ to @MajoroMask for reporting, fix by @jfy133)
- [#406](https://github.com/nf-core/taxprofiler/pull/406) Fix overwriting of bracken-derived kraken2 outputs when the database name is shared between Bracken/Kraken2. (❤️ to @MajoroMask for reporting, fix by @jfy133)
- [#409](https://github.com/nf-core/taxprofiler/pull/409) Fix a NullPointerException error occurring occasionally in older version of MEGAN's rma2info (❤️ to @MajoroMask for reporting, fix by @jfy133)

### `Dependencies`

| Tool | Previous version | New version |
| -------------- | ---------------- | ----------- |
| megan/rma2info | 6.21.7 | 6.24.20 |

### `Deprecated`

## v1.1.1 - Augmented Akita Patch [2023-10-11]
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
},
"megan/rma2info": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "dbce8951ff9a39ad08d87e563636bbcc6ef34032",
"installed_by": ["modules"]
},
"metaphlan/mergemetaphlantables": {
Expand Down
6 changes: 6 additions & 0 deletions modules/nf-core/megan/rma2info/environment.yml

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

6 changes: 3 additions & 3 deletions modules/nf-core/megan/rma2info/main.nf

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

5 changes: 2 additions & 3 deletions modules/nf-core/megan/rma2info/meta.yml

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

0 comments on commit 0805d06

Please sign in to comment.