Skip to content

Commit

Permalink
Operator JSON harmonisation.
Browse files Browse the repository at this point in the history
  • Loading branch information
agouy committed Jan 25, 2024
1 parent a3e421d commit e79d029
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions operator.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
{
"name": "Heatmap Dashboard",
"description": "Interactive heatmap operator for Tercen",
"tags": ["heatmap", "pamgene"],
"authors": ["rdw"],
"urls": ["https://github.com/tercen/heatmap_dashboard_operator"],
"tags": [
"data visualisation",
"plot"
],
"authors": [
"rdw"
],
"urls": [
"https://github.com/tercen/heatmap_dashboard_operator"
],
"container": "tercen/heatmap_dashboard_operator:0.3.0",
"isWebApp": true,
"isViewOnly": false,
"properties": [

{
"kind": "DoubleProperty",
"name": "qMin",
"defaultValue": 0.01,
"description": "Quantile for default lower scale limit"
"kind": "DoubleProperty",
"name": "qMin",
"defaultValue": 0.01,
"description": "Quantile for default lower scale limit"
},
{
"kind": "DoubleProperty",
"name": "qMax",
"defaultValue": 0.99,
"description": "Quantile for default upper scale limit"
}
"kind": "DoubleProperty",
"name": "qMax",
"defaultValue": 0.99,
"description": "Quantile for default upper scale limit"
}
]
}
}

0 comments on commit e79d029

Please sign in to comment.