From 9e6afd1032ee6f7f739477458b13c186c67a2c86 Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Sat, 18 Nov 2023 11:35:19 -0700 Subject: [PATCH] Update cutesv to 2.1.0 (#44303) * Update cutesv to 2.1.0 * Update cutesv to 2.1.0 * run_exports * add scitkit-learn and scipy --------- Co-authored-by: Thanh Lee Co-authored-by: joshuazhuang7 --- recipes/cutesv/meta.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/recipes/cutesv/meta.yaml b/recipes/cutesv/meta.yaml index 6f61dca55da15..957edae2caec5 100644 --- a/recipes/cutesv/meta.yaml +++ b/recipes/cutesv/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2.0.3" %} +{% set version = "2.1.0" %} package: name: cutesv @@ -6,12 +6,14 @@ package: 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: @@ -24,6 +26,8 @@ requirements: - pysam >=0.15.0 - python >=3 - pyvcf + - scikit-learn + - scipy test: commands: