Skip to content

Commit

Permalink
Update strainge to 1.3.9 (#48524)
Browse files Browse the repository at this point in the history
* Update strainge to 1.3.9

* clean up recipe

---------

Co-authored-by: mencian <[email protected]>
Co-authored-by: Andreas Sjödin <[email protected]>
Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
4 people authored Nov 12, 2024
1 parent 07a8601 commit b996dab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 215 deletions.
104 changes: 0 additions & 104 deletions recipes/strainge/build_failure.linux-64.yaml

This file was deleted.

104 changes: 0 additions & 104 deletions recipes/strainge/build_failure.osx-64.yaml

This file was deleted.

16 changes: 9 additions & 7 deletions recipes/strainge/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{% set name = "strainge" %}
{% set version = "1.3.8" %}
{% set version = "1.3.9" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: d93f1d5fea0f13519cdf19e6b0914c8ef5ce07778d653b74db267e92643e4bd1
sha256: a056798fdadf9cb9d12675cb421508c0605e637f4a5baf468eca32922ed30d08

build:
number: 1
skip: true # [py<38]
number: 0
skip: True # [py < 38]
entry_points:
- strainge=strainge.cli.main:strainge_cli
- straingst=strainge.cli.main:straingst_cli
- straingr=strainge.cli.main:straingr_cli
script: {{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv
script: {{ PYTHON }} -m pip install . --no-build-isolation --no-cache-dir --no-deps -vvv
run_exports:
- {{ pin_subpackage("strainge", max_pin="x") }}

Expand All @@ -28,11 +28,12 @@ requirements:
- pip
- pybind11 >=2.2
- numpy
- toml
- versioneer
- zlib
run:
- python
- numpy
- pybind11 >=2.2
- {{ pin_compatible('numpy') }}
- h5py
- intervaltree
- matplotlib-base
Expand All @@ -57,6 +58,7 @@ about:
license_family: BSD
license_file: LICENSE
summary: "Strain Genome Explorer: a tool suite for tracking and characterizing low-abundance strains."
dev_url: https://github.com/broadinstitute/strainge

extra:
recipe-maintainers:
Expand Down

0 comments on commit b996dab

Please sign in to comment.