Skip to content

Commit

Permalink
space+
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvanzessen committed Feb 17, 2023
1 parent 8b8c59c commit dfcb102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def parse_search(search) -> dict:
result["gene_cdot"] = result["cdot"]
del result["cdot"]

if "cdot_ref"in result:
if "cdot_ref" in result:
result["ref"] = result["cdot_ref"]
if "cdot_alt" in result:
result["alt"] = result["cdot_alt"]
Expand Down

0 comments on commit dfcb102

Please sign in to comment.