Skip to content

Commit

Permalink
fix: prioriziation with hpo terms not accepting omim terms (#902) (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo authored Mar 15, 2023
1 parent bce57c6 commit 1ad920b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/schemas/case-query-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@
"items": {
"$id": "#/properties/prio_hpo_terms/items",
"type": "string",
"pattern": "HP:\\d+"
"pattern": "(HP|OMIM):\\d+"
}
}
]
Expand Down

0 comments on commit 1ad920b

Please sign in to comment.