Skip to content

Commit

Permalink
Update write_vcf
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Feb 25, 2024
1 parent caaeda1 commit 82e84e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/tests/beagle_numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -780,5 +780,6 @@ def write_vcf(ref_ts, impdata, out_file, chr_name="1"):
format_str += impdata.alleles[j] + "|" + impdata.alleles[j + 1] + ":"
format_str += gt_probs[j] + ":"
format_str += dosages[j]
print(info_str)
print(format_str)
format_str += "\t"
print(info_str + "\t")
print(format_str + "\n")

0 comments on commit 82e84e8

Please sign in to comment.