Skip to content

Commit

Permalink
Update for TileDB-VCF 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awenocur committed Dec 14, 2022
1 parent d3e4091 commit b264966
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "tiledb-vcf" %}
{% set version = "0.20.2" %}
{% set sha256 = "217652ad87b0ef448460597d589342d5850c653afabc5fa939cd32b787a5e9ba" %}
{% set version = "0.21.0" %}
{% set sha256 = "85fe8eb5b4e2a59b0d7a497b66a72597799b01e57e7c839c642568050bc82130" %}

package:
name: {{ name }}
Expand All @@ -15,7 +15,7 @@ source:
sha256: {{ sha256 }}

build:
number: 0
number: 2
skip: true # [win or linux32 or py2k]

requirements:
Expand All @@ -27,10 +27,10 @@ requirements:
- make
run:
- htslib >=1.15
- tiledb 2.12.*
- tiledb 2.13.*
host:
- htslib >=1.15
- tiledb 2.12.*
- tiledb 2.13.*

outputs:
- name: libtiledbvcf
Expand All @@ -44,10 +44,10 @@ outputs:
- make
host:
- htslib >=1.15
- tiledb 2.12.*
- tiledb 2.13.*
run:
- htslib >=1.15
- tiledb 2.12.*
- tiledb 2.13.*
test:
commands:
- tiledbvcf version
Expand Down

0 comments on commit b264966

Please sign in to comment.