-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtopologicalcopy.json
More file actions
59 lines (59 loc) · 1.89 KB
/
Copy pathtopologicalcopy.json
File metadata and controls
59 lines (59 loc) · 1.89 KB
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
57
58
59
{
"type": "ts",
"name": "pl-topologicalcopy",
"dock_image": "docker.io/backplane/true:20260506@sha256:377a8f425b7a0ec424738ae0ddf2f83775ab95d872f7cf00bc63d4fa0d2aecdc",
"parameters": [
{
"name": "plugininstances",
"type": "str",
"optional": true,
"flag": "--plugininstances",
"short_flag": "--plugininstances",
"action": "store",
"help": "string representing a comma-separated list of plugin instance ids",
"default": "",
"ui_exposed": true
},
{
"name": "filter",
"type": "str",
"optional": true,
"flag": "--filter",
"short_flag": "-f",
"action": "store",
"help": "string representing a comma-separated list of regular expressions to filter each of the input plugin instances' output dirs",
"default": "",
"ui_exposed": true
},
{
"name": "groupByInstance",
"type": "bool",
"optional": true,
"flag": "--groupByInstance",
"short_flag": "-g",
"action": "store_true",
"help": "if set then an output directory is created for each input plugin instance within this plugin app's output path",
"default": false,
"ui_exposed": true
}
],
"icon": "",
"authors": "actualben <actualben@users.noreply.github.com>, FNNDSC <dev@babyMRI.org>",
"title": "A ChRIS ts app to copy filtered output dirs from a list of plugin instances",
"category": "utility",
"description": "A plugin ts app to copy filtered output dirs from a list of plugin instances",
"documentation": "https://chrisproject.org/docs/plugins#no-op",
"license": "MIT",
"version": "2.0.0",
"selfpath": "no-",
"selfexec": "op",
"execshell": "/true",
"max_number_of_workers": 1,
"min_number_of_workers": 1,
"max_memory_limit": "1024Mi",
"min_memory_limit": "128Mi",
"max_cpu_limit": "1000m",
"min_cpu_limit": "250m",
"max_gpu_limit": 0,
"min_gpu_limit": 0
}