Skip to content

Commit

Permalink
Add recipe for phenograph v1.5.7 (bioconda#51794)
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Oct 29, 2024
1 parent 6779291 commit ba3cde9
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions recipes/phenograph/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{% set name = "phenograph" %}
{% set version = "1.5.7" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/PhenoGraph-{{ version }}.tar.gz
sha256: 46b28f9e043a00deba53bb5f35dd84793669ab2bd4ce78900bf7f15f1321515a

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
number: 0
run_exports:
- {{ pin_subpackage('phenograph', max_pin="x") }}

requirements:
host:
- python >=3.6
- pip
- setuptools
run:
- python >=3.6
- leidenalg >=0.8.2
- setuptools >=18.0.1
- numpy >=1.12
- scipy >=1.5.1
- scikit-learn >=0.17
- psutil >4

test:
imports:
- phenograph

about:
home: https://github.com/dpeerlab/PhenoGraph
summary: "Graph-based clustering for high-dimensional single-cell data."
license: MIT
license_family: MIT
license_file: LICENSE
dev_url: https://github.com/dpeerlab/PhenoGraph
doc_url: "https://github.com/dpeerlab/PhenoGraph/blob/v{{ version }}/README.md"

extra:
identifiers:
- doi:10.1016/j.cell.2015.05.047

0 comments on commit ba3cde9

Please sign in to comment.