-
Notifications
You must be signed in to change notification settings - Fork 2
/
tool-info.json
39 lines (39 loc) · 1.17 KB
/
tool-info.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
{"tools": [{
"id" : "513c2b72-46d1-42de-9505-720ddd7ab977",
"description" : "A web app to view information about files stored on iRODS, S3, or a local machine.",
"interactive" : true,
"name" : "datahog",
"type" : "interactive",
"restricted" : false,
"container" : {
"min_cpu_cores" : 0.1,
"max_cpu_cores" : 2.0,
"memory_limit" : 4000000000,
"interactive_apps" : {
"image" : "discoenv/cas-proxy",
"name" : "cas-proxy",
"cas_url" : "https://auth.iplantcollaborative.org/cas4/",
"cas_validate" : "validate"
},
"container_ports" : [{
"container_port" : 8000
}],
"network_mode" : "bridge",
"skip_tmp_mount" : true,
"working_directory" : "/dashboard",
"image" : {
"name" : "csklimowski/datahog",
"tag" : "2.0.0"
},
"uid" : 0
},
"version" : "2.0.0",
"implementation" : {
"implementor" : "Chris Klimowski",
"implementor_email" : "[email protected]",
"test" : {
"input_files" : [],
"output_files" : []
}
}
}]}