We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093ba46 commit 1a37184Copy full SHA for 1a37184
src/mavedb/routers/variants.py
@@ -63,6 +63,7 @@ def lookup_variants(
63
logger.info(msg="No variants found for the provided Clingen Allele IDs.", extra=logging_context())
64
raise HTTPException(status_code=404, detail="No variants found for the provided Clingen Allele IDs.")
65
66
+ # These dict methods will preserve key ordering.
67
return list(variants_by_allele_id.values())
68
69
0 commit comments