Skip to content

Commit

Permalink
Add TODO and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Feb 26, 2024
1 parent 03ffab6 commit 4d8ca10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/tests/beagle_numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,9 +756,13 @@ def compute_allele_frequency(gt_probs, allele=1):

def write_vcf(ref_ts, impdata, out_file, chr_name="1"):
"""
Print imputation results in VCF format, following the VCF output of BEAGLE 4.1.
x = number of imputed sites
n = number of diploid individuals
TODO: Print VCF records for genotyped sites.
:param tskit.TreeSequence ref_ts: Tree sequence with reference haplotypes.
:param ImpData impdata: Object containing imputation data.
:param str out_file: Path to output VCF file.
Expand Down

0 comments on commit 4d8ca10

Please sign in to comment.