-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathwrroc_from_tes_full.json
More file actions
80 lines (79 loc) · 1.82 KB
/
wrroc_from_tes_full.json
File metadata and controls
80 lines (79 loc) · 1.82 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
{
"id": "job-0012345",
"state": "COMPLETE",
"name": "test-task",
"description": "A test task with full parameters",
"inputs": [
{
"url": "https://raw.githubusercontent.com/elixir-cloud-aai/CrateGen/main/README.md",
"path": "/data/file1"
}
],
"outputs": [
{
"path": "/data/outfile",
"url": "https://github.com/elixir-cloud-aai/CrateGen/blob/main/LICENSE",
"type": "FILE"
}
],
"resources": {
"cpu_cores": 4,
"preemptible": false,
"ram_gb": 8,
"disk_gb": 40,
"zones": "us-west-1"
},
"executors": [
{
"image": "ubuntu:20.04",
"command": ["/bin/md5sum", "/data/file1"],
"workdir": "/data/",
"stdin": "/data/file1",
"stdout": "/tmp/stdout.log",
"stderr": "/tmp/stderr.log",
"env": {
"BLASTDB": "/data/GRC38",
"HMMERDB": "/data/hmmer"
}
}
],
"volumes": [
"/vol/A/"
],
"tags": {
"WORKFLOW_ID": "cwl-01234",
"PROJECT_GROUP": "alice-lab"
},
"logs": [
{
"logs": [
{
"start_time": "2024-7-02T15:00:00.000Z",
"end_time": "2024-7-02T16:00:00.000Z",
"stdout": "string",
"stderr": "string",
"exit_code": 0
}
],
"metadata": {
"host": "worker-001",
"slurmm_id": 123456
},
"start_time": "2024-7-02T15:00:00.000Z",
"end_time": "2024-7-02T16:00:00.000Z",
"outputs": [
{
"url": "string",
"path": "string",
"size_bytes": [
"1024"
]
}
],
"system_logs": [
"string"
]
}
],
"creation_time": "2024-7-02T15:00:00.000Z"
}