forked from nf-core/sarek
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmultiqc_config.yml
More file actions
62 lines (56 loc) · 1.37 KB
/
multiqc_config.yml
File metadata and controls
62 lines (56 loc) · 1.37 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
custom_logo: "nf-core-sarek_logo_light.png"
custom_logo_url: https://github.com/nf-core/sarek/
custom_logo_title: "nf-core/sarek"
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/sarek" target="_blank">nf-core/sarek</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/sarek" target="_blank">documentation</a>.
report_section_order:
software_versions:
order: -1000
nf-core-sarek-summary:
order: -1001
export_plots: true
# Run only these modules
run_modules:
- custom_content
- fastqc
- fastp
- picard
- samtools
- mosdepth
- gatk
- bcftools
- vcftools
- snpeff
- vep
module_order:
- fastqc:
name: "FastQC (raw)"
path_filters_exclude:
- "*_val_*.zip"
- fastp:
name: "FastP (Read preprocessing)"
- picard:
name: "GATK4 MarkDuplicates"
info: " metrics generated either by GATK4 MarkDuplicates or EstimateLibraryComplexity (with --use_gatk_spark)."
- samtools:
name: "Samtools Flagstat"
- mosdepth:
name: "Mosdepth"
- gatk:
name: "GATK4 BQSR"
- bcftools:
name: "Bcftools"
- vcftools:
name: "Vcftools"
- snpeff:
name: "SNPeff"
- vep:
name: "VEP"
extra_fn_clean_exts:
- "_val"
sp:
snpeff:
contents: "SnpEff_version"
max_filesize: 5000000