-
Notifications
You must be signed in to change notification settings - Fork 0
/
1dsum.json
75 lines (75 loc) · 2.19 KB
/
1dsum.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
69
70
71
72
73
74
75
{
"command-line": "1dsum [IGNORE] [USE] [MEAN] [NOCOMMENT] [A.1D] [B.1D] [...]",
"description": "tool description",
"inputs": [
{
"command-line-flag": "-ignore",
"description": "skip the first nn rows of each file",
"id": "IGNORE",
"name": "IGNORE",
"optional": true,
"type": "String",
"value-key": "[IGNORE]"
},
{
"command-line-flag": "-use",
"description": "use only mm rows from each file",
"id": "USE",
"name": "USE",
"optional": true,
"type": "String",
"value-key": "[USE]"
},
{
"command-line-flag": "-mean",
"description": "compute the average instead of the sum",
"id": "MEAN",
"name": "MEAN",
"optional": true,
"type": "String",
"value-key": "[MEAN]"
},
{
"command-line-flag": "-nocomment",
"description": "the # comments from the header of the first input file will be reproduced to the output; if you do NOT want this to happen, use the '-nocomment' option. ++ Compile date = Sep 7 2018 {:}",
"id": "NOCOMMENT",
"name": "NOCOMMENT",
"optional": true,
"type": "String",
"value-key": "[NOCOMMENT]"
},
{
"description": "NA",
"id": "a.1D",
"name": "a.1D",
"optional": false,
"type": "String",
"value-key": "[A.1D]"
},
{
"description": "NA",
"id": "b.1D",
"name": "b.1D",
"optional": false,
"type": "String",
"value-key": "[B.1D]"
},
{
"description": "NA",
"id": "...",
"name": "...",
"optional": false,
"type": "String",
"value-key": "[...]"
}
],
"name": "tool name",
"schema-version": "0.5",
"suggested-resources": {
"cpu-cores": 1,
"ram": 1,
"walltime-estimate": 60
},
"tags": {},
"tool-version": "v0.1.0"
}