-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3dCRUISEtoAFNI.json
114 lines (114 loc) · 3.86 KB
/
3dCRUISEtoAFNI.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"command-line": "3dCRUISEtoAFNI [H] [HELP] [H_VIEW] [HVIEW] [H_WEB] [HWEB] [H_FIND] [H_RAW] [H_SPX] [H_ASPX] [ALL_OPTS]",
"description": "tool description",
"inputs": [
{
"command-line-flag": "-h",
"description": "Mini help, at time, same as -help in many cases.",
"id": "H",
"name": "H",
"optional": true,
"type": "String",
"value-key": "[H]"
},
{
"command-line-flag": "-help",
"description": "The entire help output",
"id": "HELP",
"name": "HELP",
"optional": true,
"type": "String",
"value-key": "[HELP]"
},
{
"command-line-flag": "-h_view",
"description": "Open help in text editor. AFNI will try to find a GUI editor",
"id": "H_VIEW",
"name": "H_VIEW",
"optional": true,
"type": "String",
"value-key": "[H_VIEW]"
},
{
"command-line-flag": "-hview",
"description": "on your machine. You can control which it should use by setting environment variable AFNI_GUI_EDITOR.",
"id": "HVIEW",
"name": "HVIEW",
"optional": true,
"type": "String",
"value-key": "[HVIEW]"
},
{
"command-line-flag": "-h_web",
"description": "Open help in web browser. AFNI will try to find a browser.",
"id": "H_WEB",
"name": "H_WEB",
"optional": true,
"type": "String",
"value-key": "[H_WEB]"
},
{
"command-line-flag": "-hweb",
"description": "on your machine. You can control which it should use by setting environment variable AFNI_GUI_EDITOR.",
"id": "HWEB",
"name": "HWEB",
"optional": true,
"type": "String",
"value-key": "[HWEB]"
},
{
"command-line-flag": "-h_find",
"description": "Look for lines in this programs's -help output that match (approximately) WORD.",
"id": "H_FIND",
"name": "H_FIND",
"optional": true,
"type": "String",
"value-key": "[H_FIND]"
},
{
"command-line-flag": "-h_raw",
"description": "Help string unedited",
"id": "H_RAW",
"name": "H_RAW",
"optional": true,
"type": "String",
"value-key": "[H_RAW]"
},
{
"command-line-flag": "-h_spx",
"description": "Help string in sphinx loveliness, but do not try to autoformat",
"id": "H_SPX",
"name": "H_SPX",
"optional": true,
"type": "String",
"value-key": "[H_SPX]"
},
{
"command-line-flag": "-h_aspx",
"description": "Help string in sphinx with autoformatting of options, etc.",
"id": "H_ASPX",
"name": "H_ASPX",
"optional": true,
"type": "String",
"value-key": "[H_ASPX]"
},
{
"command-line-flag": "-all_opts",
"description": "Try to identify all options for the program from the output of its -help option. Some options might be missed and others misidentified. Use this output for hints only. Compile Date: Sep 7 2018 Ziad S. Saad SSCC/NIMH/NIH [email protected]",
"id": "ALL_OPTS",
"name": "ALL_OPTS",
"optional": true,
"type": "String",
"value-key": "[ALL_OPTS]"
}
],
"name": "tool name",
"schema-version": "0.5",
"suggested-resources": {
"cpu-cores": 1,
"ram": 1,
"walltime-estimate": 60
},
"tags": {},
"tool-version": "v0.1.0"
}