pyfaidx¶
Summary¶
pyfaidx: efficient pythonic random access to fasta subsequences
Versions¶
- 0.4.4
License¶
MIT License
Meta¶
package:
name: pyfaidx
version: "0.4.4"
source:
fn: pyfaidx-0.4.4.tar.gz
url: https://pypi.python.org/packages/source/p/pyfaidx/pyfaidx-0.4.4.tar.gz
md5: b5fa82a27da4d8314a65ea8ab5b55cfd
# 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
#
# - pyfaidx = pyfaidx:main
#
# Would create an entry point called pyfaidx that calls pyfaidx.main()
- faidx = pyfaidx.cli: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:
- python
- setuptools
- six
run:
- python
- six
test:
# Python imports
imports:
- pyfaidx
commands:
# You can put test commands to be run here. Use this to test that the
# entry points work.
- faidx --help
# 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://mattshirley.com
license: MIT License
summary: 'pyfaidx: efficient pythonic random access to fasta subsequences'
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml