-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathnanopore.yaml
More file actions
95 lines (94 loc) · 2.24 KB
/
Copy pathnanopore.yaml
File metadata and controls
95 lines (94 loc) · 2.24 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
"generic-ont":
label: "Oxford Nanopore data"
category: generic
inheritFrom: bundle-base
flags:
- species
pipeline:
- align
- assemble
- assembleContigs
- exportClones
mixins:
- type: MaterialTypeRNA
- type: AssembleContigsWithMaxLength
align:
inheritFrom: align-long-read
assemble:
inheritFrom: assemble-base
overrides:
clnaOutput: true
cloneAssemblerParameters:
assemblingFeatures:
- CDR3
badQualityThreshold: 0
minimalQuality: 15
cloneClusteringParameters:
clusteringFilter:
type: advanced
correctionPower: 0.001
backgroundSubstitutionRate: 0.01
backgroundIndelRate: 0.01
assembleContigs:
inheritFrom: assembleContigs-base
overrides:
parameters:
alignedRegionsOnly: true
exportClones:
inheritFrom: exportClones-base
qc:
checks:
- type: AlignmentsDroppedLowQuality
middle: 0.5
upper: 0.7
"generic-ont-with-umi":
label: "Oxford Nanopore data with UMIs"
category: generic
inheritFrom: bundle-base
flags:
- species
- tagPattern
pipeline:
- align
- refineTagsAndSort
- assemble
- assembleContigs
- exportClones
mixins:
- type: MaterialTypeRNA
- type: AssembleContigsWithMaxLength
- type: AddTagsValidation
validation:
type: MustContainTagType
tagType: Molecule
align:
inheritFrom: align-long-read
refineTagsAndSort:
inheritFrom: refineTagsAndSort-amplicon-umi-base
assemble:
inheritFrom: assemble-with-consensus-base
overrides:
clnaOutput: true
cloneAssemblerParameters:
assemblingFeatures:
- CDR3
badQualityThreshold: 0
minimalQuality: 15
cloneClusteringParameters:
clusteringFilter:
type: advanced
correctionPower: 0.001
backgroundSubstitutionRate: 0.001
backgroundIndelRate: 0.01
assembleContigs:
inheritFrom: assembleContigs-base
overrides:
parameters:
alignedRegionsOnly: true
exportClones:
inheritFrom: exportClones-umi-base
qc:
checks:
- type: AlignmentsDroppedLowQuality
middle: 0.5
upper: 0.7