-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescriptor.json
executable file
·161 lines (161 loc) · 5.41 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "NeuronTracing_vaa3d_app2",
"container-image": {
"image": "neubiaswg5/w_neurontracing_vaa3d_app2",
"type": "singularity"
},
"schema-version": "cytomine-0.1",
"description": "trace neuron with vaa3d All-Path-Pruning 2.0 (APP2) algorithm",
"command-line": "python wrapper.py CYTOMINE_HOST CYTOMINE_PUBLIC_KEY CYTOMINE_PRIVATE_KEY CYTOMINE_ID_PROJECT CYTOMINE_ID_SOFTWARE BKG_THRESH B_256CUBE B_RADIUSFROM2D IS_GSDT IS_GAP LENGTH_THRESH IS_RESAMPLE IS_BRIGHTFIELD IS_HIGH_INTENSITY",
"inputs": [
{
"id": "cytomine_host",
"value-key": "@ID",
"command-line-flag": "--@id",
"name": "Cytomine host",
"description": "Cytomine server hostname",
"type": "String",
"optional": false,
"set-by-server": true
},
{
"id": "cytomine_public_key",
"value-key": "@ID",
"command-line-flag": "--@id",
"name": "Cytomine public key",
"description": "Cytomine public key",
"type": "String",
"optional": false,
"set-by-server": true
},
{
"id": "cytomine_private_key",
"value-key": "@ID",
"command-line-flag": "--@id",
"name": "Cytomine private key",
"description": "Cytomine private key",
"type": "String",
"optional": false,
"set-by-server": true
},
{
"id": "cytomine_id_project",
"value-key": "@ID",
"command-line-flag": "--@id",
"name": "Cytomine project id",
"description": "Cytomine project id",
"type": "String",
"optional": false,
"set-by-server": true
},
{
"id": "cytomine_id_software",
"value-key": "@ID",
"command-line-flag": "--@id",
"name": "Cytomine software id",
"description": "Cytomine software id",
"type": "String",
"optional": false,
"set-by-server": true
},
{
"default-value": 10,
"name": "bkg_thresh",
"description": "Default 10 (is specified as AUTO then auto-thresolding)",
"set-by-server": false,
"value-key": "@ID",
"optional": true,
"id": "bkg_thresh",
"type": "Number",
"command-line-flag": "--@id"
},
{
"default-value": 1,
"name": "b_256cube",
"description": "Default 10 (is specified as AUTO then auto-thresolding)",
"set-by-server": false,
"value-key": "@ID",
"optional": true,
"id": "b_256cube",
"type": "Number",
"command-line-flag": "--@id"
},
{
"default-value": 1,
"name": "b_RadiusFrom2D",
"description": "If estimate the radius of each reconstruction node from 2D plane only (1 for yes as many times the data is anisotropic, and 0 for no. Default 1 which which uses 2D estimation.)",
"set-by-server": false,
"value-key": "@ID",
"optional": true,
"id": "b_RadiusFrom2D",
"type": "Number",
"command-line-flag": "--@id"
},
{
"default-value": 0,
"name": "is_gsdt",
"description": "If use gray-scale distance transform (1 for yes and 0 for no. Default 0.)",
"set-by-server": false,
"value-key": "@ID",
"optional": true,
"id": "is_gsdt",
"type": "Number",
"command-line-flag": "--@id"
},
{
"default-value": 0,
"name": "is_gap",
"description": "If allow gap (1 for yes and 0 for no. Default 0.)",
"set-by-server": false,
"value-key": "@ID",
"optional": true,
"id": "is_gap",
"type": "Number",
"command-line-flag": "--@id"
},
{
"default-value": 0,
"name": "length_thresh",
"description": "Default is 5.)",
"set-by-server": false,
"value-key": "@ID",
"optional": true,
"id": "length_thresh",
"type": "Number",
"command-line-flag": "--@id"
},
{
"default-value": 0,
"name": "is_resample",
"description": "If allow resample (1 for yes and 0 for no. Default 1.)",
"set-by-server": false,
"value-key": "@ID",
"optional": true,
"id": "is_resample",
"type": "Number",
"command-line-flag": "--@id"
},
{
"default-value": 0,
"name": "is_brightfield",
"description": "If the signals are dark instead of bright (1 for yes and 0 for no. Default 0.)",
"set-by-server": false,
"value-key": "@ID",
"optional": true,
"id": "is_brightfield",
"type": "Number",
"command-line-flag": "--@id"
},
{
"default-value": 0,
"name": "is_high_intensity",
"description": "If the image has high intensity background (1 for yes and 0 for no. Default 0.)",
"set-by-server": false,
"value-key": "@ID",
"optional": true,
"id": "is_high_intensity",
"type": "Number",
"command-line-flag": "--@id"
}
]
}