-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
executable file
·82 lines (82 loc) · 2.17 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
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
{
"name": "xcpengine-fw",
"label": "XCPENGINE: pipeline for processing of structural and functional data.",
"description": " The XCP imaging pipeline (XCP system) for preprocessing of structural and functional data.",
"version": "0.1.1_1.2.3",
"inputs": {
"antsct": {
"base": "file",
"description": "Structural output directory",
"optional": true
},
"api_key": {
"base": "api-key"
},
"designfile": {
"base": "file",
"description": "designfile: list all modules to run"
},
"taskfile": {
"base": "file",
"description": "eventtimes files with json ",
"optional": true
},
"fmriprepdir": {
"base": "file",
"description": "FMRIprep output directory",
"optional": true
},
"custom_regressors": {
"base": "file",
"description": "custom regressors already convolved with hrf",
"optional": true
},
"img": {
"base": "file",
"description": "asl or structural image ",
"optional": true
},
"m0": {
"base": "file",
"description": "M0 images for cbf calibration",
"optional": true
}
},
"config": {
"analysis_type": {
"default": "fc",
"description": " analysis type: [fc,struc,task,cbf]",
"type": "string"
},
"task_name": {
"default": "",
"description": " name of the task to perform either task regression or task ",
"type": "string"
},
"session": {
"default": "",
"description": "session ",
"type": "string"
},
"space": {
"default": "MNI152NLin2009cAsym",
"description": "bold input space: either T1w or MNI152NLin2009cAsym",
"type": "string"
}
},
"author": "Ted Satterthwaite",
"maintainer": "Ted Satterthwaite",
"cite": "Ciric, Rastko and Rosen, Adon F. G. and Erus, Guray and Cieslak, Matthew and Adebimpe, Azeez and Cook, Philip A. and Bassett, Danielle S. and Davatzikos, Christos and Wolf, Daniel H. and Satterthwaite, Theodore D., Mitigating head motion artifact in functional connectivity MRI",
"license": "Other",
"source": "https://github.com/PennBBL/xcpEngine",
"url": "https://xcpengine.readthedocs.io/",
"custom": {
"flywheel": {
"suite": "PennBBL"
},
"gear-builder": {
"category": "analysis",
"image": "pennbbl/xcpengine"
}
}
}