Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit f3fd5a8

Browse files
committed
fix typos
1 parent 87fdf13 commit f3fd5a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

beacon_api/extensions/mate_name.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async def fetch_fusion_dataset(db_pool, assembly_id, position, chromosome, refer
3131
refbase = None if not reference else handle_wildcard(reference)
3232
try:
3333
if misses:
34-
# For MISS and ALL. We have already found all datasets with machting variants,
34+
# For MISS and ALL. We have already found all datasets with matching variants,
3535
# so now just get one post per accessible, remaining datasets.
3636
query = """SELECT DISTINCT ON (datasetId)
3737
datasetId as "datasetId", accessType as "accessType",

beacon_api/utils/data_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ async def fetch_filtered_dataset(db_pool, assembly_id, position, chromosome, ref
156156
refbase = None if not reference else handle_wildcard(reference)
157157
try:
158158
if misses:
159-
# For MISS and ALL. We have already found all datasets with machting variants,
159+
# For MISS and ALL. We have already found all datasets with matching variants,
160160
# so now just get one post per accessible, remaining datasets.
161161
query = """SELECT DISTINCT ON (datasetId)
162162
datasetId as "datasetId", accessType as "accessType",

0 commit comments

Comments
 (0)