Skip to content

Commit

Permalink
specify pos, ref and alt for variants follow VCF convention
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseminbridges committed Dec 8, 2023
1 parent dc28577 commit b84fcb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pheval/utils/phenopacket_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ class GenomicVariant:
chrom (str): The chromosome position of the variant recommended to be provided in the following format.
This includes numerical designations from 1 to 22 representing autosomal chromosomes,
as well as the sex chromosomes X and Y, and the mitochondrial chromosome MT.
pos (int): Position of the variant
ref (str): Reference allele
alt (str): Alternate allele
pos (int): Position of the variant following VCF convention.
ref (str): Reference allele following VCF convention.
alt (str): Alternate allele following VCF convention.
"""

chrom: str
Expand Down

0 comments on commit b84fcb6

Please sign in to comment.