-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.imjoy.json
117 lines (117 loc) · 3.2 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "ImJoy Repository",
"description": "ImJoy plugin repository.",
"uri_root": "",
"version": "0.2.0",
"plugins": [
{
"name": "FISH-QUANT",
"type": "native-python",
"version": "0.0.20",
"description": "Process smFISH images.",
"tags": [
"stable",
"dev"
],
"ui": "",
"cover": "",
"inputs": null,
"outputs": null,
"flags": [
"single-instance",
"allow-detach"
],
"icon": "extension",
"api_version": "0.1.8",
"env": [
{
"type": "binder",
"spec": "fish-quant/fq-imjoy/binder",
"skip_requirements": true
}
],
"permissions": [],
"requirements": {
"stable": [
"big-fish==0.6.2"
],
"dev": [
""
]
},
"dependencies": [
"fish-quant/fq-imjoy:FQ-interface"
],
"runnable": true,
"uri": "imjoy-plugins\\FISH-quant.imjoy.html"
},
{
"name": "FQ-interface",
"type": "window",
"tags": [],
"ui": "",
"version": "0.0.14",
"cover": "",
"description": "User-interface of FQ.",
"icon": "extension",
"inputs": null,
"outputs": null,
"api_version": "0.1.8",
"env": "",
"permissions": [],
"requirements": [
"https://cdn.materialdesignicons.com/2.5.94/css/materialdesignicons.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.10/vue.min.js",
"https://cdn.jsdelivr.net/npm/bulma@0.8.2/css/bulma.min.css",
"https://cdnjs.cloudflare.com/ajax/libs/plotly.js/1.51.1/plotly.min.js",
"https://unpkg.com/buefy/dist/buefy.min.js",
"https://unpkg.com/buefy/dist/buefy.min.css"
],
"dependencies": [],
"runnable": false,
"defaults": {
"w": 20,
"h": 20
},
"uri": "imjoy-plugins\\FQ-interface.imjoy.html"
},
{
"name": "SNR-calculation",
"type": "native-python",
"version": "0.0.2",
"description": "Calculate SNR of all spots in an image.",
"tags": [
"stable",
"dev"
],
"ui": [
"<span style='font-weight: 550; color:#666362'>Path SPOTS</span>: {id: 'path_spots', type: 'string', placeholder: 'paste-path-to-spot-results'}",
"<span style='font-weight: 550; color:#666362'>Path IMAGES</span>: {id: 'path_images', type: 'string', placeholder: 'analysis˃˃acquisition'}",
"<span style='font-weight: 550; color:#666362'>Path SAVE</span>: {id: 'path_save', type: 'string', placeholder: 'spot_detection˃˃snr'}",
"<span style='font-weight: 550; color:#666362'>Suffix spots</span>: {id: 'suffix_spots', type: 'string', placeholder: '__spots.csv'}",
"<span style='font-weight: 550; color:#666362'>Suffix images</span>: {id: 'suffix_images', type: 'string', placeholder: '.tif'}",
"<span style='font-weight: 550; color:#666362'>Crop size [(Z),Y,X]:</span>: {id: 'crop_spot', type: 'string', placeholder: '4,4,4'}",
"<span style='font-weight: 550; color:#666362'>Width bgd [(Z),Y,X]:</span>: {id: 'w_bgd', type: 'string', placeholder: '1,1,1'}"
],
"cover": "",
"inputs": null,
"outputs": null,
"flags": [],
"icon": "extension",
"api_version": "0.1.8",
"env": "",
"permissions": [],
"requirements": {
"stable": [
"big-fish==0.4.0"
],
"dev": [
""
]
},
"dependencies": [],
"uri": "imjoy-plugins\\SNR-calculation.imjoy.html"
}
],
"collections": []
}