-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.imjoy.json
93 lines (93 loc) · 2.79 KB
/
manifest.imjoy.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "CellPro ImJoy Repository",
"description": "ImJoy plugin repository for the Cell Profiling Group.",
"version": "0.2.0",
"uri_root": "",
"plugins": [
{
"name": "HPA-UMAP-3D",
"type": "window",
"tags": [],
"ui": "Explore protein localization patterns in HPA images.",
"version": "0.1.5",
"api_version": "0.1.2",
"description": "Explore protein localization patterns in HPA images.",
"icon": "photo",
"inputs": null,
"outputs": null,
"requirements": [
"https://cdn.plot.ly/plotly-latest.min.js",
"https://unpkg.com/papaparse@latest/papaparse.min.js",
"https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.min.js",
"https://unpkg.com/spectre.css/dist/spectre.min.css",
"https://unpkg.com/spectre.css/dist/spectre-exp.min.css",
"https://unpkg.com/spectre.css/dist/spectre-icons.min.css"
],
"dependencies": [],
"defaults": {
"w": 50,
"h": 20,
"fullscreen": true
},
"cover": "https://dl.dropbox.com/s/6cjd5xg2io2mqg5/HPA-UMAP-3D-v0.1.3.gif",
"uri": "src/HPA-UMAP-3D.imjoy.html"
},
{
"name": "Nucleolus-UMAP",
"type": "window",
"tags": [],
"ui": "Explore protein localization patterns in HPA images.",
"version": "0.9.2",
"api_version": "0.1.2",
"description": "Explore protein localization patterns in HPA images.",
"icon": "photo",
"inputs": null,
"outputs": null,
"requirements": [
"https://cdn.plot.ly/plotly-latest.min.js",
"https://unpkg.com/papaparse@latest/papaparse.min.js",
"https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.min.js",
"https://unpkg.com/spectre.css/dist/spectre.min.css",
"https://unpkg.com/spectre.css/dist/spectre-exp.min.css",
"https://unpkg.com/spectre.css/dist/spectre-icons.min.css"
],
"dependencies": [],
"defaults": {
"w": 50,
"h": 20,
"fullscreen": true
},
"cover": "https://oeway.github.io/ImJoy-Plugins/hpa-umap/hpa-umap-cover.gif",
"uri": "src/Nucleolus-UMAP.imjoy.html"
},
{
"name": "SingleCellAnnotator",
"type": "window",
"tags": [],
"ui": "",
"version": "0.1.59",
"api_version": "0.1.7",
"description": "Annotate images for HPA single-cell image classification",
"icon": "extension",
"inputs": null,
"outputs": null,
"env": "",
"permissions": [],
"requirements": [
"https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.min.js",
"https://static.imjoy.io/spectre.css/spectre.min.css",
"https://static.imjoy.io/spectre.css/spectre-exp.min.css",
"https://static.imjoy.io/spectre.css/spectre-icons.min.css",
"https://openlayers.org/en/v6.1.1/css/ol.css",
"https://openlayers.org/en/v6.1.1/build/ol.js"
],
"dependencies": [],
"defaults": {
"fullscreen": true
},
"runnable": true,
"uri": "src/SingleCellAnnotator.imjoy.html"
}
],
"collections": []
}