Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyanwong authored Feb 24, 2024
1 parent 0595ded commit d6a8794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A basic repo for kicking around ideas for the "(Generalised) Genetic Inheritance Graph" structure, which should be able to
capture genetic inheritance with genomic rearrangements, and hence describe inherited structural variation. This is
not meant to be stable software, and the API is subject to change at any time, but for the moment you can
try it out by converting a tree sequence to a GIG (although such a gig will not contain structural variations)
try it out by converting a [succinct tree sequence](https://tskit.dev) to a GIG (although such a gig will not contain structural variations)

```python
import msprime
Expand Down

0 comments on commit d6a8794

Please sign in to comment.