Skip to content

Commit

Permalink
Merge pull request #752 from nf-core/quast-results
Browse files Browse the repository at this point in the history
Fix QUAST MultiQC config
  • Loading branch information
jfy133 authored Jan 22, 2025
2 parents 5f460b8 + b8b604b commit 1278ef3
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 83 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ 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`

### `Dependencies`
### `Deprecated`

## 3.3.0 [2024-12-19]

Expand Down
8 changes: 4 additions & 4 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data_format: "yaml"
run_modules:
- fastqc
- fastp
- adapterRemoval
- adapterremoval
- custom_content
- bowtie2
- busco
Expand All @@ -35,7 +35,7 @@ top_modules:
path_filters_exclude:
- "*trimmed*"
- "fastp"
- "adapterRemoval"
- "adapterremoval"
- "porechop"
- "filtlong"
- "fastqc":
Expand Down Expand Up @@ -118,12 +118,12 @@ custom_data:
sp:
host_removal:
fn: "host_removal_metrics.tsv"
adapterRemoval:
adapterremoval:
fn: "*_ar2.settings"
kraken:
fn_re: ".*[kraken2|centrifuge].*report.txt"
quast:
fn_re: "report.*.tsv"
fn: "report*.tsv"
filtlong:
num_lines: 20
fn_re: ".*_filtlong.log"
Expand Down
Loading

0 comments on commit 1278ef3

Please sign in to comment.