forked from broadinstitute/dig-aggregator-methods
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
29 lines (29 loc) · 730 Bytes
/
config.json
File metadata and controls
29 lines (29 loc) · 730 Bytes
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
{
"aws": {
"project": "portal",
"input": {
"bucket": "dig-analysis-data-pankbase"
},
"output": {
"bucket": "dig-analysis-data-pankbase"
},
"bioindex": {
"bucket": "dig-bio-index-pankbase"
},
"emr": {
"subnetIds": [
"subnet-01ce7cecd10647b31",
"subnet-0d3468a96f74f1572"
],
"sshKeyName": "GenomeStore REST",
"jobFlowRoleId": "dig-aggregator-role",
"securityGroupIds": []
},
"runs": {
"instance": "dig-analysis-state"
},
"portal": {
"instance": "dig-bio-portal"
}
}
}