Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e171b2b
Add category as field to all packages
grst Oct 30, 2025
a22aed6
Add core packages
grst Oct 30, 2025
481f37d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 30, 2025
6aae7ae
Update schema
grst Nov 8, 2025
57654d7
Fix corrupted github/pypi identifiers
grst Nov 8, 2025
d2ab12b
Add schema version
grst Nov 8, 2025
f232c43
Update gh actions
grst Nov 8, 2025
a188a5b
Add github token
grst Nov 8, 2025
2e8e588
Apply suggestions from code review
grst Nov 10, 2025
cb04ac3
Remove website from package registry
grst Nov 10, 2025
e3110cd
Add grst to authors; format pyproject.toml
grst Nov 10, 2025
5bf6ac6
fix schema
flying-sheep Nov 11, 2025
100cfcc
Batch users a bit
flying-sheep Nov 11, 2025
c5ccf5b
Merge branch 'main' into img-support
flying-sheep Nov 11, 2025
196c70d
remove orgs from contacts
flying-sheep Nov 11, 2025
c3e3b22
Do not fail fast
grst Nov 15, 2025
ea2e69a
Fix logging
grst Nov 15, 2025
dd745ca
Merge branch 'main' into img-support
grst Nov 15, 2025
ce8f2e5
Merge branch 'img-support' into add-package-category
grst Nov 16, 2025
492b76d
Update packages/anndata/meta.yaml
grst Nov 16, 2025
b610b96
Update packages/anndata/meta.yaml
grst Nov 16, 2025
66c65dc
Merge branch 'img-support' into add-package-category
grst Nov 16, 2025
b66b2ba
Add logos and update point of contact
grst Nov 16, 2025
58510c2
Snapatac
grst Nov 16, 2025
58ed86f
Add muon conda-forge identifier
grst Nov 16, 2025
f2e4315
Add missing info
grst Nov 16, 2025
b306cd3
Merge branch 'main' into add-package-category
grst Nov 18, 2025
e5471c3
nicer log
flying-sheep Nov 18, 2025
816e1ea
Fix tutorial links
flying-sheep Nov 18, 2025
3aaa81d
Merge branch 'main' into add-package-category
flying-sheep Nov 19, 2025
79999fc
Merge branch 'main' into add-package-category
flying-sheep Nov 20, 2025
99b5c39
fix category
flying-sheep Nov 20, 2025
18ecfbe
Merge branch 'main' into add-package-category
flying-sheep Nov 20, 2025
dabaa9c
Add scvi-tools citations
grst Nov 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/CellAnnotator/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ version: v0.1.3
authors:
- Marius1311
test_command: pip install -e '.[test]' && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/CellCharter/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ authors:
- marcovarrone
test_command: |
pip install ".[test]" && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/CellMapper/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ version: v0.1.2
authors:
- Marius1311
test_command: pip install -e '.[test]' && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/CellOracle/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ test_command: |
pip install .
# command to run tests
pytest -v
category: ecosystem
1 change: 1 addition & 0 deletions packages/CellRank/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ authors:
- WeilerP
test_command: |
pip install ".[test]" && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/Cell_BLAST/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ test_command: |
pip install --upgrade pip flit
flit install -s
cd test && python test.py
category: ecosystem
1 change: 1 addition & 0 deletions packages/CellphoneDB/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ authors:
- zktuong
test_command: |
git clone git@github.com:ventolab/CellphoneDB.git && pip install cellphonedb && pip install pytest && cd CellphoneDB/cellphonedb/src/tests/ && python3 -m pytest method_tests.py
category: ecosystem
1 change: 1 addition & 0 deletions packages/Cirrocumulus/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ authors:
- gouwens
test_command: |
SETUPTOOLS_SCM_PRETEND_VERSION=0.0.1 pip install .[test,parquet] && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/DoubletDetection/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ authors:
- JonathanShor
- ambrosejcarr
test_command: pip install ".[test]" && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/GPTBioInsightor/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ version: v0.3.0
authors:
- huangsh
test_command: pip install "." && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/GRnnData/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ version: v1.1.4
authors:
- jkobject (jeremie kalfon)
test_command: pip install . && make test
category: ecosystem
1 change: 1 addition & 0 deletions packages/LazySlide/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ authors:
- eabila
- afrendeiro
test_command: uv run task test
category: ecosystem
1 change: 1 addition & 0 deletions packages/Mowgli/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ version: v0.2.0
authors:
- gjhuizing
test_command: pip install . && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/Multivelo/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ authors:
- jw156605
- danielee0707
- jacobrepucci
category: ecosystem
1 change: 1 addition & 0 deletions packages/PEAKQC/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ version: 0.1.3
authors:
- loosolab
test_command: pip install . && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/PILOT/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ test_command: |
pip install pilotpy
conda install pytest
cd test && pytest test_pilot.py
category: ecosystem
1 change: 1 addition & 0 deletions packages/ParTIpy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ version: v0.0.04
authors:
- psl-schaefer
- leotenshii
category: ecosystem
1 change: 1 addition & 0 deletions packages/PathML/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ authors:
- Yu-AnChen
- jzhang1031
test_command: pip install "." && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/PyDESeq2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ authors:
- mandreux-owkin
test_command: |
pip install ."[dev]" && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/Rectangle/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ authors:
- bernheder
test_command: |
pip install ."[dev,test]" && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/SC2Spa/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ authors:
- Linbu Liao
- Kyoung Jae Won
test_command: pip install "." && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/SCALEX/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ version: v1.0.3
authors:
- Lei Xiong
test_command: pip install ".[test]" && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/STMiner/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ version: v1.1.0
authors:
- Peisen Sun
test_command: pip install "." && pytest
category: ecosystem
23 changes: 23 additions & 0 deletions packages/SnapATAC2/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: SnapATAC2
description: |
SnapATAC2 is a scalable and modular pipeline for analyzing single-cell ATAC-seq data,
enabling efficient preprocessing, dimensionality reduction, clustering, and integration
with single-cell RNA-seq.
project_home: https://github.com/scverse/SnapATAC2
documentation_home: https://scverse.org/SnapATAC2/
tutorials_home: https://scverse.org/SnapATAC2/tutorials/index.html
publications:
- 10.1038/s41592-023-02139-9
install:
pypi: snapatac2
conda: bioconda::snapatac2
tags:
- ATAC-seq
- chromatin accessibility
- epigenomics
license: MIT
version: 2.5.0
authors:
- kaizhang
test_command: pip install ".[test]" && pytest
category: core-framework
1 change: 1 addition & 0 deletions packages/anndata-for-R/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ license: MIT
version: 0.7.5.5
authors:
- rcannood
category: ecosystem
26 changes: 26 additions & 0 deletions packages/anndata/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: AnnData
description: |
AnnData is a Python package for handling annotated data matrices in memory and on disk,
Comment thread
grst marked this conversation as resolved.
Outdated
positioned between pandas and xarray. anndata offers a broad range of computationally
efficient features including, among others, sparse data support, lazy operations, and a
PyTorch interface.
Comment thread
grst marked this conversation as resolved.
Outdated
project_home: https://github.com/scverse/anndata
documentation_home: https://anndata.readthedocs.io/en/latest/
tutorials_home: https://anndata.readthedocs.io/en/latest/tutorials/index.html
publications:
- 10.1101/2021.12.16.473007
install:
pypi: anndata
conda: conda-forge::anndata
tags:
- data structure
- annotated data
- sparse data
license: BSD-3-Clause
version: 0.12.4
Comment thread
Zethson marked this conversation as resolved.
authors:
- falexwolf
- ivirshup
- flying-sheep
- gokceneraslan
Comment thread
grst marked this conversation as resolved.
Outdated
category: core-datastructure
1 change: 1 addition & 0 deletions packages/annsel/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ tags:
- utilities
test_command: |
pip install ".[test]" && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/benGRN/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ version: v1.2.1
authors:
- jkobject (jeremie kalfon)
test_command: pip install . && make test
category: ecosystem
1 change: 1 addition & 0 deletions packages/bento-tools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ authors:
- ckmah
- noor01
test_command: pip install "." && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/biolord/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ authors:
- zoepiran
test_command: |
pip install ".[dev,test]" && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/cell2location/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ authors:
- Alexander Aivazidis
test_command: |
pip install ".[dev]" && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/cellxgene/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ authors:
- mweiden
test_command: |
pip install ".[test]" && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/dandelion/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ authors:
- grst
test_command: |
pip install "." && pytest
category: ecosystem
23 changes: 23 additions & 0 deletions packages/decoupler/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: decoupler
description: |
decoupler is a framework containing different enrichment statistical methods to extract
biologically driven scores from omics data within a unified framework.
project_home: https://github.com/scverse/decoupler
documentation_home: https://decoupler-py.readthedocs.io/en/latest/
tutorials_home: https://decoupler-py.readthedocs.io/en/latest/notebooks/101_getting_started.html
publications:
- 10.1093/bioadv/vbac016
install:
pypi: decoupler
conda: conda-forge::decoupler-py
tags:
- enrichment analysis
- pathway analysis
- gene sets
- functional annotation
license: BSD-3-Clause
version: 2.1.1
authors:
- PauBadiaM
test_command: pip install ".[test]" && pytest
category: core-framework
1 change: 1 addition & 0 deletions packages/delnx/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ authors:
- adaml9
test_command: |
pip install ".[test]" && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/dynamo-release/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ authors:
- dummyindex
- yaz62
test_command: pip install ".[test]" && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/epiScanpy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ authors:
- michalk8
- mvinyard
test_command: pip install ".[test]" && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/eschr/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ version: v1.0.1
authors:
- smgoggin10
test_command: pip install ".[test]" && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/favapy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ license: MIT
version: v0.3.9.4
authors:
- mikelkou
category: ecosystem
1 change: 1 addition & 0 deletions packages/flowsom/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ authors:
- ysaeys
- SofieVG
test_command: pip install "." && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/gssnng/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ authors:
- redst4r
test_command: |
git clone git@github.com:IlyaLab/gssnng.git && pip install gssnng && pip install pytest && cd gssnng/ && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/hotspot/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ authors:
- adamgayoso
test_command: |
pip install ".[test]" && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/infercnvpy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ authors:
- grst
test_command: |
pip install ".[test]" && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/liana/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ test_command: |
pip install poetry && \
poetry install --extras "full" && \
poetry run pytest --disable-warnings .
category: ecosystem
1 change: 1 addition & 0 deletions packages/maxspin/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ version: v0.1.1
authors:
- dcjones
test_command: pip install "." && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/moscot/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ authors:
- Marius1311
- zoepiran
test_command: pip install -e '.[dev]' && pytest
category: ecosystem
23 changes: 23 additions & 0 deletions packages/mudata/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: MuData
description: |
MuData is a format for annotated multimodal datasets where each modality is represented
by an AnnData object. MuData's reference implementation is in Python, and the cross-language
functionality is achieved via HDF5-based .h5mu files with libraries in R and Julia.
project_home: https://github.com/scverse/mudata
documentation_home: https://mudata.readthedocs.io/en/latest/
tutorials_home: https://mudata.readthedocs.io/en/latest/notebooks/quickstart.html
publications:
- 10.1186/s13059-021-02577-8
install:
pypi: mudata
conda: conda-forge::mudata
tags:
- data structure
- multimodal
- multi-omics
license: BSD-3-Clause
version: 0.3.2
authors:
- gtca
- ilia-kats
category: core-datastructure
21 changes: 21 additions & 0 deletions packages/muon/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Muon
description: |
muon is a Python framework for multimodal omics analysis. It provides functionality
for working with multimodal data, including preprocessing, integration, and visualization.
project_home: https://github.com/scverse/muon
documentation_home: https://muon.readthedocs.io/en/latest/
tutorials_home: https://muon-tutorials.readthedocs.io/en/latest/
publications:
- 10.1186/s13059-021-02577-8
install:
pypi: muon
tags:
- multimodal
- multi-omics
- integration
license: BSD-3-Clause
version: 0.1.7
authors:
- gtca
test_command: pip install ".[test]" && pytest
category: core-framework
1 change: 1 addition & 0 deletions packages/novae/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ version: v0.2.1
authors:
- quentinblampey
test_command: pip install ".[dev]" && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/omicverse/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ authors:
- DBinary
- JuliaMYQ
test_command: pip install "." && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/palantir/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ authors:
- dpeerlab
- katosh
test_command: pip install -e '.' && pip install flake8 pytest coverage typing-extensions && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/panpipes/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ authors:
- Zethson
- wlason
test_command: pip install -e '.[dev]' && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/pegasus/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ authors:
- slowkow
- jlchang
test_command: pip install "." && pytest
category: ecosystem
22 changes: 22 additions & 0 deletions packages/pertpy/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Pertpy
description: |
Pertpy is a framework for analyzing large-scale single-cell perturbation experiments.
It harmonizes datasets, automates metadata annotation, calculates perturbation distances,
and analyzes cellular responses to genetic modifications, drugs, and environmental changes.
project_home: https://github.com/scverse/pertpy
documentation_home: https://pertpy.readthedocs.io/en/stable/
tutorials_home: https://pertpy.readthedocs.io/en/stable/tutorials/index.html
install:
pypi: pertpy
conda: conda-forge::pertpy
tags:
- perturbation
- drug response
- CRISPR
- genetic perturbation
license: MIT
version: 1.0.3
authors:
- Zethson
Comment thread
grst marked this conversation as resolved.
test_command: pip install ".[test]" && pytest
category: core-framework
1 change: 1 addition & 0 deletions packages/popV/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ version: v0.5.2
authors:
- canergen
test_command: pip install -e '.[test]' && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/pyLemur/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ version: v0.1.0
authors:
- Constantin Ahlmann-Eltze
test_command: pip install -e '.[dev]' && pytest
category: ecosystem
1 change: 1 addition & 0 deletions packages/pySCENIC/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ authors:
- simonvh
- loremendez
test_command: pip install "." && pytest
category: ecosystem
Loading