Skip to content

Commit ed84ca8

Browse files
author
Peter Causey-Freeman
committed
Correct typo in rel_var - doh
1 parent b33f118 commit ed84ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VariantValidator/variantanalyser/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2471,7 +2471,7 @@ def relevant_transcripts(hgvs_genomic, evm, hdp, alt_aln_method, reverse_normali
24712471

24722472
strung = str(variant)
24732473
try:
2474-
hp.parse_hgvs_variant(variant)
2474+
hp.parse_hgvs_variant(strung)
24752475
except hgvs.exceptions.HGVSError:
24762476
continue
24772477
except TypeError:

0 commit comments

Comments
 (0)