Permalink
Browse files

Update htslib to latest 1.5 release (#5052)

Bumps CONDA_HTSLIB and re-builds packages that reference it.
Pin pysam to CONDA_HTSLIB. Fixes chapmanb/bcbio-nextgen#1987
  • Loading branch information...
1 parent b9f3032 commit dc39b5cf5401e94e8e4929b8cf61140280728eda @chapmanb chapmanb committed on GitHub Jun 26, 2017
@@ -15,6 +15,7 @@ requirements:
- htslib {{CONDA_HTSLIB}}*
build:
number: 1
+ string: "htslib{{CONDA_HTSLIB}}_{{PKG_BUILDNUM}}"
package:
name: libsequence
version: '1.9.1'
@@ -28,9 +28,11 @@ requirements:
- htslib {{CONDA_HTSLIB}}*
test:
- imports:
- - Bio::DB::HTS
- - Bio::DB::HTS::Faidx
+ # disable temporarily because of bug in conda-build
+ # https://github.com/conda/conda-build/issues/1967
+ #imports:
+ # - Bio::DB::HTS
+ # - Bio::DB::HTS::Faidx
about:
home: https://metacpan.org/pod/Bio::DB::HTS
View
@@ -24,8 +24,8 @@ requirements:
test:
commands:
- - "pindel -h 2>&1 | grep 'Pindel version'"
- - "pindel2vcf --help | grep Example:"
+ - 'pindel -h 2>&1 | grep "Pindel version"'
+ - 'pindel2vcf --help | grep Example:'
about:
home: http://gmt.genome.wustl.edu/packages/pindel/index.html
View
@@ -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
View
@@ -2,7 +2,7 @@ CONDA_PY:
- 27
- 35
- 36
-CONDA_HTSLIB: "1.4"
+CONDA_HTSLIB: "1.5"
CONDA_BOOST: "1.61"
CONDA_R: "3.3.2"
CONDA_PERL: "5.22.0"

0 comments on commit dc39b5c

Please sign in to comment.