-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmanifest.json
More file actions
executable file
·40 lines (40 loc) · 934 Bytes
/
manifest.json
File metadata and controls
executable file
·40 lines (40 loc) · 934 Bytes
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
{
"name": "dicom-metadata-classification",
"label": "Metadata Classification: DICOM",
"description": "This gear classifies DICOM images and updates the classification metadata of the input file",
"version": "1.8.1",
"custom": {
"gear-builder": {
"category": "converter",
"image": "dicom-metadata-classification:1.8.1"
},
"flywheel": {
"suite": "Metadata Import and Validation"
}
},
"inputs": {
"dicom": {
"base": "file",
"description": "Dicom Archive",
"optional": false,
"type": {
"enum": [
"dicom"
]
}
},
"api-key": {
"base": "api-key",
"read-only": true
}
},
"config": {},
"environment": {},
"command": "python run.py",
"author": "Flywheel",
"maintainer": "Flywheel <support@flywheel.io>",
"cite": "",
"license": "Other",
"source": "https://github.com/flywheel-apps/GRP-3B",
"url": ""
}