https://github.com/tskit-dev/msprime
Raw File
Tip revision: a3da1b02836537cf35564c914938c75d8ed1acec authored by Jerome Kelleher on 20 July 2016, 15:58:14 UTC
Changelog for 0.3.2.
Tip revision: a3da1b0
requirements.txt
codecov
coverage
flake8
mock
nose
# We need setuptools_scm for building on RTD.
setuptools_scm
sphinx
sphinx-argparse
sphinx_rtd_theme
svgwrite
# Seems to be a problem with Python 3. svgwrite imports
# pyparsing.
pyparsing < 2.1

# We need pysam and PyVCF for testing VCF output.
pysam
PyVCF
back to top