Skip to content

Commit

Permalink
pb-assembly-0.0.4: openssl-1.1.1a (#13452)
Browse files Browse the repository at this point in the history
After I rebuilt samtools, the samtools problem disappeared for me in some cases,
but only because pb-assembly was suddenly using the older openssl again.

Hopefully, this will create a self-consistent tree.
  • Loading branch information
Christopher Dunn committed Feb 2, 2019
1 parent 0a0d60e commit edbe2d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/pb-assembly/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package:
name: pb-assembly
version: "0.0.3"
version: "0.0.4"
build:
number: 3
number: 1
script: echo noop
skip: True # [not py27 or osx]
requirements:
Expand All @@ -22,6 +22,7 @@ requirements:
- pbmm2
- mummer4
- samtools
- openssl >=1.1.1a
- bedtools
- bwa
- numpy
Expand Down

0 comments on commit edbe2d6

Please sign in to comment.