Skip to content

Commit

Permalink
Merge pull request #537 from hyanwong/fix-doc-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Jul 5, 2021
2 parents 077432c + ecfca2b commit e0c1fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ variants from chromosome 24 of ten Norwegian and French house sparrows,
for row in variant.genotypes
for old_index in row[0:2]
]
samples.add_site(pos, genotypes=genotypes, alleles=alleles)
samples.add_site(pos, genotypes=genotypes, alleles=ordered_alleles)
def chromosome_length(vcf):
Expand Down

0 comments on commit e0c1fd2

Please sign in to comment.