Skip to content

Commit

Permalink
adding gene-trajectory-python
Browse files Browse the repository at this point in the history
  • Loading branch information
fra-pcmgf committed Oct 18, 2024
1 parent c8e118e commit edcf570
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions recipes/gene-trajectory-python/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{% set name = "gene-trajectory-python" %}
{% set version = "1.0.4" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/gene_trajectory-{{ version }}.tar.gz
sha256: 133e22dd167cbc83b8d4ecffa98bfc623f98584b91d2ecf31b915aeb11072b73

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.9
- flit-core >=3.2,<4
- pip
run:
- python >=3.9
- igraph >=0.10
- matplotlib-base >=3.6
- numpy >=1.25
- pandas >=1.5
- pot >=0.8.2
- scanpy >=1.9.3
- scikit-misc >=0.1.3
- scikit-learn >=0.24
- scipy >=1.8
- seaborn >=0.13
- tqdm >=4.64.1

test:
imports:
- gene_trajectory
commands:
- pip check
requires:
- pip

about:
home: https://github.com/KlugerLab/GeneTrajectory-python
summary: Compute gene trajectories
license: MIT
license_file: LICENSE
doc_url: https://github.com/KlugerLab/GeneTrajectory-python
dev_url: https://github.com/KlugerLab/GeneTrajectory-python


extra:
recipe-maintainers:
- fra-pcmgf

0 comments on commit edcf570

Please sign in to comment.