-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
executable file
·53 lines (52 loc) · 1.44 KB
/
manifest.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
{
"name": "presurg",
"label": "linguaMap: generate a report analyzing language task fMRI data",
"description": "linguaMap is a gear for analyzing language tasks, particularly in the context of presurgical lateralization. It takes the results of fMRIPrep as input and compiles activation maps and ROI statistics into an html report. It was originally designed for epilepsy patients who receive an fMRI to lateralize language function prior to surgery.",
"version": "1.9.0_0.10.0",
"inputs": {
"api_key": {
"base": "api-key"
},
"fmriprepdir": {
"base": "file",
"description": "Full path to directory containing fmriprep results"
}
},
"config": {
"AROMA": {
"default": false,
"description": "Use ICA-AROMA denoised BOLD images.",
"type": "boolean"
},
"alpha": {
"default": 0.05,
"description": "Alpha value for thresholding",
"type": "number"
},
"cluster_size_thresh": {
"default": 150,
"description": "Cluster extent threshold",
"type": "integer"
},
"fwhm": {
"default": 6,
"description": "Size of smoothing kernel",
"type": "integer"
}
},
"command": "/flywheel/v0/run.sh",
"author": "William Tackett",
"maintainer": "William Tackett",
"license": "BSD-3-Clause",
"source": "https://github.com/willtack/lingua-map",
"url": "",
"custom": {
"gear-builder": {
"category": "analysis",
"image": "willtack/lingua-map:0.10.0"
},
"flywheel": {
"suite": "BrainScienceCenter"
}
}
}