Skip to content

Commit

Permalink
Search - Add HGNC integer example
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Jan 30, 2025
1 parent 9d3a7d7 commit 9361935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ontology/models/ontology_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def ontology_search_id(search_input: SearchInputInstance):
sub_name="Gene Disease Relationships",
admin_only=True,
example=SearchExample(
note="HGNC: followed by a gene symbol",
examples=["HGNC:BRCA1"]
note="HGNC: followed by an ID or gene symbol",
examples=["HGNC:BRCA1", "HGNC:4171"]
),
match_strength=SearchResultMatchStrength.STRONG_MATCH
)
Expand Down

0 comments on commit 9361935

Please sign in to comment.