forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
40 lines (33 loc) · 853 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
package:
name: pysam
version: 0.9.0
source:
fn: pysam-0.9.0.tar.gz
url: https://pypi.python.org/packages/source/p/pysam/pysam-0.9.0.tar.gz
md5: 66913000ff50817bdcf56dfd3a52396f
build:
number: 2
skip: False
requirements:
build:
- gcc # [linux]
- llvm # [osx]
- htslib ==1.3
- samtools ==1.3
- bcftools ==1.3
- cython
- python
- setuptools
run:
- libgcc # [linux]
- htslib ==1.3
- samtools ==1.3
- bcftools ==1.3
- python
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."