Metadata-Version: 1.2
Name: msprime
Version: 1.0.0a5
Summary: A fast and accurate coalescent simulator.
Home-page: https://pypi.org/project/msprime/
Author: Tskit Developers
Author-email: admin@tskit.dev
License: GNU GPLv3+
Description: =======
        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.
        
Keywords: Coalescent simulation,ms,tree sequence
Platform: POSIX
Platform: Windows
Platform: MacOS X
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6
