Skip to content

Commit be5825c

Browse files
committed
Attempt a rational fixed ordering of sections
1 parent 56a8d77 commit be5825c

File tree

1 file changed

+50
-33
lines changed

1 file changed

+50
-33
lines changed

workflows/rnaseq/assets/multiqc/multiqc_config.yml

Lines changed: 50 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,69 @@
11
report_comment: >
22
This report has been generated by the <a href="https://github.com/nf-core/rnaseq/tree/dev" target="_blank">nf-core/rnaseq</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/rnaseq/dev/docs/output" target="_blank">documentation</a>.
33
report_section_order:
4+
# Important checks and failures
45
sample-status:
5-
order: 1104
6+
order: 5004
67
fail_trimmed_samples-module:
7-
order: 1103
8+
order: 5003
89
fail_mapped_samples-module:
9-
order: 1102
10+
order: 5002
1011
fail_strand_check-module:
11-
order: 1101
12+
order: 5001
13+
# Preprocessing and pre-alignment QC
14+
fastqc_raw:
15+
order: 4004
16+
cutadapt:
17+
order: 4003
18+
fastp:
19+
order: 4003
20+
fastqc_trimmed:
21+
order: 4002
22+
# Alignment
23+
star:
24+
order: 3000
25+
hisat2:
26+
order: 3000
27+
# Post-alignment QC
28+
samtools:
29+
order: 3000
30+
dupradar-module:
31+
order: 3000
1232
featurecounts_biotype:
13-
order: 1100
33+
order: 3000
34+
picard:
35+
order: 3000
36+
preseq:
37+
order: 3000
38+
qualimap:
39+
order: 3000
40+
rseqc:
41+
order: 3000
42+
umitools:
43+
order: 3000
44+
# Quantification
45+
rsem:
46+
order: 2000
47+
salmon:
48+
order: 2000
49+
kallisto:
50+
order: 2000
51+
# Post-quantification QC
1452
sample-relationships:
15-
order: 1099
16-
dupradar-module:
17-
order: 1089
53+
order: 1006
1854
star_salmon_deseq2_pca:
19-
order: 1098
55+
order: 1005
2056
star_salmon_deseq2_clustering:
21-
order: 1087
57+
order: 1004
2258
salmon_deseq2_pca:
23-
order: 1086
59+
order: 1003
2460
salmon_deseq2_clustering:
25-
order: 1085
26-
star_rsem_deseq2_pca:
27-
order: 1084
28-
star_rsem_deseq2_clustering:
29-
order: 1083
30-
picard:
31-
order: 1082
32-
qualimap:
33-
order: 1081
34-
rseqc:
35-
order: 1070
36-
salmon:
37-
order: 1079
38-
samtools:
39-
order: 1078
40-
star:
41-
order: 1077
42-
fastqc_raw:
4361
order: 1002
44-
cutadapt:
45-
order: 1001
46-
fastp:
62+
star_rsem_deseq2_pca:
4763
order: 1001
48-
fastqc_trimmed:
64+
star_rsem_deseq2_clustering:
4965
order: 1000
66+
# Summaries
5067
"nf-core-rnaseq-methods-description-module":
5168
order: -1000
5269
"software_versions-module":

0 commit comments

Comments
 (0)