forked from bigbio/quantms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultiqc_config.yml
67 lines (65 loc) · 1.82 KB
/
multiqc_config.yml
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
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/quantms/1.2.0dev" target="_blank">nf-core/quantms</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/quantms/1.2.0dev/output" target="_blank">documentation</a>.
report_section_order:
pmultiqc:
order: 1
"nf-core-quantms-methods-description":
order: -1000
software_versions:
order: -1001
"nf-core-quantms-summary":
order: -1002
thousandsSep_format: ""
export_plots: true
custom_logo: "./nf-core-quantms_logo_light.png"
custom_logo_url: "https://github.com/bigbio/quantms"
custom_logo_title: "quantms"
custom_data:
total_ion_chromatograms:
file_format: "tsv"
section_name: "MS1 TIC"
description: "MS1 total ion chromatograms extracted from the .d files"
plot_type: "linegraph"
pconfig:
id: "ms1_tic"
title: "MS1 TIC"
ylab: "Ion Count"
ymin: 0
base_peak_chromatograms:
file_format: "tsv"
section_name: "MS1 BPC"
description: "MS1 base peak chromatograms extracted from the .d files"
plot_type: "linegraph"
pconfig:
id: "ms1_bpc"
title: "MS1 BPC"
ylab: "Ion Count"
ymin: 0
number_of_peaks:
file_format: "tsv"
section_name: "MS1 Peaks"
description: "MS1 Peaks from the .d files"
plot_type: "linegraph"
pconfig:
id: "ms1_peaks"
title: "MS1 Peaks"
ylab: "Peak Count"
ymin: 0
general_stats:
file_format: "tsv"
section_name: "General Stats"
description: "General stats from the .d files"
plot_type: "table"
sp:
total_ion_chromatograms:
fn: "tic_*"
base_peak_chromatograms:
fn: "bpc_*"
number_of_peaks:
fn: "ms1_peaks_*"
general_stats:
fn: "general_stats.tsv"
quantms/exp_design:
fn: "*_design.tsv"