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 cnvkit to 0.9.12 #52151

Merged
merged 2 commits into from
Nov 18, 2024
Merged
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
15 changes: 8 additions & 7 deletions recipes/cnvkit/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "cnvkit" %}
{% set version = "0.9.11" %}
{% set version = "0.9.12" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/etal/cnvkit/archive/v{{ version }}.tar.gz
sha256: 1763936427184270108fd51219ebc82f542e28339bdec587579b8745f61179a8
sha256: 39d65ba3d9c541dfd80986ace298b2d521067d1b81edef7169196b8dcc5d63d5

build:
noarch: python
Expand All @@ -22,6 +22,7 @@ requirements:
host:
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
- bioconductor-dnacopy
Expand Down Expand Up @@ -49,13 +50,13 @@ test:
- cnvkit.py -h

about:
home: https://github.com/etal/cnvkit
license: Apache-2.0
home: "https://github.com/etal/cnvkit"
license: "Apache-2.0"
license_family: APACHE
license_file: LICENSE
summary: Copy number variant detection from high-throughput sequencing
dev_url: https://github.com/etal/cnvkit
doc_url: https://cnvkit.readthedocs.io/en/stable/
summary: "Copy number variant detection from high-throughput sequencing."
dev_url: "https://github.com/etal/cnvkit"
doc_url: "https://cnvkit.readthedocs.io/en/stable"

extra:
identifiers:
Expand Down
Loading