-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdxapp.json
executable file
·47 lines (47 loc) · 1.26 KB
/
dxapp.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
{
"openSource": true,
"access": {
"project": "CONTRIBUTE"
},
"developers": ["user-clmcleod", "user-athrashe"],
"authorizedUsers": [
"user-clmcleod",
"user-snewman",
"user-appdpdnanexus_stjude.org",
"user-appdddnanexus_stjude.org",
"org-stjude_cloud_app_runners",
"org-stjude_cloud"
],
"regionalOptions": {
"aws:us-east-1": {
"systemRequirements": {"*": {"instanceType": "mem2_ssd1_x2"}}
},
"azure:westus": {
"systemRequirements": {"*": {"instanceType": "azure:mem2_ssd1_x2"}}
}
},
"billTo": "org-stjude_cloud",
"runSpec": {
"distribution": "Ubuntu",
"interpreter": "bash",
"release": "20.04",
"version": "0",
"file": "src/code.sh"
},
"name": "stjude_tag_outputs",
"title": "Tag Outputs (St. Jude)",
"summary": "Tag the specified files as results able to be downloaded by SJCloud.",
"details": {
"contactEmail": "[email protected]"
},
"dxapi": "1.0.0",
"version": "1.0.1",
"inputSpec": [
{
"class": "array:file",
"label": "Array of files to tag",
"name": "files_to_tag"
}
],
"outputSpec": []
}