swh:1:snp:300923221fcf626df34df8c763b7994a14d9c907
Raw File
Tip revision: ca3f73002e9713d20d4e1534423a4fba1439be36 authored by Jerome Kelleher on 29 May 2020, 14:31:10 UTC
Fix OOA example in tutorial.
Tip revision: ca3f730
README.md
# msprime

[![Build Status](https://travis-ci.org/tskit-dev/msprime.svg?branch=master)](https://travis-ci.org/tskit-dev/msprime) [![Build status](https://ci.appveyor.com/api/projects/status/3d4rhxw6wxgm9snj/branch/master?svg=true)](https://ci.appveyor.com/project/tskit-dev/msprime/branch/master) [![CircleCI](https://circleci.com/gh/tskit-dev/msprime.svg?style=svg)](https://circleci.com/gh/tskit-dev/msprime) [![codecov](https://codecov.io/gh/tskit-dev/msprime/branch/master/graph/badge.svg)](https://codecov.io/gh/tskit-dev/msprime) [![Documentation Status](https://readthedocs.org/projects/msprime/badge/?version=stable)](https://msprime.readthedocs.io/en/stable/?badge=stable)

``msprime`` is a Python API and command line interface for simulating the 
coalescent with recombination based on [tskit](https://tskit.readthedocs.org/en/latest/).
Please see the [documentation](https://msprime.readthedocs.org/en/latest/)
for further information and 
[installation instructions](https://msprime.readthedocs.org/en/latest/installation.html).

If you would like to help make ``msprime`` better, please see the 
[developer documentation](https://msprime.readthedocs.org/en/latest/development.html)
to get started.

If you are looking for help on a specific issue or would like to ask a
question to fellow ``msprime`` users, please send an email to the
[mailing list](https://groups.google.com/group/msprime-users). By asking
questions on the mailing list, you can help to build a searchable knowledge
base.

If you use ``msprime`` in your work, please cite the [PLOS Computational
Biology](http://dx.doi.org/10.1371/journal.pcbi.1004842) paper.
See [here](https://msprime.readthedocs.org/en/latest/CITATION.html) for
full citation details.


back to top