Skip to content

Commit f753c27

Browse files
authored
Default general stats column display and ordering
in approximate order of EAGER1, and a couple of extra columns.
1 parent 5a591aa commit f753c27

1 file changed

Lines changed: 71 additions & 1 deletion

File tree

conf/multiqc_config.yaml

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,77 @@ top_modules:
2121
- 'qualimap'
2222
- 'damageprofiler'
2323
- 'gatk'
24-
24+
qualimap_config:
25+
general_stats_coverage:
26+
- 1
27+
- 2
28+
- 3
29+
- 4
30+
- 5
31+
table_columns_visible:
32+
FastQC (pre-AdapterRemoval):
33+
percent_duplicates: False
34+
percent_gc: True
35+
avg_sequence_length: True
36+
fastp:
37+
pct_duplication: False
38+
after_filtering_gc_content: True
39+
pct_surviving: False
40+
Adapter Removal:
41+
aligned_total: False
42+
percent_aligned: True
43+
FastQC (post-AdapterRemoval):
44+
percent_duplicates: False
45+
total_sequences: True
46+
percent_gc: True
47+
QualiMap:
48+
1_x_pc: True
49+
5_x_pc: True
50+
percentage_aligned: False
51+
DamageProfiler::
52+
3 Prime1: True
53+
3 Prime2: True
54+
5 Prime1: True
55+
5 Prime2: True
56+
mean_readlength: True
57+
median_readlength: True
58+
table_columns_placement:
59+
FastQC (pre-AdapterRemoval):
60+
total_sequences: 100
61+
avg_sequence_length: 110
62+
percent_gc: 120
63+
fastp:
64+
after_filtering_gc_content: 200
65+
Adapter Removal:
66+
percent_aligned: 300
67+
FastQC (post-AdapterRemoval):
68+
total_sequences: 400
69+
avg_sequence_length: 410
70+
percent_gc: 420
71+
Samtools Flagstat:
72+
mapped_passed: 500
73+
DeDup:
74+
clusterfactor: 600
75+
duplication_rate: 610
76+
QualiMap:
77+
median_coverage: 700
78+
1_x_pc: 710
79+
2_x_pc: 720
80+
3_x_pc: 730
81+
4_x_pc: 740
82+
5_x_pc: 750
83+
avg_gc: 760
84+
mtnucratio:
85+
mtreads: 800
86+
mt_cov_avg: 810
87+
mt_nuc_ratio: 820
88+
DamageProfiler::
89+
3 Prime1: 900
90+
3 Prime2: 910
91+
5 Prime1: 920
92+
5 Prime2: 930
93+
mean_readlength: 940
94+
median_readlength: 950
2595
read_count_multiplier: 1
2696
read_count_prefix: ''
2797
read_count_desc: ''

0 commit comments

Comments
 (0)