-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathmultiqc_config.yml
More file actions
101 lines (95 loc) · 2.43 KB
/
multiqc_config.yml
File metadata and controls
101 lines (95 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
custom_logo: "nf-core-raredisease_logo_light.png"
custom_logo_url: https://github.com/nf-core/raredisease/
custom_logo_title: "nf-core/raredisease"
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/raredisease/tree/dev"
target="_blank">nf-core/raredisease</a> analysis pipeline. For information about
how to interpret these results, please see the <a href="https://nf-co.re/raredisease/dev/docs/output"
target="_blank">documentation</a>.
report_section_order:
"nf-core-raredisease-methods-description":
order: -1000
software_versions:
order: -1001
"nf-core-raredisease-summary":
order: -1002
gatk_contamination:
order: 1050
export_plots: true
run_modules:
- fastqc
- fastp
- haplocheck
- qualimap
- picard
- mosdepth
- ngsbits
- peddy
- verifybamid
- custom_content
module_order:
- fastqc:
name: "FastQC"
path_filters:
- "*.zip"
- picard:
name: "Picard"
- qualimap:
name: "Qualimap"
- fastp:
name: "fastp"
- mosdepth:
name: "Mosdepth"
- haplocheck:
name: "haplocheck"
- ngsbits:
name: "ngsbits"
- peddy:
name: "Peddy"
- verifybamid:
name: "VerifyBamID2"
# Custom content configuration for GATK contamination
custom_data:
gatk_contamination:
id: "gatk_contamination"
section_name: "GATK Contamination"
description: "Sample contamination estimates from GATK CalculateContamination based on common variant allele frequencies"
plot_type: "generalstats"
pconfig:
contamination_pct:
title: "Contamination"
description: "Estimated sample contamination percentage"
max: 10
min: 0
scale: "RdYlGn-rev"
suffix: "%"
format: "{:,.2f}"
shared_key: "contamination"
# Make contamination visible in general stats by default
table_columns_visible:
gatk_contamination:
contamination_pct: true
# Color coding thresholds for contamination
table_cond_formatting_rules:
contamination_pct:
pass:
- s_eq: "pass"
- lt: 2.0
warn:
- s_eq: "warn"
- lt: 5.0
- gte: 2.0
fail:
- s_eq: "fail"
- gte: 5.0
# Add to General Statistics table configuration
table_columns_placement:
gatk_contamination:
contamination_pct: 900
extra_fn_clean_exts:
- "_sorted_md"
- "_contamination"
- "_pileups"
- type: regex
pattern: "_LNUMBER[0-9]{1,}"
disable_version_detection: true