-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
59 lines (59 loc) · 1.77 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
{
"name": "curation-gear",
"label": "Project Curator",
"description": "Curates a project given a python Curator class. Using an implementation of the Curator Class (provided as an input file (e.g., curator.py) this gear is able to curate an entire project, walking down the hierarchy through project, subject, session, acquisition, and file containers.",
"version": "0.0.25",
"custom": {
"gear-builder": {
"category": "analysis",
"image": "flywheel/custom-curation-gear:0.0.25"
},
"flywheel": {
"suite": "Curation"
}
},
"inputs": {
"api-key": {
"base": "api-key"
},
"curator": {
"base": "file",
"description": "A python implementation of the Curator class",
"type": {
"enum": [
"source data"
]
}
},
"additional-input-one": {
"base": "file",
"description": "An optional input for curation",
"optional": true
},
"additional-input-two": {
"base": "file",
"description": "An optional input for curation",
"optional": true
},
"additional-input-three": {
"base": "file",
"description": "An optional input for curation",
"optional": true
}
},
"config": {},
"environment": {
"GPG_KEY": "0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D",
"LANG": "C.UTF-8",
"PATH": "/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"PYTHON_PIP_VERSION": "18.1",
"PYTHON_VERSION": "3.7.1"
},
"command": "python run.py",
"author": "Flywheel",
"maintainer": "Flywheel <[email protected]>",
"cite": "",
"license": "Other",
"source": "https://github.com/flywheel-apps/GRP-7-custom-curation",
"url": "https://github.com/flywheel-apps/GRP-7-custom-curation/blob/master/README.md"
}