msprime¶
Summary¶
A fast and accurate coalescent simulator.
Versions¶
- 0.1.7
License¶
GNU Lesser General Public License v3 or later (LGPLv3+)
Meta¶
package:
name: msprime
version: "0.1.7"
source:
fn: msprime-0.1.7.tar.gz
url: https://pypi.python.org/packages/source/m/msprime/msprime-0.1.7.tar.gz
md5: 4c87901df33245db534092ad5234bd0d
# patches:
# List any patch files here
# - fix.patch
build:
# noarch_python: True
# preserve_egg_dir: True
entry_points:
# Put any entry points (scripts to be generated automatically) here. The
# syntax is module:function. For example
#
# - msprime = msprime:main
#
# Would create an entry point called msprime that calls msprime.main()
- mspms=msprime.cli:mspms_main
- msp=msprime.cli:msp_main
# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
number: 1
requirements:
build:
- gcc
- python
- setuptools
- setuptools_scm
- svgwrite
- hdf5
- gsl
run:
- python
- svgwrite
- hdf5
- gsl
test:
# Python imports
imports:
- msprime
commands:
# You can put test commands to be run here. Use this to test that the
# entry points work.
- msp --help > /dev/null
- mspms 2 1 -T > /dev/null
# You can also put a file called run_test.py in the recipe that will be run
# at test time.
# requires:
# Put any additional test requirements here. For example
# - nose
about:
home: http://pypi.python.org/pypi/msprime
license: GNU Lesser General Public License v3 or later (LGPLv3+)
summary: 'A fast and accurate coalescent simulator.'
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml