Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update oakvar to 2.11.11 #51279

Merged
merged 2 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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