Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ How does the package use scverse data structures (please describe in a few sente
- [ ] The package provides tutorials (or "vignettes") that help getting users started quickly
- [ ] The package uses the [scverse cookiecutter template](https://github.com/scverse/cookiecutter-scverse).

[^1]: We recommend thtat tests cover at least all user facing (public) functions. Minimal tests ensure that the function does not fail on an example data set. Ideally, tests also ensure the correctness of the results, e.g. by comparing against a snapshot.
[^1]: We recommend that tests cover at least all user facing (public) functions. Minimal tests ensure that the function does not fail on an example data set. Ideally, tests also ensure the correctness of the results, e.g. by comparing against a snapshot.

[^2]: Continuous integration means that software tests are automatically executed on every push to the git repository. This guarantees they are always run and that they are run in a clean environment. Scverse ecosystem packages most commonly use [GitHub Actions](https://github.com/features/actions) for CI. For an example, check out our [cookiecutter template](https://github.com/scverse/cookiecutter-scverse).

Expand Down
Binary file added packages/ggml-ot/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions packages/ggml-ot/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: ggml-ot
description: |
ggml-ot enables supervised optimal transport for classification, clustering and embedding of patient-level single-cell data across conditions, disease states and treatments.
project_home: https://github.com/DaminK/ggml-ot
documentation_home: https://ggml-ot.readthedocs.io/page/
tutorials_home: https://ggml-ot.readthedocs.io/page/tutorials/index.html
publications:
- 10.48550/arXiv.2506.15383
install:
pypi: ggml-ot
tags:
- optimal transport
- metric learning
- patient-level
- sample-level
- classification
- clustering
- embedding
license: MIT
version: v0.9.92
contact:
- DaminK
logo: logo.png
test_command: |
pip install poetry && \
poetry install --with test && \
poetry run pytest
category: ecosystem
Loading