Skip to content

Commit

Permalink
Merge pull request #1041 from kyleabeauchamp/pysamhtslib
Browse files Browse the repository at this point in the history
Hardcode htslib and samtools versions in pysam
  • Loading branch information
sebastian-luna-valero committed Mar 14, 2016
2 parents bded411 + 8524d65 commit 9a4f4cf
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions recipes/pysam/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ source:
md5: 66913000ff50817bdcf56dfd3a52396f

build:
number: 1
number: 2

requirements:
build:
- gcc # [linux]
- llvm # [osx]
- htslib
- samtools
- bcftools
- htslib ==1.3
- samtools ==1.3
- bcftools ==1.3
- cython
- python
- setuptools

run:
- libgcc # [linux]
- htslib
- samtools
- bcftools
- htslib ==1.3
- samtools ==1.3
- bcftools ==1.3
- python

test:
Expand All @@ -37,4 +37,3 @@ 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."

0 comments on commit 9a4f4cf

Please sign in to comment.