From bde87a0d1085915bf94756ee6ce3b9799a4fb0e5 Mon Sep 17 00:00:00 2001 From: agouy Date: Thu, 25 Jan 2024 13:49:37 +0100 Subject: [PATCH] Operator JSON harmonisation. --- operator.json | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/operator.json b/operator.json index 4a125ac..5a0c693 100644 --- a/operator.json +++ b/operator.json @@ -1,26 +1,30 @@ { "name": "Multiple Testing", "description": "Corrects for the statistical liklihood of a Type 1 error (False Positive) due to the size of genetic data.", - "tags": ["statistical testing", "test"], - "authors": ["tercen"], - "urls": ["https://github.com/tercen/template_R_operator"], + "tags": [ + "statistical testing" + ], + "authors": [ + "tercen" + ], + "urls": [ + "https://github.com/tercen/template_R_operator" + ], "properties": [ { - "kind": "EnumeratedProperty", - "name": "method", - "defaultValue": "bonferroni", - "values": [ - "bonferroni", - "BH", - "holm", - "hochberg", - "hommel", - "BY", - "qvalue" - ], - "description": "Correction method." - } + "kind": "EnumeratedProperty", + "name": "method", + "defaultValue": "bonferroni", + "values": [ + "bonferroni", + "BH", + "holm", + "hochberg", + "hommel", + "BY", + "qvalue" + ], + "description": "Correction method." + } ] -} - - +} \ No newline at end of file