Skip to content

Commit

Permalink
Rename extension to pre_mapped_id
Browse files Browse the repository at this point in the history
  • Loading branch information
jarbesfeld committed Dec 6, 2024
1 parent 0252577 commit 54bd28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dcd_mapping/annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _get_va_digest(allele: Allele) -> Extension:
:param allele: A pre-mapped variant
:return A VRS extension reporting the pre-mapped digest
"""
return Extension(name="pre_mapped_digest", value=allele.id)
return Extension(name="pre_mapped_id", value=allele.id)


def _is_valid_allele(allele: Allele, align_result: AlignmentResult) -> bool:
Expand Down

0 comments on commit 54bd28f

Please sign in to comment.