-
Notifications
You must be signed in to change notification settings - Fork 0
/
3dGetrow.json
68 lines (68 loc) · 2.24 KB
/
3dGetrow.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"command-line": "3dGetrow [XROW] [YROW] [ZROW] [INPUT] [OUTPUT] [DATASET]",
"description": "tool description",
"inputs": [
{
"command-line-flag": "-xrow",
"description": "extract row along the x-direction at fixed y-index of j and fixed z-index of k.",
"id": "XROW",
"name": "XROW",
"optional": true,
"type": "String",
"value-key": "[XROW]"
},
{
"command-line-flag": "-yrow",
"description": "similar for a row along the y-direction",
"id": "YROW",
"name": "YROW",
"optional": true,
"type": "String",
"value-key": "[YROW]"
},
{
"command-line-flag": "-zrow",
"description": "similar for a row along the z-direction",
"id": "ZROW",
"name": "ZROW",
"optional": true,
"type": "String",
"value-key": "[ZROW]"
},
{
"command-line-flag": "-input",
"description": "read input from dataset 'ddd' (instead of putting dataset name at end of command line)",
"id": "INPUT",
"name": "INPUT",
"optional": false,
"type": "String",
"value-key": "[INPUT]"
},
{
"command-line-flag": "-output",
"description": "filename for output .1D ASCII file will be 'ff' (if 'ff' is '-', then output is to stdout, the default) N.B.: if the input dataset has more than one sub-brick, each sub-brick will appear as a separate column in the output file. ++ Compile date = Sep 7 2018 {:}",
"id": "OUTPUT",
"name": "OUTPUT",
"optional": true,
"type": "String",
"value-key": "[OUTPUT]"
},
{
"description": "NA",
"id": "dataset",
"name": "dataset",
"optional": false,
"type": "String",
"value-key": "[DATASET]"
}
],
"name": "tool name",
"schema-version": "0.5",
"suggested-resources": {
"cpu-cores": 1,
"ram": 1,
"walltime-estimate": 60
},
"tags": {},
"tool-version": "v0.1.0"
}