Skip to content

Commit

Permalink
Update src/ga4gh/vrs/normalize.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alex H. Wagner, PhD <Alex.Wagner@nationwidechildrens.org>
  • Loading branch information
korikuzma and ahwagner authored Aug 25, 2023
1 parent 9938462 commit 1b7c2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ga4gh/vrs/normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class LocationPos(NamedTuple):
def _get_allele_location_pos(
allele_vo: models.Allele, use_start: bool = True
) -> Optional[LocationPos]:
"""Get Allele location start or end value for interval
"""Get a representative position for Alleles with Location start or end defined by Range
:param allele_vo: VRS Allele object
:param use_start: `True` if using `allele_vo.location.start`. `False` if using
Expand Down

0 comments on commit 1b7c2ff

Please sign in to comment.