Skip to content

Commit ed637e3

Browse files
update endpoint description
1 parent 355157f commit ed637e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/anyvlm/restapi/vlm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def ingest_vcf(vcf_path: Path) -> None:
2929
@app.get(
3030
"/vlm-query",
3131
summary="Provides counts of occurrences of a single sequence variant, broken down by zygosity",
32-
description="Provides counts of occurrences of a single sequence variant, broken down by zygosity", # TODO: Update this
32+
description="Search for a single sequence variant and receive a count of its observed occurrences broken down by zygosity, in accordance with the Variant-Level Matching protocol",
3333
tags=[EndpointTag.SEARCH],
3434
)
3535
def vlm_query(

0 commit comments

Comments
 (0)