biom-format¶
Summary¶
Biological Observation Matrix (BIOM) format
Versions¶
- 2.1.5
- 2.1.4
License¶
BSD License
Meta¶
package:
name: biom-format
version: "2.1.5"
source:
fn: biom-format-2.1.5.tar.gz
url: https://pypi.python.org/packages/source/b/biom-format/biom-format-2.1.5.tar.gz
md5: 30964772b5eb9a84d407d1ed33a064c0
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
#
# - biom-format = biom-format:main
#
# Would create an entry point called biom-format that calls biom-format.main()
- biom=biom.cli:cli
number: 0
skip: True # [py3k]
requirements:
build:
- python
- setuptools
- pyqi ==0.3.2
- click
- numpy >=1.3.0
- future >=0.14.3
- scipy >=0.13.0
run:
- python
- setuptools
- click
- pyqi ==0.3.2
- numpy >=1.3.0
- future >=0.14.3
- scipy >=0.13.0
test:
# Python imports
imports:
- biom
- biom.cli
commands:
# You can put test commands to be run here. Use this to test that the
# entry points work.
- biom --help
about:
home: http://www.biom-format.org
license: BSD License
summary: 'Biological Observation Matrix (BIOM) format'