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 15, 2022
1 parent d3e4091 commit a8002b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 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 @@ -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 All @@ -65,7 +65,7 @@ outputs:
- {{ pin_compatible('numpy', lower_bound='1.16') }}
- {{ pin_subpackage('libtiledbvcf', exact=True) }}
- python
- pyarrow 9.0.*
- pyarrow 6.0.*
- pybind11
- rpdb
- wheel
Expand All @@ -76,7 +76,7 @@ outputs:
- {{ pin_compatible('numpy', lower_bound='1.16') }}
- {{ pin_subpackage('libtiledbvcf', exact=True) }}
- python
- pyarrow 9.0.*
- pyarrow 6.0.*
- pybind11
- setuptools
- pandas
Expand Down

0 comments on commit a8002b0

Please sign in to comment.