-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescriptor.json
95 lines (95 loc) · 2.68 KB
/
descriptor.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
{
"command-line": "python wrapper.py CYTOMINE_HOST CYTOMINE_PUBLIC_KEY CYTOMINE_PRIVATE_KEY CYTOMINE_ID_PROJECT CYTOMINE_ID_SOFTWARE GBLURRAD MEANBOX OFFSET ",
"inputs": [
{
"name": "Cytomine host",
"description": "Cytomine server hostname",
"set-by-server": true,
"value-key": "@ID",
"optional": false,
"id": "cytomine_host",
"type": "String",
"command-line-flag": "--@id"
},
{
"name": "Cytomine public key",
"description": "Cytomine public key",
"set-by-server": true,
"value-key": "@ID",
"optional": false,
"id": "cytomine_public_key",
"type": "String",
"command-line-flag": "--@id"
},
{
"name": "Cytomine private key",
"description": "Cytomine private key",
"set-by-server": true,
"value-key": "@ID",
"optional": false,
"id": "cytomine_private_key",
"type": "String",
"command-line-flag": "--@id"
},
{
"name": "Cytomine project id",
"description": "Cytomine project id",
"set-by-server": true,
"value-key": "@ID",
"optional": false,
"id": "cytomine_id_project",
"type": "Number",
"command-line-flag": "--@id"
},
{
"name": "Cytomine software id",
"description": "Cytomine software id",
"set-by-server": true,
"value-key": "@ID",
"optional": false,
"id": "cytomine_id_software",
"type": "Number",
"command-line-flag": "--@id"
},
{
"default-value": 3,
"name": "Gaussian Blur Radius",
"description": "Gaussian Blur Radius pre-filter",
"set-by-server": false,
"value-key": "@ID",
"optional": true,
"id": "gblurrad",
"type": "Number",
"command-line-flag": "--@id"
},
{
"default-value": 101,
"name": "Mean Box",
"description": "Size of the box used to perform local mean for local thresholding",
"set-by-server": false,
"value-key": "@ID",
"optional": true,
"id": "meanbox",
"type": "Number",
"command-line-flag": "--@id"
},
{
"default-value": 2,
"name": "Threshold offset",
"description": "Local theshold offset level",
"set-by-server": false,
"value-key": "@ID",
"optional": true,
"id": "offset",
"type": "Number",
"command-line-flag": "--@id"
}
],
"name": "ObjectTracking-Octave",
"description": "Nuclei tracking in 2D time-lapse with Octave tracker (adapted from Matlab LOBSTER version: https://github.com/SebastienTs/LOBSTER)",
"schema-version": "cytomine-0.1",
"container-image": {
"image": "neubiaswg5/w_objecttracking-octave",
"type": "singularity"
}
}