-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmultiqc_config.yml
More file actions
69 lines (65 loc) · 2.32 KB
/
Copy pathmultiqc_config.yml
File metadata and controls
69 lines (65 loc) · 2.32 KB
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
68
69
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/pairgenomealign/tree/dev"
target="_blank">nf-core/pairgenomealign</a> analysis pipeline. For information about
how to interpret these results, please see the <a href="https://nf-co.re/pairgenomealign/dev/docs/output"
target="_blank">documentation</a>.
report_section_order:
"nf-core-pairgenomealign-methods-description":
order: -1000
software_versions:
order: -1001
"nf-core-pairgenomealign-summary":
order: -1002
export_plots: true
disable_version_detection: true
custom_data:
train:
file_format: "tsv"
section_name: "Training parameter statistics"
plot_type: "table"
headers:
id:
title: "ID"
description: "target___query"
substitution_percent_identity:
title: "Substitution Percent Identity"
"last -t":
title: "Temperature"
description: "Parameter for converting between scores and probability ratios.
This affects the column ambiguity estimates. A score is converted to a probability
ratio by this formula: exp(score / TEMPERATURE). The default value is 1/lambda,
where lambda is the scale factor of the scoring matrix, which is calculated
by the method of Yu and Altschul (YK Yu et al. 2003, PNAS 100(26):15688-93)."
"last -a":
title: "Gap existence"
description: "Gap existence cost (lastal -a)"
"last -b":
title: "Gap extension"
description: "Gap extension cost (lastal -b)"
"last -A":
title: "Insertion existence"
description: "Insertion existence cost (lastal -A)"
"last -B":
title: "Insertion extension"
description: "Insertion extension cost (lastal -B)"
last_o2o:
file_format: "tsv"
section_name: "Alignment statistics"
plot_type: "table"
headers:
id:
title: "ID"
description: "target__query"
TotalAlignmentLength:
title: "Total alignment length"
PercentIdentity:
title: "Percent identity"
description: "Matches / alignment length, including gaps"
PercentIdentityNoGaps:
title: "Ungapped percent identity"
description: "Matches / (Matches + Mismatches), thus excluding gaps"
sp:
last_o2o:
fn: "*o2o_aln.tsv"
train:
fn: "*train.tsv"