diff --git a/recipes/oakvar/LICENSE b/recipes/oakvar/LICENSE deleted file mode 100644 index 3d6f444550029..0000000000000 --- a/recipes/oakvar/LICENSE +++ /dev/null @@ -1,38 +0,0 @@ -OakVar Dual License - -Copyright (c) 2023 Oak Bioinformatics, LLC - -This program is dual licensed under the Affero GPL-3.0 or later for open source -use, and a commercial license, which is available for purchase, for commercial -use. - -For commercial use, please contact Oak Bioinformatics, LLC for obtaining a -commercial license. OakVar commercial license does not impose the Affero GPL -open-source licensing terms, conditions, and limitations. To obtain a -commercial-use license of OakVar, please visit our website at -https://oakbioinformatics.com or contact us at info@oakbioinformatics.com for -more information. - -================ - -MIT License - -Copyright (c) 2021 KarchinLab - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/recipes/oakvar/meta.yaml b/recipes/oakvar/meta.yaml index 1586d2c16b238..1c79b821bf1a9 100644 --- a/recipes/oakvar/meta.yaml +++ b/recipes/oakvar/meta.yaml @@ -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 }} @@ -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: @@ -23,6 +23,7 @@ requirements: host: - python >=3.8 - pip + - setuptools run: - python >=3.8 - requests @@ -49,6 +50,8 @@ requirements: - connectorx - pyarrow - multiprocess + - pysimplegui + - ujson - mpmath - twobitreader - intervaltree @@ -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