Skip to content

Commit

Permalink
update POPS
Browse files Browse the repository at this point in the history
  • Loading branch information
klaricch committed Apr 10, 2024
1 parent baeb052 commit 9dfac5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnomad_mitochondria/utils/annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
logger.setLevel(logging.INFO)

# Use populations from gnomAD v3
POPS = POPS["v3"] # pylint: disable=invalid-sequence-index
POPS = POPS["v3"]["genomes"] # pylint: disable=invalid-sequence-index

# Include NA in POPS to account for cases where population annotations are missing
POPS.append("NA")
Expand Down

0 comments on commit 9dfac5e

Please sign in to comment.