Skip to content

Commit

Permalink
Update cutesv to 2.1.0 (bioconda#44303)
Browse files Browse the repository at this point in the history
* Update cutesv to 2.1.0

* Update cutesv to 2.1.0

* run_exports

* add scitkit-learn and scipy

---------

Co-authored-by: Thanh Lee <[email protected]>
Co-authored-by: joshuazhuang7 <[email protected]>
  • Loading branch information
3 people authored Nov 18, 2023
1 parent 4c72cfa commit 9e6afd1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions recipes/cutesv/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{% set version = "2.0.3" %}
{% set version = "2.1.0" %}

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

source:
url: https://github.com/tjiangHIT/cuteSV/archive/cuteSV-v{{ version }}.tar.gz
sha256: b29115148636c551976ec6e97d03f4da9e2fd4e81a2ea4b8b2b817afb9bbbd52
sha256: c2d072e8c3c1a2a8ec52abe63ffc796d0e023385e850c4ead6e3a18c14f173d3

build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install --no-deps --ignore-installed -vv .
script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation -vvv .
run_exports:
- {{ pin_subpackage("cutesv", max_pin="x.x") }}

requirements:
host:
Expand All @@ -24,6 +26,8 @@ requirements:
- pysam >=0.15.0
- python >=3
- pyvcf
- scikit-learn
- scipy

test:
commands:
Expand Down

0 comments on commit 9e6afd1

Please sign in to comment.