Skip to content

Commit

Permalink
minor fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mufernando authored and petrelharp committed Oct 25, 2021
1 parent 69579ec commit c590e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,7 @@ and outside the gene, all mutations are neutral and all are added with msprime.
samples = model.get_samples(100, 100, 100) # YRI, CEU, CHB
gene_interval = np.array([[1000, 2000]])
contig.clear_genomic_mutation_types()
contig.add_genomic_element_type(intervals=gene_interval, **KimDFE())
# Simulate.
Expand Down

0 comments on commit c590e04

Please sign in to comment.