Skip to content

Commit

Permalink
Merge pull request #322 from nf-core/update-taxpasta
Browse files Browse the repository at this point in the history
Update taxpasta and add taxpasta support for ganon
  • Loading branch information
jfy133 authored Jul 10, 2023
2 parents 31a440c + 80ce81a commit 9e99080
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 17 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Dependencies`

| Tool | Previous version | New version |
| ------- | ---------------- | ----------- |
| MultiQC | 1.13 | 1.14 |
| Tool | Previous version | New version |
| -------- | ---------------- | ----------- |
| MultiQC | 1.13 | 1.14 |
| taxpasta | 0.2.3 | 0.4.0 |

### `Deprecated`

Expand Down
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,12 @@
},
"taxpasta/merge": {
"branch": "master",
"git_sha": "ffa9641ee18f88aff974257cb50ba3cf8f7d143c",
"git_sha": "ef280893021dd1e877db163966022cabae06dfdb",
"installed_by": ["modules"]
},
"taxpasta/standardise": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "ef280893021dd1e877db163966022cabae06dfdb",
"installed_by": ["modules"]
},
"untar": {
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/taxpasta/merge/main.nf

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/taxpasta/standardise/main.nf

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

6 changes: 0 additions & 6 deletions subworkflows/local/standardisation_profiles.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ workflow STANDARDISATION_PROFILES {

//Taxpasta standardisation
ch_prepare_for_taxpasta = profiles
.filter {
meta, report ->
// TODO: add tool to taxpasta!
if ( meta['tool'] == 'ganon' ) log.warn "[nf-core/taxprofiler] ganon not yet supported in Taxpasta. Skipping ganon profile for sample ${meta.id}."
meta['tool'] != 'ganon'
}
.map {
meta, profile ->
def meta_new = [:]
Expand Down

0 comments on commit 9e99080

Please sign in to comment.