-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
41 lines (41 loc) · 912 Bytes
/
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
{
"author": "Flywheel",
"cite": "",
"command": "poetry run python run.py",
"config": {
"debug": {
"default": false,
"description": "Log debug messages",
"type": "boolean"
},
"text": {
"type": "string",
"description": "message for log"
}
},
"custom": {
"flywheel": {
"suite": "zDevelopment",
"show-job": true
},
"gear-builder": {
"category": "analysis",
"image": "amhe4269/afni-3drsfc:0.0.1_rc0"
}
},
"description": "{{ }}",
"environment": {},
"inputs": {
"preprocessing-pipeline-file": {
"base": "file",
"description": "Zipped preprocessed results directory (e.g. fmriprep). Bids-derivative format."
}
},
"label": "AFNI 3dRSFC",
"license": "Other",
"maintainer": "Flywheel <support@flywheel.io>",
"name": "afni-3drsfc",
"source": "",
"url": "",
"version": "0.0.1_rc0"
}