Revision d321fd31681d76f731c5b71357578776e49ba167 authored by Jerome Kelleher on 28 November 2020, 18:03:45 UTC, committed by GitHub on 28 November 2020, 18:03:45 UTC
2 parent s e573049 + 796d1ca
Raw File
README.rst
=======
msprime
=======

Msprime is a coalescent simulator and library for processing
tree-based genetic data. Msprime can simulate the coalescent with
recombination over whole chromosomes for hundreds of thousands of
samples, and very efficiently process the resulting genealogies
using `tskit <https://tskit.readthedocs.org/en/stable>`_.

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/stable/CITATION.html>`__ for
full citation details.

Please see the `documentation <https://msprime.readthedocs.org/en/stable/>`_
for further details.

Msprime is very portable, and provides a number of installation options.
See `here <https://msprime.readthedocs.org/en/stable/installation.html>`_ for
details.
back to top