Skip to content

Commit 5e540d8

Browse files
committed
Prettier multiqc config
1 parent 40765eb commit 5e540d8

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed

workflows/rnaseq/assets/multiqc/multiqc_config.yml

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -80,41 +80,41 @@ sample_names_replace_exact: true
8080

8181
# Run only these modules
8282
run_modules:
83-
- custom_content
84-
- fastqc
85-
- cutadapt
86-
- fastp
87-
- sortmerna
88-
- star
89-
- hisat2
90-
- rsem
91-
- umitools
92-
- salmon
93-
- kallisto
94-
- samtools
95-
- picard
96-
- preseq
97-
- rseqc
98-
- qualimap
99-
- kraken
83+
- custom_content
84+
- fastqc
85+
- cutadapt
86+
- fastp
87+
- sortmerna
88+
- star
89+
- hisat2
90+
- rsem
91+
- umitools
92+
- salmon
93+
- kallisto
94+
- samtools
95+
- picard
96+
- preseq
97+
- rseqc
98+
- qualimap
99+
- kraken
100100

101101
# Order of modules
102102

103103
module_order:
104-
- fastqc:
105-
anchor: "fastqc_raw"
106-
name: "FastQC (raw)"
107-
info: "This section of the report shows FastQC results before adapter trimming."
108-
path_filters:
109-
- "*_raw*fastqc.zip"
110-
- cutadapt
111-
- fastp
112-
- fastqc:
113-
anchor: "fastqc_trimmed"
114-
name: "FastQC (trimmed)"
115-
info: "This section of the report shows FastQC results after adapter trimming."
116-
path_filters:
117-
- "*_trimmed*fastqc.zip"
104+
- fastqc:
105+
anchor: "fastqc_raw"
106+
name: "FastQC (raw)"
107+
info: "This section of the report shows FastQC results before adapter trimming."
108+
path_filters:
109+
- "*_raw*fastqc.zip"
110+
- cutadapt
111+
- fastp
112+
- fastqc:
113+
anchor: "fastqc_trimmed"
114+
name: "FastQC (trimmed)"
115+
info: "This section of the report shows FastQC results after adapter trimming."
116+
path_filters:
117+
- "*_trimmed*fastqc.zip"
118118

119119
# Don't show % Dups in the General Stats table (we have this from Picard)
120120
table_columns_visible:
@@ -124,10 +124,10 @@ table_columns_visible:
124124
percent_duplicates: false
125125

126126
extra_fn_clean_exts:
127-
- ".umi_dedup"
128-
- "_val"
129-
- ".markdup"
130-
- "_primary"
127+
- ".umi_dedup"
128+
- "_val"
129+
- ".markdup"
130+
- "_primary"
131131

132132
# Customise the module search patterns to speed up execution time
133133
# - Skip module sub-tools that we are not interested in
@@ -160,8 +160,8 @@ sp:
160160
samtools/idxstats:
161161
fn: "*.idxstats*"
162162
kraken:
163-
- fn: "*.kraken2.report.txt"
164-
- fn: "*.kraken2.report_bracken.txt"
163+
- fn: "*.kraken2.report.txt"
164+
- fn: "*.kraken2.report_bracken.txt"
165165
rseqc/bam_stat:
166166
fn: "*.bam_stat.txt"
167167
rseqc/gene_body_coverage:
@@ -259,26 +259,26 @@ custom_data:
259259
description: User-provided strandedness
260260
cond_formatting_rules:
261261
blue:
262-
- s_eq: "auto"
262+
- s_eq: "auto"
263263
black:
264-
- s_eq: "forward"
264+
- s_eq: "forward"
265265
grey:
266-
- s_eq: "reverse"
266+
- s_eq: "reverse"
267267
cond_formatting_colours:
268-
- grey: "#AAB7B8"
269-
- black: "#17202A"
268+
- grey: "#AAB7B8"
269+
- black: "#17202A"
270270
Inferred strandedness:
271271
description: Interred strandedness
272272
cond_formatting_rules:
273273
blue:
274-
- s_eq: "auto"
274+
- s_eq: "auto"
275275
black:
276-
- s_eq: "forward"
276+
- s_eq: "forward"
277277
grey:
278-
- s_eq: "reverse"
278+
- s_eq: "reverse"
279279
cond_formatting_colours:
280-
- grey: "#AAB7B8"
281-
- black: "#17202A"
280+
- grey: "#AAB7B8"
281+
- black: "#17202A"
282282
Sense (%):
283283
max: 100
284284
Antisense (%):

0 commit comments

Comments
 (0)