Skip to content

Commit

Permalink
Update parebrick to 0.5.7 (#51182)
Browse files Browse the repository at this point in the history
* Update parebrick to 0.5.6

* Update parebrick to 0.5.7

* Add run_exports

* clean up recipe

---------

Co-authored-by: Martin Grigorov <martin-g@users.noreply.github.com>
Co-authored-by: mencian <joshua.zhuang@yahoo.com>
  • Loading branch information
3 people authored Oct 7, 2024
1 parent 9c0124c commit 01aa90a
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions recipes/parebrick/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,35 +1,37 @@
{% set name = "PaReBrick" %}
{% set version = "0.5.5" %}
{% set version = "0.5.7" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/PaReBrick-{{ version }}.tar.gz
sha256: f7d2525dbd96d6bbb633a96e2781e67b1b7c40f2e41da0f2f05d3453e7e9ef45
sha256: 87aea585e0bc340abad2a4a37d532b5be75872284cabf3c9ad0be83ef372f0e4

build:
run_exports:
- {{ pin_subpackage(name|lower, max_pin='x.x') }}
entry_points:
- PaReBrick=parebrick.main:main
- parebrick=parebrick.main:main
- PaReBrick-Charts=parebrick.drawer:main
- parebrick-charts=parebrick.drawer:main
noarch: python
script: {{ PYTHON }} -m pip install . -vv
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
number: 0

requirements:
host:
- pip
- python >=3.6,<4.0
- python >=3.6,<3.9
run:
- bg
- ete3
- pyqt
- python >=3.6,<4.0
- python >=3.6,<3.9
- scikit-learn
- seaborn >=0.11.0
- seaborn-base >=0.11.0

test:
imports:
Expand All @@ -42,10 +44,11 @@ test:

about:
home: https://github.com/ctlab/parallel-rearrangements
summary: A bioinf tool for finding genome rearrangements in bacterial genomes
summary: "A bioinf tool for finding genome rearrangements in bacterial genomes."
license: MIT
license_family: MIT
license_file: LICENSE

dev_url: https://github.com/ctlab/parallel-rearrangements

extra:
container:
Expand Down

0 comments on commit 01aa90a

Please sign in to comment.