|
|
@@ -10,17 +10,18 @@ source: |
|
|
- osx_rpath.patch [osx]
|
|
|
|
|
|
build:
|
|
|
- number: 1
|
|
|
+ number: 2
|
|
|
skip: False
|
|
|
binary_relocation: False # [linux]
|
|
|
+ string: "htslib{{CONDA_HTSLIB}}_{{PKG_BUILDNUM}}"
|
|
|
|
|
|
requirements:
|
|
|
build:
|
|
|
- gcc # [linux]
|
|
|
- llvm # [osx]
|
|
|
- - htslib >=1.4.1
|
|
|
- - samtools >=1.4.1
|
|
|
- - bcftools >=1.4.1
|
|
|
+ - htslib {{CONDA_HTSLIB}}*
|
|
|
+ - samtools {{CONDA_HTSLIB}}*
|
|
|
+ - bcftools {{CONDA_HTSLIB}}*
|
|
|
- cython
|
|
|
- python
|
|
|
- setuptools
|
|
|
@@ -29,9 +30,9 @@ requirements: |
|
|
|
|
|
run:
|
|
|
- libgcc # [linux]
|
|
|
- - htslib >=1.4.1
|
|
|
- - samtools >=1.4.1
|
|
|
- - bcftools >=1.4.1
|
|
|
+ - htslib {{CONDA_HTSLIB}}*
|
|
|
+ - samtools {{CONDA_HTSLIB}}*
|
|
|
+ - bcftools {{CONDA_HTSLIB}}*
|
|
|
- python
|
|
|
- zlib
|
|
|
- curl
|
|
|
|