forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
44 lines (37 loc) · 977 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: pysam
version: 0.9.1
source:
fn: pysam-0.9.1.tar.gz
url: https://pypi.python.org/packages/40/15/20b22dc3d017ec123e533d062b982b111b0214168905de3221b5caf5f766/pysam-0.9.1.tar.gz
md5: d87765ad1e0afe534255c20cce5478e4
build:
number: 0
skip: False
requirements:
build:
- gcc # [linux]
- llvm # [osx]
- htslib ==1.3.1
- samtools ==1.3.1
- bcftools ==1.3.1
- cython
- python
- setuptools
- zlib
- curl
run:
- libgcc # [linux]
- htslib ==1.3.1
- samtools ==1.3.1
- bcftools ==1.3.1
- python
- zlib
- curl
test:
imports:
- pysam
about:
home: https://github.com/pysam-developers/pysam
license: MIT
summary: "Pysam is a python module for reading and manipulating Samfiles. It is a lightweight wrapper of the samtools C-API. Pysam also includes an interface for tabix."