Skip to content

Commit

Permalink
Update cnvkit to 0.9.12 (#52151)
Browse files Browse the repository at this point in the history
* Update cnvkit to 0.9.12

* clean up recipe

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Nov 18, 2024
1 parent 6d4a1cb commit 4672012
Showing 1 changed file with 8 additions and 7 deletions.
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

0 comments on commit 4672012

Please sign in to comment.