Skip to content

Commit

Permalink
Update inheritance match node: gene must match (#547)
Browse files Browse the repository at this point in the history
* update inheritance match node: gene must match

* fix:casing

* fix:casing
  • Loading branch information
dennishendriksen authored Dec 21, 2023
1 parent fb684f3 commit 3a6cd73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/decision_tree_samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3a6cd73

Please sign in to comment.