Skip to content

Commit

Permalink
Blacklist some sections in the MultiQC report
Browse files Browse the repository at this point in the history
To reduce the clutter in the report, we disable some sections that do
not contain a lot of relevant information.
  • Loading branch information
Redmar-van-den-Berg committed Dec 18, 2024
1 parent 515d241 commit ba2eb7b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cfg/multiqc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ report_section_order:
picard:
order: 700

remove_sections:
- sequali_sequence_duplication_levels
- sequali_top_overrepresented_sequences_read1
- sequali_top_overrepresented_sequences_read2
- sequali_adapter_content_from_overlap
- sift_summary
- polyphen_summary
- position_in_protein

sample_names_replace_regex: True
sample_names_replace:
"(.+) \\| qc-seq \\| (.+).cutadapt.json": "\\1"
Expand Down
9 changes: 9 additions & 0 deletions test/test_hamlet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,15 @@
- "Picard"
# Custom MultiQC output from the expression module
- "mqc_expression_unstranded"
# Blacklisted MultiQC sections
must_not_contain:
- "sequali_sequence_duplication_levels"
- "sequali_top_overrepresented_sequences_table_read1"
- "sequali_top_overrepresented_sequences_table_read2"
- "sift_summary"
- "polyphen_summary"
- "position_in_protein"
- "sequali_adapter_content_from_overlap"
# Test that we remove the temporary folder from snv-indels
- path: "snv-indel-tmp"
should_exist: False
Expand Down

0 comments on commit ba2eb7b

Please sign in to comment.