Skip to content

Commit

Permalink
Update oakvar to 2.11.11 (#51279)
Browse files Browse the repository at this point in the history
* Update oakvar to 2.11.11

* update recipe

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Oct 9, 2024
1 parent 487b6c1 commit 11a46f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 42 deletions.
38 changes: 0 additions & 38 deletions recipes/oakvar/LICENSE

This file was deleted.

11 changes: 7 additions & 4 deletions recipes/oakvar/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "OakVar" %}
{% set version = "2.11.10" %}
{% set sha256 = "9147d3794f77a10fab2ca766da704bd074dc355641e67f48ffc58f74aebd0819" %}
{% set version = "2.11.11" %}
{% set sha256 = "16ac185b5e26e422111f7d7e568bd602e972ac2a91feeb4ee61a2193d47cd9a7" %}

package:
name: {{ name|lower }}
Expand All @@ -13,7 +13,7 @@ source:
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
entry_points:
- ov=oakvar.__main__:main
run_exports:
Expand All @@ -23,6 +23,7 @@ requirements:
host:
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
- requests
Expand All @@ -49,6 +50,8 @@ requirements:
- connectorx
- pyarrow
- multiprocess
- pysimplegui
- ujson
- mpmath
- twobitreader
- intervaltree
Expand All @@ -63,7 +66,7 @@ test:
about:
home: 'https://github.com/rkimoakbioinformatics/oakvar'
summary: "OakVar - Genomic Variant Analysis Platform"
dev_url: 'https://pypi.org/project/oakvar/'
dev_url: 'https://github.com/rkimoakbioinformatics/oakvar'
license: 'AGPL-3.0-or-later'
license_family: AGPL
license_file: LICENSE
Expand Down

0 comments on commit 11a46f9

Please sign in to comment.