Skip to content

Commit

Permalink
Merge pull request #379 from hkaspersen/bracken_output_report_fix
Browse files Browse the repository at this point in the history
Bracken output report addition
  • Loading branch information
jfy133 authored Oct 1, 2023
2 parents 84752d0 + e6c2cf9 commit bd56d37
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Added`

- [#379](https://github.com/nf-core/taxprofiler/pull/379) Added support for previously missing Bracken-corrected Kraken2 report as output (added by @hkaspersen & @jfy133 )
- [#380](https://github.com/nf-core/taxprofiler/pull/380) Updated to nf-core pipeline template v2.10 (added by @LilyAnderssonLee & @sofstam)

### `Fixed`
Expand Down
4 changes: 2 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ process {
publishDir = [
path: { "${params.outdir}/bracken/${meta.db_name}/" },
mode: params.publish_dir_mode,
pattern: '*.tsv'
]
pattern: '*{.tsv,.txt}'
]
}

withName: BRACKEN_COMBINEBRACKENOUTPUTS {
Expand Down
1 change: 1 addition & 0 deletions docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ The first step of using Bracken requires running Kraken2, therefore the initial
- `bracken_<db_name>_combined_reports.txt`: combined bracken results as output from Bracken's `combine_bracken_outputs.py` script
- `<db_name>/`
- `<sample>_<db_name>.tsv`: TSV file containing per-sample summary of Bracken results with abundance information
- `<sample>_<db_name>.report_bracken_species.txt`: Kraken2 style report with Bracken abundance information

</details>

Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"bracken/bracken": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "093e35505936bce5127e1d14966b6cac91cd137f",
"installed_by": ["modules"]
},
"bracken/combinebrackenoutputs": {
Expand Down
3 changes: 2 additions & 1 deletion modules/nf-core/bracken/bracken/main.nf

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

4 changes: 4 additions & 0 deletions modules/nf-core/bracken/bracken/meta.yml

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

0 comments on commit bd56d37

Please sign in to comment.