-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathqueue.json
executable file
·56 lines (56 loc) · 1.17 KB
/
queue.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
52
53
54
55
56
[
{
"model": "projects.queue",
"fields": {
"filename": "180228_StS_flowrate_Bd16_ctrl_rep1",
"sample": null,
"project": "example",
"date_added": "2022-09-14T23:35:14.312Z",
"date_finished_profile": null,
"date_finished_proteome": null,
"status": "FILE_ADDED",
"error": 0,
"skip": false,
"job": 0,
"total_runtime": 0
}
},
{
"model": "projects.queue",
"fields": {
"filename": "17CPTAC_COprospective_W_PNNL_20170123_B5S1_f01",
"sample": [
"example2",
"17"
],
"project": "example2",
"date_added": "2022-09-25T17:35:15.631Z",
"date_finished_profile": null,
"date_finished_proteome": null,
"status": "FILE_ADDED",
"error": 0,
"skip": false,
"job": 0,
"total_runtime": 0
}
},
{
"model": "projects.queue",
"fields": {
"filename": "17CPTAC_COprospective_W_PNNL_20170123_B5S1_f02",
"sample": [
"example2",
"17"
],
"project": "example2",
"date_added": "2022-09-25T17:35:15.626Z",
"date_finished_profile": null,
"date_finished_proteome": null,
"status": "FILE_ADDED",
"error": 0,
"skip": false,
"job": 0,
"total_runtime": 0
}
}
]