This repository was archived by the owner on Feb 2, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
63 lines (63 loc) · 1.37 KB
/
manifest.json
File metadata and controls
63 lines (63 loc) · 1.37 KB
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
{
"name": "export-rois",
"label": "Export ROIs",
"description": "A gear for exporting ROI's saved in the OHIF viewer to CSV's",
"author": "Flywheel SSE",
"maintainer": "Flywheel <support@flywheel.io>",
"license": "MIT",
"source": "https://github.com/flywheel-apps/ROI_export",
"url": "https://github.com/flywheel-apps/ROI_export",
"version": "1.1.11",
"custom": {
"gear-builder": {
"category": "analysis",
"image": "flywheel/export-rois:1.1.11"
},
"flywheel": {
"suite": "Export",
"classification": {
"species": [
"Phantom",
"Human",
"Animal"
],
"organ": [
"Any"
],
"therapeutic_area": [
"Any"
],
"modality": [
"Any"
],
"function": [
"Export"
]
}
}
},
"inputs": {
"api-key": {
"base": "api-key",
"read-only": false
}
},
"config": {
"gear_log_level": {
"description": "The level at which the gear will log.",
"type": "string",
"enum": [
"INFO",
"DEBUG"
],
"default": "INFO"
},
"dry_run": {
"description": "Only log what changes would be made, do not update anything.",
"type": "boolean",
"default": false
}
},
"environment": {},
"command": "python3.7 /flywheel/v0/run.py"
}