Skip to content

Commit

Permalink
Update ucsc-cell-browser to 1.2.4 (bioconda#45445)
Browse files Browse the repository at this point in the history
* Update ucsc-cell-browser to 1.2.4

* add run_exports

* try pinning python to <3.12

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian committed Feb 2, 2024
1 parent f2d176a commit 4af4f99
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions recipes/ucsc-cell-browser/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = '1.2.3' %}
{% set version = '1.2.4' %}
{% set name = "cellbrowser" %}

package:
Expand All @@ -7,7 +7,7 @@ package:

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: "081d55d1ecc3701c20b1f0275915e9b472b8b71eaa9cb1de7dcba1a0cd0501b1"
sha256: "9c7414dd377ce36c290b1eef0763d0e9d0b8fa9ddc697f6bcfd1e2efa49e67f9"

build:
number: 0
Expand All @@ -25,14 +25,16 @@ build:
- cbGenes = cellbrowser.genes:cbGenesCli
- cbHub = cellbrowser.hubmaker:cbHubCli
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('ucsc-cell-browser', max_pin="x") }}

requirements:
host:
- python >=3.6
- python >=3.6,<3.12
- pip
run:
- python >=3.6
- python >=3.6,<3.12
- numpy
- anndata

Expand All @@ -53,7 +55,14 @@ test:
- which cbGenes

about:
home: http://cells.ucsc.edu
license: GPL
home: https://cells.ucsc.edu
license: GPL-3.0-or-later
license_family: GPL3
license_file: LICENSE
summary: A browser for single-cell data, main site at http://cells.ucsc.edu. UCSC Cellbrowser, an interactive browser for single cell data. Includes importers and basic pipelines for text files, Seurat, Scanpy and Cellranger. All Javascript - does not require a server backend.
doc_url: https://cellbrowser.readthedocs.io/en/master/
dev_url: https://github.com/maximilianh/cellBrowser

extra:
identifiers:
- doi:10.1093/bioinformatics/btab503

0 comments on commit 4af4f99

Please sign in to comment.