generated from Neubias-WG5/W_Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdescriptor.json
91 lines (90 loc) · 2.58 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
{
"name": "NucleiSegmentation-Cellpose",
"description": "2D nuclei segmentation using Cellpose",
"container-image": {
"image": "neubiaswg5/w_nucleisegmentation-cellpose",
"type": "singularity"
},
"command-line": "python wrapper.py CYTOMINE_HOST CYTOMINE_PUBLIC_KEY CYTOMINE_PRIVATE_KEY CYTOMINE_ID_PROJECT CYTOMINE_ID_SOFTWARE DIAMETER PROB_THRESHOLD NUC_CHANNEL",
"inputs": [
{
"id": "cytomine_host",
"value-key": "@ID",
"command-line-flag": "--@id",
"name": "Cytomine host",
"set-by-server": true,
"optional": false,
"type": "String"
},
{
"id": "cytomine_public_key",
"value-key": "@ID",
"command-line-flag": "--@id",
"name": "Cytomine public key",
"set-by-server": true,
"optional": false,
"type": "String"
},
{
"id": "cytomine_private_key",
"value-key": "@ID",
"command-line-flag": "--@id",
"name": "Cytomine private key",
"set-by-server": true,
"optional": false,
"type": "String"
},
{
"id": "cytomine_id_project",
"value-key": "@ID",
"command-line-flag": "--@id",
"name": "Cytomine project ID",
"set-by-server": true,
"optional": false,
"type": "Number"
},
{
"id": "cytomine_id_software",
"value-key": "@ID",
"command-line-flag": "--@id",
"name": "Cytomine software ID",
"set-by-server": true,
"optional": false,
"type": "Number"
},
{
"id": "diameter",
"value-key": "@ID",
"command-line-flag": "--@id",
"name": "Nuclei diameter (if 0 cellpose will estimate for each image)",
"description": "Nuclei diameter (if 0 cellpose will estimate for each image)",
"default-value": 0,
"set-by-server": false,
"optional": true,
"type": "Number"
},
{
"id": "prob_threshold",
"value-key": "@ID",
"command-line-flag": "--@id",
"name": "Probability threshold, centered at 0.0",
"description": "Probability threshold, centered at 0.0",
"default-value": 0.0,
"set-by-server": false,
"optional": true,
"type": "Number"
},
{
"id": "nuc_channel",
"value-key": "@ID",
"command-line-flag": "--@id",
"name": "Nuclei channel",
"description": "Use default 0 for grayscale and RGB that should be converted to grayscale based on luminance. Use 1, 2 or 3 to select a specific RGB channel",
"default-value": 0,
"set-by-server": false,
"optional": true,
"type": "Number"
}
],
"schema-version": "cytomine-0.1"
}