Skip to content

Commit

Permalink
chore: clean up typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BinglanLi committed May 9, 2024
1 parent 8805275 commit 4d31e07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion preprocessor/preprocessor/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,6 @@ def extract_pgx_variants(pharmcat_positions: Path, reference_fasta: Path, vcf_fi
if input_chr_pos[0] == 'chrX' and not check_chrx_number:
sample_is_chrx_haploid = [_is_haploid(x) for x in fields[9:]]
check_chrx_number = True
print(sample_is_chrx_haploid)

# match chromosome positions
if input_chr_pos in ref_pos_static:
Expand Down

0 comments on commit 4d31e07

Please sign in to comment.