Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jethror1 committed Sep 20, 2024
1 parent 48eed12 commit ef94e44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vcf_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def is_autosome(chrom) -> bool:
bool
True if variant on autosome else False
"""
# build single list both with and without prefix
autosomes = [
x for y in [(str(x), f"chr{x}") for x in range(1, 23)] for x in y
]
Expand Down

0 comments on commit ef94e44

Please sign in to comment.