forked from Galithil/MultiQC_Clarity
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmultiqc_config_example.yaml
42 lines (35 loc) · 1.19 KB
/
multiqc_config_example.yaml
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
clarity:
# Uncomment this edit the sample names using a regex.
# It is assumed that the first match group contains the
# sample name
#name_edit_regex: '^(.*)_L\d{3}_R\d_001$'
report_header_info:
Project:
'Sequencing platform':
'Order received':
general_stats:
Sample:
'Customer Name':
scale: False
'Customer Conc':
description: 'Customer Concentration (µg/µl)'
clarity_module:
Sample:
'Customer Name':
'Customer Conc':
'Aggregate QC (Library Validation) 4.0':
inputs:
'Concentration':
'Size (bp)':
'Volume (ul)':
'Bcl Conversion & Demultiplexing (Illumina SBS) 4.0':
outputs:
'# Reads':
'namespace': 'Demultiplexing'
'title': 'M Reads'
'description': 'Million Reads Sequenced'
'format': '{:.2f}'
'multiply_by': 0.000001
'% Bases >=Q30':
'namespace': 'Demultiplexing'
'scale': 'RdYlGn'