-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjob.json
38 lines (38 loc) · 1.05 KB
/
job.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
{
"name":"wallen-sipros-ensemble-test-1536383030",
"appId": "wallen-sipros-ensemble-1.3",
"batchQueue": "normal",
"maxRunTime": "02:00:00",
"memoryPerNode": "1GB",
"nodeCount": 1,
"processorsPerNode": 12,
"archive": true,
"archiveSystem": "data-tacc-work-wallen",
"archivePath": "/wallen/",
"inputs": {
"configuration_file": "agave://data-tacc-work-wallen/sd2e/sample/sipros/VN2DLC_Sipros_TACC.cfg",
"ms2_file": "agave://data-tacc-work-wallen/sd2e/sample/sipros/JH_UAST_6prot5.ms2",
"fasta_file": "agave://data-tacc-work-wallen/sd2e/sample/sipros/VN_UniProt_FRC_0007.fasta"
},
"parameters": {
"single_or_multi": "single",
"silence_output": false
},
"notifications": [
{
"url":"https://requestbin.agaveapi.co/znsz7azn?job_id=${JOB_ID}&status=${JOB_STATUS}",
"event":"*",
"persistent":true
},
{
"url":"[email protected]",
"event":"FINISHED",
"persistent":false
},
{
"url":"[email protected]",
"event":"FAILED",
"persistent":false
}
]
}