Skip to content

Commit

Permalink
gah
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Jan 21, 2025
1 parent e0bd822 commit 4b71c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/variantstore/scripts/import_gvs_ploidy.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def patched_determine_file_length(self) -> int:
for contig, key in zip(hg38.contigs, sorted(ploidy_table))
if contig in xy_contigs
}
print(f"ploidy table keys are {', '.join(ploidy_table.keys()}")
print(f"ploidy table keys are {', '.join(ploidy_table.keys())}")
x_table = ploidy_table["chrX"]
y_table = ploidy_table["chrY"]
assert set(x_table) == set(y_table)
Expand Down

0 comments on commit 4b71c26

Please sign in to comment.