Skip to content

Commit

Permalink
run_exports + description
Browse files Browse the repository at this point in the history
  • Loading branch information
fra-pcmgf committed Oct 18, 2024
1 parent edcf570 commit ea0317e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/gene-trajectory-python/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
run_exports:
- {{ pin_subpackage(name|lower, max_pin="x") }}

requirements:
host:
Expand Down Expand Up @@ -44,6 +46,10 @@ test:
about:
home: https://github.com/KlugerLab/GeneTrajectory-python
summary: Compute gene trajectories
description: |
Gene Trajectory is a Python package that computes and analyzes gene trajectories in single-cell data.
It provides tools for trajectory inference, gene expression analysis along trajectories, and visualization of results.
license: MIT
license_file: LICENSE
doc_url: https://github.com/KlugerLab/GeneTrajectory-python
Expand Down

0 comments on commit ea0317e

Please sign in to comment.