-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
60 lines (60 loc) · 1.74 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
{
"name": "openslide-to-png",
"label": "OpenSlide to PNG file converter",
"description": "OpenSlide: Uses the OpenSlide library to convert whole-slide image files to .png for viewing in Flywheel. Supported file types include Aperio (.svs, .tif), Hamamatsu (.ndpi, .vms, .vmu), Leica (.scn), MIRAX (.mrxs), Philips (.tiff), Sakura (.svslide), Trestle (.tif), Ventana (.bif, .tif), Generic tiled TIFF (.tif)",
"version": "0.0.1_1.1.1",
"inputs": {
"image": {
"base": "file",
"optional": false,
"description": "slide image file (.svs .tif .tiff .ndpi .vms .vmu .scn .mrxs .svslide .bif)"
}
},
"config": {
"gear-log-level": {
"default": "INFO",
"description": "Gear Log verbosity level (ERROR|WARNING|INFO|DEBUG)",
"type": "string",
"enum": [
"ERROR",
"WARNING",
"INFO",
"DEBUG"
]
}
},
"command": "python run.py",
"author": "Adam Goode, M. Satyanarayanan, Carnegie Mellon University <https://openslide.org/>",
"maintainer": "Flywheel <support@flywheel.io>",
"license": "MIT",
"source": "https://github.com/openslide/openslide-python",
"url": "https://github.com/flywheel-apps/openslide-to-png",
"custom": {
"gear-builder": {
"category": "converter",
"image": "flywheel/openslide-to-png:0.0.1_1.1.1"
},
"docker-image": "flywheel/openslide-to-png:0.0.1_1.1.1",
"flywheel": {
"suite": "Conversion",
"classification": {
"species": [
"Human",
"Animal"
],
"organ": [
"Any"
],
"therapeutic_area": [
"Any"
],
"modality": [
"Other"
],
"function": [
"Conversion"
]
}
}
}
}