Skip to content

Commit

Permalink
fix another typo - yikes
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Oct 24, 2022
1 parent 111df55 commit 0b89c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ As an example, let's say we would like to convert the following ``.blocks.det``
# load the genotypes file
# you can use either a VCF or PGEN file
gt = data.GenotypesRefAlt.load("input.vcf.gz")
gt = data.GenotypesPGEN.load("input.pgen")
gt = data.GenotypesPLINK.load("input.pgen")
# load the haplotypes
hp = data.Haplotypes("output.hap")
Expand Down

0 comments on commit 0b89c93

Please sign in to comment.