Skip to content

Commit

Permalink
fix: VCF Annotator VRS_Allele_Ids renamed to VRS_Allele_IDs (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma authored May 8, 2023
1 parent 320c58b commit d1fa83e
Show file tree
Hide file tree
Showing 4 changed files with 372 additions and 372 deletions.
2 changes: 1 addition & 1 deletion src/ga4gh/vrs/extras/vcf_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class VCFAnnotator: # pylint: disable=too-few-public-methods
"""

# Field names for VCF
VRS_ALLELE_IDS_FIELD = "VRS_Allele_Ids"
VRS_ALLELE_IDS_FIELD = "VRS_Allele_IDs"
VRS_STARTS_FIELD = "VRS_Starts"
VRS_ENDS_FIELD = "VRS_Ends"
VRS_STATES_FIELD = "VRS_States"
Expand Down
Loading

0 comments on commit d1fa83e

Please sign in to comment.