-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathmultiqc_config.yaml
More file actions
111 lines (111 loc) · 3.03 KB
/
multiqc_config.yaml
File metadata and controls
111 lines (111 loc) · 3.03 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
102
103
104
105
106
107
108
109
110
111
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/eager" target="_blank">nf-core/eager</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://github.com/nf-core/eager" target="_blank">documentation</a>.
top_modules:
- 'fastqc':
name: 'FastQC (pre-AdapterRemoval)'
path_filters:
- '*_raw_fastqc.zip'
- 'fastp'
- 'adapterRemoval'
- 'fastqc':
name: 'FastQC (post-AdapterRemoval)'
path_filters:
- '*.truncated_fastqc.zip'
- '*.combined*_fastqc.zip'
- 'samtools':
name: 'Samtools Flagstat (pre-samtools filter)'
path_filters:
- '*.sorted.stats'
- 'samtools':
name: 'Samtools Flagstat (post-samtools filter)'
path_filters:
- '*.sorted.bam.filtered.stats'
- 'dedup'
- 'preseq'
- 'qualimap'
- 'damageprofiler'
- 'gatk'
qualimap_config:
general_stats_coverage:
- 1
- 2
- 3
- 4
- 5
table_columns_visible:
FastQC (pre-AdapterRemoval):
percent_duplicates: False
percent_gc: True
avg_sequence_length: True
fastp:
pct_duplication: False
after_filtering_gc_content: True
pct_surviving: False
Adapter Removal:
aligned_total: False
percent_aligned: True
FastQC (post-AdapterRemoval):
percent_duplicates: False
total_sequences: True
percent_gc: True
Samtools Flagstat (pre-samtools filter):
mapped_passed: True
Samtools Flagstat (post-samtools filter):
mapped_passed: True
QualiMap:
1_x_pc: True
5_x_pc: True
percentage_aligned: False
DamageProfiler:
3 Prime1: True
3 Prime2: True
5 Prime1: True
5 Prime2: True
mean_readlength: True
median_readlength: True
table_columns_placement:
FastQC (pre-AdapterRemoval):
total_sequences: 100
avg_sequence_length: 110
percent_gc: 120
fastp:
after_filtering_gc_content: 200
Adapter Removal:
percent_aligned: 300
FastQC (post-AdapterRemoval):
total_sequences: 400
avg_sequence_length: 410
percent_gc: 420
Samtools Flagstat (pre-samtools filter):
mapped_passed: 500
Samtools Flagstat (post-samtools filter):
mapped_passed: 510
DeDup:
clusterfactor: 600
duplication_rate: 610
QualiMap:
median_coverage: 700
1_x_pc: 710
2_x_pc: 720
3_x_pc: 730
4_x_pc: 740
5_x_pc: 750
avg_gc: 760
mtnucratio:
mtreads: 800
mt_cov_avg: 810
mt_nuc_ratio: 820
DamageProfiler:
3 Prime1: 900
3 Prime2: 910
5 Prime1: 920
5 Prime2: 930
mean_readlength: 940
median_readlength: 950
read_count_multiplier: 1
read_count_prefix: ''
read_count_desc: ''
decimalPoint_format: '.'
thousandsSep_format: ','