forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
58 lines (51 loc) · 1.04 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
package:
name: bx-python
version: '0.7.3'
source:
#hg_url: https://bitbucket.org/james_taylor/bx-python
fn: bx-python-0.7.3.tar.gz
url: https://pypi.python.org/packages/source/b/bx-python/bx-python-0.7.3.tar.gz
md5: d8c50c01c9e421bae0bbdbfa00fef6e4
build:
number: 1
skip: True # [not py27]
requirements:
build:
- python
- setuptools
- cython
- nose
- numpy x.x
run:
- python
- setuptools
- numpy x.x
test:
imports:
- bx.align.sitemask
- bx.tabular
- bx.intervals
- bx.align
- bx.bbi
- bx.bbi.bigwig_file
- bx.cookbook
- bx.arrays
- bx.motif.io
- bx.seq
- bx.intervals.operations
- bx.pwm
- bx.misc
- bx.motif
- bx.phylo
- bx.motif.logo
- bx_extras
- bx.align.tools
- bx
- bx.intseq
requires:
# Put any additional test requirements here. For example
- nose
about:
home: http://bitbucket.org/james_taylor/bx-python/wiki/Home
license: MIT
summary: Toolkit to enable rapid implementation of genome scale analyses.