From 3a6cd7379f97305cff91e2b0bfd690f8b1550f2d Mon Sep 17 00:00:00 2001 From: Dennis Hendriksen Date: Thu, 21 Dec 2023 15:06:49 +0100 Subject: [PATCH] Update inheritance match node: gene must match (#547) * update inheritance match node: gene must match * fix:casing * fix:casing --- resources/decision_tree_samples.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/decision_tree_samples.json b/resources/decision_tree_samples.json index 12e513909..91b66e7ce 100644 --- a/resources/decision_tree_samples.json +++ b/resources/decision_tree_samples.json @@ -72,9 +72,9 @@ "type": "BOOL", "description": "Inheritance match", "query": { - "field": "FORMAT/VIM", - "operator": "==", - "value": 1 + "field": "FORMAT/VIG", + "operator": "contains", + "value": "field:INFO/CSQ/Gene" }, "outcomeTrue": { "nextNode": "exit_u1"