fisher¶
Summary¶
Fast Fisher’s Exact Test
Versions¶
- 0.1.4
License¶
BSD License
Meta¶
package:
name: fisher
version: "0.1.4"
source:
fn: fisher-0.1.4.tar.gz
url: https://pypi.python.org/packages/source/f/fisher/fisher-0.1.4.tar.gz
md5: bfc763b7333a1f428e4c447dd8a85968
build:
skip: True # [not py27]
number: 0
requirements:
build:
- python
- numpy
run:
- python
- numpy
test:
# Python imports
imports:
- fisher
# commands:
# You can put test commands to be run here. Use this to test that the
# entry points work.
# 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://github.com/brentp/fishers_exact_test
license: BSD License
summary: "Fast Fisher's Exact Test"
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml