hubward¶
Summary¶
Manage the visualization of large amounts of other people’s [often messy] genomics data
Versions¶
- 0.2.2
License¶
BSD License
Meta¶
package:
name: hubward
version: "0.2.2"
source:
fn: hubward-0.2.2.tar.gz
url: https://pypi.python.org/packages/source/h/hubward/hubward-0.2.2.tar.gz
md5: 335a36f6eb5e38bfb5f9d0f518aba2f7
# patches:
# List any patch files here
# - fix.patch
build:
skip: True # [py3k]
number: 1
# 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
#
# - hubward = hubward:main
#
# Would create an entry point called hubward that calls hubward.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
- argh
- colorama
- jsonschema
- pyyaml
- pybedtools
- bleach
- matplotlib
- numpy
- fabric
- trackhub
- docutils
- pycurl
- pyaml
- functools32
run:
- python
- argh
- colorama
- jsonschema
- pyyaml
- pybedtools
- bleach
- matplotlib
- numpy
- fabric
- trackhub
- docutils
- pycurl
- pyaml
- functools32
test:
# Python imports
imports:
- hubward
commands:
- hubward -h
# 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: https://github.com/daler/hubward
license: BSD License
summary: "Manage the visualization of large amounts of other people's [often messy] genomics data"
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml