-
Notifications
You must be signed in to change notification settings - Fork 2
/
hello-world.json
51 lines (51 loc) · 1.45 KB
/
hello-world.json
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
{
"processDescription": {
"process": {
"id": "hello-world",
"title": "Hello World",
"owsContext": {
"offering": {
"content": {
"href": "https://raw.githubusercontent.com/marjo-luc/hello-world/main/hello-world.cwl"
}
}
},
"abstract": "Application Package Demo",
"keywords": ["Demo"],
"inputs": [
{
"id": "parameters",
"title": "Parameter File",
"input": {
"literalDataDomains": [{
"dataType": {
"name": "File"
}
}]
}
}
],
"outputs": [{
"id": "output",
"title": "stdout",
"output": {
"formats": [{
"mimeType": "text/*",
"default": true
}]
}
}]
},
"processVersion": "1.0.0",
"jobControlOptions": [
"async-execute"
],
"outputTransmission": [
"reference"
]
},
"immediateDeployment": true,
"executionUnit": [{
"href": "docker://marjoluc/hello-world:stable"
}]
}