Skip to content

Commit e79d029

Browse files
committed
Operator JSON harmonisation.
1 parent a3e421d commit e79d029

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

operator.json

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
11
{
22
"name": "Heatmap Dashboard",
33
"description": "Interactive heatmap operator for Tercen",
4-
"tags": ["heatmap", "pamgene"],
5-
"authors": ["rdw"],
6-
"urls": ["https://github.com/tercen/heatmap_dashboard_operator"],
4+
"tags": [
5+
"data visualisation",
6+
"plot"
7+
],
8+
"authors": [
9+
"rdw"
10+
],
11+
"urls": [
12+
"https://github.com/tercen/heatmap_dashboard_operator"
13+
],
714
"container": "tercen/heatmap_dashboard_operator:0.3.0",
815
"isWebApp": true,
916
"isViewOnly": false,
1017
"properties": [
11-
1218
{
13-
"kind": "DoubleProperty",
14-
"name": "qMin",
15-
"defaultValue": 0.01,
16-
"description": "Quantile for default lower scale limit"
19+
"kind": "DoubleProperty",
20+
"name": "qMin",
21+
"defaultValue": 0.01,
22+
"description": "Quantile for default lower scale limit"
1723
},
1824
{
19-
"kind": "DoubleProperty",
20-
"name": "qMax",
21-
"defaultValue": 0.99,
22-
"description": "Quantile for default upper scale limit"
23-
}
25+
"kind": "DoubleProperty",
26+
"name": "qMax",
27+
"defaultValue": 0.99,
28+
"description": "Quantile for default upper scale limit"
29+
}
2430
]
25-
}
31+
}

0 commit comments

Comments
 (0)