Skip to content

Commit

Permalink
Merge pull request #1359 from nf-core/revert_multiqc_workaround
Browse files Browse the repository at this point in the history
Revert multiqc workaround
  • Loading branch information
pinin4fjords authored Aug 22, 2024
2 parents 4a01a63 + 52de9f6 commit f6af6d9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
- [PR #1355](https://github.com/nf-core/rnaseq/pull/1355) - Make all curves on subway map better looking, and all lines now have the same width
- [PR #1357](https://github.com/nf-core/rnaseq/pull/1357) - Fix anchor issue in multiqc
- [PR #1358](https://github.com/nf-core/rnaseq/pull/1358) - Update test profiles to restore a static URI for megatests
- [PR #1359](https://github.com/nf-core/rnaseq/pull/1359) - Update MultiQC and revert unnecessary workaround

### Parameters

Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
"multiqc": {
"branch": "master",
"git_sha": "878d2adbb911aa6e15c06a4d1e93d01bd6f26c74",
"git_sha": "fb387b16025333f6d66b88d6c48c3719f47b1637",
"installed_by": ["modules"]
},
"picard/markduplicates": {
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/multiqc/environment.yml

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

4 changes: 2 additions & 2 deletions modules/nf-core/multiqc/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/multiqc/tests/main.nf.test.snap

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

6 changes: 4 additions & 2 deletions workflows/rnaseq/assets/multiqc/multiqc_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ report_section_order:
fail_strand_check-module:
order: 5001
# Preprocessing and pre-alignment QC
fastqc:
fastqc_raw:
order: 4004
cutadapt:
order: 4003
fastp:
order: 4003
fastqc-1:
fastqc_trimmed:
order: 4002
# Alignment
star:
Expand Down Expand Up @@ -98,13 +98,15 @@ run_modules:

module_order:
- fastqc:
anchor: "fastqc_raw"
name: "FastQC (raw)"
info: "This section of the report shows FastQC results before adapter trimming."
path_filters:
- "*_raw*fastqc.zip"
- cutadapt
- fastp
- fastqc:
anchor: "fastqc_trimmed"
name: "FastQC (trimmed)"
info: "This section of the report shows FastQC results after adapter trimming."
path_filters:
Expand Down

0 comments on commit f6af6d9

Please sign in to comment.