diff --git a/pom.xml b/pom.xml index 67c80e1..dbd3c90 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.molgenis vip-utils - 1.4.0 + 1.3.0 vip-utils Shared classes and tools between VIP repo's diff --git a/src/main/resources/field_metadata.json b/src/main/resources/field_metadata.json index e1fbe2b..8a2690f 100644 --- a/src/main/resources/field_metadata.json +++ b/src/main/resources/field_metadata.json @@ -139,9 +139,20 @@ "separator": "&", "type": "STRING" }, - "GADO": { - "label": "GADO", - "description": "The combined prioritization GADO Z-score over the supplied HPO terms for this case.", + "GADO_PD": { + "label": "GADO_PD", + "description": "The GADO prediction for the relation between the HPO terms of the proband(s) and the gene, HC: high confidence, LC: low confidence.", + "numberType": "NUMBER", + "numberCount": 1, + "type": "CATEGORICAL", + "categories": [ + "LC", + "HC" + ] + }, + "GADO_SC": { + "label": "GADO_SC", + "description": "The combined prioritization GADO Z-score over the HPO of the proband(s) terms for this case.", "numberType": "NUMBER", "numberCount": 1, "type": "FLOAT" @@ -361,4 +372,4 @@ } } } -} \ No newline at end of file +}