Skip to content

Commit

Permalink
fix: VCF Annotator VRS_Allele_Ids renamed to VRS_Allele_IDs (#186) (#187
Browse files Browse the repository at this point in the history
)
  • Loading branch information
korikuzma committed May 8, 2023
1 parent e10dffd commit 6a70bde
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 6a70bde

Please sign in to comment.