forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
44 lines (39 loc) · 774 Bytes
/
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
package:
name: crossmap
version: "0.2.2"
source:
url: http://sourceforge.net/projects/crossmap/files/CrossMap-0.2.2.tar.gz
fn: CrossMap-0.2.2.tar.gz
patches:
- setup_remove_deps.diff
build:
number: 3
# CrossMap is very particular about Python version.
skip: True # [not py27 or osx]
requirements:
build:
- python
- cython
- numpy
- setuptools
- nose
- pysam ==0.6
- bx-python
run:
- python
- cython
- numpy
- setuptools
- samtools ==0.1.19
- nose
- pysam ==0.6
- bx-python
- ucsc-wigtobigwig
test:
commands:
- CrossMap.py bed
- CrossMap.py vcf
about:
home: http://crossmap.sourceforge.net
license: GPL
summary: "Convert genomic coordiates between assemblies"