Skip to content

Commit 75995bf

Browse files
authored
Merge pull request #1357 from nf-core/fix_anchor_issue
Work around anchor issue in multiqc
2 parents cb53ef3 + 9a00dbe commit 75995bf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
111111
- [PR #1353](https://github.com/nf-core/rnaseq/pull/1353) - Correct conditional for salmon indexing in preprocessing workflow
112112
- [PR #1352](https://github.com/nf-core/rnaseq/pull/1352) - Assorted fixes to MultiQC usage
113113
- [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
114+
- [PR #1357](https://github.com/nf-core/rnaseq/pull/1357) - Fix anchor issue in multiqc
114115

115116
### Parameters
116117

workflows/rnaseq/assets/multiqc/multiqc_config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ report_section_order:
1111
fail_strand_check-module:
1212
order: 5001
1313
# Preprocessing and pre-alignment QC
14-
fastqc_raw:
14+
fastqc:
1515
order: 4004
1616
cutadapt:
1717
order: 4003
1818
fastp:
1919
order: 4003
20-
fastqc_trimmed:
20+
fastqc-1:
2121
order: 4002
2222
# Alignment
2323
star:
@@ -99,15 +99,13 @@ run_modules:
9999
module_order:
100100
- fastqc:
101101
name: "FastQC (raw)"
102-
anchor: "fastqc_raw"
103102
info: "This section of the report shows FastQC results before adapter trimming."
104103
path_filters:
105104
- "*_raw*fastqc.zip"
106105
- cutadapt
107106
- fastp
108107
- fastqc:
109108
name: "FastQC (trimmed)"
110-
anchor: "fastqc_trimmed"
111109
info: "This section of the report shows FastQC results after adapter trimming."
112110
path_filters:
113111
- "*_trimmed*fastqc.zip"

0 commit comments

Comments
 (0)