Skip to content

Commit

Permalink
Merge branch 'dev' into quast-results
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 authored Jan 22, 2025
2 parents 2cff075 + 5f460b8 commit b8b604b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Fixed`

- [#748](https://github.com/nf-core/mag/pull/748) - Fix broken phix reference channel when skipping phix removal (reported by @amizeranschi, fix by @muabnezor)
- [#752](https://github.com/nf-core/mag/pull/752) - Fix QUAST results not being displayed when skipping certain steps (reported by @amizeranschi, fix by @jfy133)

### `Dependencies`
Expand Down
3 changes: 3 additions & 0 deletions workflows/mag.nf
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ workflow MAG {
if (!params.keep_phix) {
ch_phix_db_file = Channel.value(file("${params.phix_reference}"))
}
else {
ch_phix_db_file = Channel.empty()
}

if (!params.keep_lambda) {
ch_lambda_db = Channel.value(file("${params.lambda_reference}"))
Expand Down

0 comments on commit b8b604b

Please sign in to comment.