Skip to content

Commit

Permalink
Revert multiqc workaround due to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Aug 21, 2024
1 parent 4a01a63 commit 4464227
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
"installed_by": ["modules", "quantify_pseudo_alignment"]
},
"multiqc": {
"branch": "master",
"git_sha": "878d2adbb911aa6e15c06a4d1e93d01bd6f26c74",
"branch": "bump-multiqc",
"git_sha": "717aa5a675ab1726a6374724847c4e6e1a52386e",
"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 4464227

Please sign in to comment.