Skip to content

Commit

Permalink
Update pixelator to 0.19.0 (#52721)
Browse files Browse the repository at this point in the history
* Update pixelator to 0.19.0

* Update meta.yaml

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Dec 11, 2024
1 parent 99c3174 commit 58efbc0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions recipes/pixelator/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{% set name = "pixelator" %}
{% set pypi_name = "pixelgen-pixelator" %}
{% set version = "0.18.3" %}
{% set version = "0.19.0" %}

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

source:
url: https://pypi.io/packages/source/{{ pypi_name[0] }}/{{ pypi_name }}/pixelgen_pixelator-{{ version }}.tar.gz
sha256: cc3ae8ef379b13c07fc1a8511f849b914791d6ecbf64055594a0026708b39708
sha256: 080caa68a328f2e64268163ee6f129896254d2a095a71a28d7886e7f42515473

build:
entry_points:
- pixelator = pixelator.cli:main_cli
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
number: 0
run_exports:
- {{ pin_subpackage('pixelator', max_pin="x.x") }}
Expand All @@ -38,7 +38,8 @@ requirements:
- python-annoy <=1.17.0
# I had to lock xopen < 1.9.0 because zlib-ng which is required by xopen
# does not install as expected
- xopen <1.9.0
- xopen <1.9.0
- python-xxhash
- anndata >=0.8.0
- numba >=0.56.4
- scanpy
Expand All @@ -62,17 +63,15 @@ test:
imports:
- pixelator
commands:
- pip check
- pixelator --help
requires:
- pip

about:
home: https://github.com/PixelgenTechnologies/pixelator
summary: A command-line tool and library to process and analyze sequencing data from Molecular Pixelation (MPX) assays.
license: MIT
license_family: MIT
license_file: LICENSE.txt
dev_url: https://github.com/PixelgenTechnologies/pixelator

extra:
recipe-maintainers:
Expand Down

0 comments on commit 58efbc0

Please sign in to comment.