Skip to content

Commit

Permalink
Add cell2cell (#51744)
Browse files Browse the repository at this point in the history
* meta.yaml created by greyskull

* update meta.yaml

* update meta

* Update recipes/cell2cell/meta.yaml

Co-authored-by: Björn Grüning <[email protected]>

* Update recipes/cell2cell/meta.yaml

Co-authored-by: Björn Grüning <[email protected]>

* update meta

* update meta

---------

Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
nilchia and bgruening authored Oct 29, 2024
1 parent b858773 commit 7201e2d
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions recipes/cell2cell/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{% set name = "cell2cell" %}
{% set version = "0.7.4" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/cell2cell-{{ version }}.tar.gz
sha256: 2e17a1556d90c187434aa492000b2ced0d755cf6d437732f07df42e6670370e0

build:
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
run_exports:
- {{ pin_subpackage("cell2cell", max_pin="x.x.x") }}

requirements:
build:
- {{ compiler("cxx") }}

host:
- python <=3.8
- cython
- pip
run:
- python <=3.8
- numpy >=1.16,<2.0
- pandas >=1.0.0
- xlrd >=1.1
- openpyxl >=2.6.2
- networkx >=2.3
- matplotlib-base >=3.2.0,<3.7.3
- seaborn >=0.11.0
- scikit-learn
- umap-learn
- tqdm
- statsmodels
- statannotations
- tensorly ==0.8.1
- kneed
- scanpy <=1.9.3
- gseapy ==1.0.3

test:
imports:
- benchmarks
- cell2cell
commands:
- pip check
requires:
- pip

about:
home: https://github.com/earmingol/cell2cell
summary: Inferring cell-cell interactions from transcriptomes with cell2cell
license: BSD-3-Clause
license_file: LICENSE.txt

extra:
recipe-maintainers:
- nilchia

0 comments on commit 7201e2d

Please sign in to comment.