Skip to content

Commit

Permalink
Update centrifuge to fix CONDA bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Dec 19, 2024
1 parent 79055cd commit 4946d78
Show file tree
Hide file tree
Showing 8 changed files with 148 additions and 103 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Added`

- [#558](https://github.com/nf-core/taxprofiler/pull/558) Updated to nf-core pipeline template v3.1.0 (added by @LilyAnderssonLee)

### `Fixed`

- [#561](https://github.com/nf-core/taxprofiler/pull/561) Updated Centrifuge to fix internal error when running with conda (❤️ to @AnotherSimon for reporting, fix by @jfy133)

### `Dependencies`

| Tool | Previous version | New version |
| ---------- | ---------------- | ----------- |
| centrifuge | 1.0.4.1 | 1.0.4.1 |

### `Deprecated`

## v1.2.1 - Bouncy Basenji Patch [2024-11-28]
Expand Down
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
},
"centrifuge/centrifuge": {
"branch": "master",
"git_sha": "06c8865e36741e05ad32ef70ab3fac127486af48",
"git_sha": "8581a564b0acbe28e222570ce395278f91705dc5",
"installed_by": ["modules"]
},
"centrifuge/kreport": {
"branch": "master",
"git_sha": "06c8865e36741e05ad32ef70ab3fac127486af48",
"git_sha": "8581a564b0acbe28e222570ce395278f91705dc5",
"installed_by": ["modules"]
},
"diamond/blastx": {
Expand Down
3 changes: 2 additions & 1 deletion modules/nf-core/centrifuge/centrifuge/environment.yml

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

42 changes: 22 additions & 20 deletions modules/nf-core/centrifuge/centrifuge/main.nf

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

119 changes: 73 additions & 46 deletions modules/nf-core/centrifuge/centrifuge/meta.yml

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

3 changes: 2 additions & 1 deletion modules/nf-core/centrifuge/kreport/environment.yml

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

17 changes: 10 additions & 7 deletions modules/nf-core/centrifuge/kreport/main.nf

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

55 changes: 29 additions & 26 deletions modules/nf-core/centrifuge/kreport/meta.yml

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

0 comments on commit 4946d78

Please sign in to comment.