forked from arteria-project/arteria-packs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.schema.yaml
269 lines (198 loc) · 4.92 KB
/
config.schema.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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
---
hermes_base_url:
description: "Please fill in"
type: "string"
required: false
hermes_user:
description: "Please fill in"
type: "string"
required: false
hermes_token:
description: "Please fill in"
type: "string"
required: false
summary_host:
description: "Please fill in"
type: "string"
required: false
summary_user:
description: "Please fill in"
type: "string"
required: false
summary_host_key:
description: "Please fill in"
type: "string"
required: false
summary_destination:
description: "Please fill in"
type: "string"
required: false
summary_ngi_pipeline_reports_destination:
description: "Please fill in"
type: "string"
required: false
biotank_hosts:
description: "Please fill in"
type: "string"
required: false
biotank_user:
description: "Please fill in"
type: "string"
required: false
biotank_user_key:
description: "Please fill in"
type: "string"
required: false
check_cert_slack_channel:
description: "Please fill in"
type: "string"
required: false
remote_host:
description: "Please fill in"
type: "string"
required: false
remote_user:
description: "Please fill in"
type: "string"
required: false
remote_host_key:
description: "Please fill in"
type: "string"
required: false
remote_destination:
description: "Please fill in"
type: "string"
required: false
remote_sisyphus_location:
description: "Please fill in"
type: "string"
required: false
ngi_pipeline_url:
description: "Please fill in"
type: "string"
required: false
irma_api_key:
description: "Please fill in"
type: "string"
required: false
irma_remote_path:
description: "Please fill in"
type: "string"
required: false
irma_reports_remote_path:
description: "Please fill in"
type: "string"
required: false
irma_checksum_base_url:
description: "Please fill in"
type: "string"
required: false
irma_siswrap_base_url:
description: "Please fill in"
type: "string"
required: false
delivery_service_url:
description: "Please fill in"
type: "string"
required: false
irma_replace_expressions:
description: "Please fill in"
type: "array"
items:
type: "string"
required: false
send_mail_to:
description: "Please fill in"
type: "string"
required: false
runfolder_service_port:
description: "Please fill in"
type: "integer"
required: false
bcl2fastq_service_port:
description: "Please fill in"
type: "integer"
required: false
siswrap_service_port:
description: "Please fill in"
type: "integer"
required: false
runfolder_svc_urls:
description: "The service URL polled in the runfolder sensor"
type: "array"
items:
type: "string"
required: false
incoming_svc_urls:
description: "Please fill in"
type: "array"
items:
type: "object"
additionalProperties: false
required: true
properties:
url:
description: "Please fill in"
type: "string"
required: true
dest_folder:
description: "Please fill in"
type: "string"
required: true
remote_user:
description: "Please fill in"
type: "string"
required: true
user_key:
description: "Please fill in"
type: "string"
required: true
required: false
charon_api_token:
description: "Please fill in"
type: "string"
required: false
charon_base_url:
description: "Please fill in"
type: "string"
required: false
slack_webhook_url:
description: "Please fill in"
type: "string"
required: false
charon_status_report_slack_channel:
description: "Please fill in"
type: "string"
required: false
delivery_workflow_status_slack_channel:
description: "Please fill in"
type: "string"
required: false
archive_excludes:
description: "String of file paths to exclude from the compressed archive (egrep syntax)"
type: "string"
required: false
archive_exclude_links:
description: "Which file entries we should not link to when creating the archive copy of the runfolder"
type: "string"
required: false
archive_fastq_threshold:
description: "Minimum number of fastq files to expect when creating archive. If we find less files than this then the action will fail"
type: "string"
required: false
archive_python_path:
description: "Please fill in"
type: "string"
required: false
supr_api_user:
description: "Please fill in"
type: "string"
required: false
supr_api_key:
description: "Please fill in"
type: "string"
required: false
supr_api_url:
description: "Please fill in"
type: "string"
required: false