Skip to content

Commit

Permalink
Update api_spec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdolin committed Dec 5, 2024
1 parent 1b8ded9 commit 82bfda5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/api_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,8 @@ paths:

/utilities/normalize-variant:
get:
description: >
This utility uses <a href="https://api.ncbi.nlm.nih.gov/variation/v0/">NCBI Variation Services</a> to convert an arbitrary HGVS or SPDI-formatted variant into a canonical build 37 and build 38 HGVS and SPDI.
summary: "Normalize variant"
operationId: "app.utilities_endpoints.normalize_variant"
tags:
Expand All @@ -1330,6 +1332,8 @@ paths:

/utilities/normalize-hla:
get:
description: >
This utility uses the <a href="https://pypi.org/project/py-ard/">python py-ard library</a> to convert an arbitrary HLA allele into various canonical forms.
summary: "Normalize HLA"
operationId: "app.utilities_endpoints.normalize_hla"
tags:
Expand Down

0 comments on commit 82bfda5

Please sign in to comment.