From ba83a31b7b93690da424e24bd8e7c0ce24b451d3 Mon Sep 17 00:00:00 2001 From: gingerii Date: Wed, 22 Jul 2026 14:33:42 -0400 Subject: [PATCH 1/2] Add metalsinglecell ecosystem package --- packages/metalsinglecell/meta.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 packages/metalsinglecell/meta.yaml diff --git a/packages/metalsinglecell/meta.yaml b/packages/metalsinglecell/meta.yaml new file mode 100644 index 00000000..307577e1 --- /dev/null +++ b/packages/metalsinglecell/meta.yaml @@ -0,0 +1,24 @@ +name: metalsinglecell +description: | + A Metal/MLX GPU implementation of the scanpy/squidpy single-cell analysis stack for Apple Silicon. + Drop-in replacements for the core scanpy (pp/tl) and squidpy (gr) functions that run on the M-series + GPU, plus an out-of-core streaming front-end for datasets larger than memory. +project_home: https://github.com/gingerii/metal-SingleCell +documentation_home: https://metal-singlecell.readthedocs.io/ +tutorials_home: https://metal-singlecell.readthedocs.io/en/latest/tutorials.html +install: + pypi: metalsinglecell +tags: + - GPU + - Apple Silicon + - single-cell + - spatial omics + - preprocessing + - clustering +license: BSD-3-Clause +version: v0.1.0 +contact: + - gingerii +test_command: | + pip install -e . && pytest tests/ -m "not metal and not data" +category: ecosystem From 40f4336a05533a37ef4eea8bbc9e85211862b3c7 Mon Sep 17 00:00:00 2001 From: gingerii Date: Wed, 22 Jul 2026 14:40:04 -0400 Subject: [PATCH 2/2] Fix tutorials_home ReadTheDocs URL to default-version form --- packages/metalsinglecell/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/metalsinglecell/meta.yaml b/packages/metalsinglecell/meta.yaml index 307577e1..6e5de68c 100644 --- a/packages/metalsinglecell/meta.yaml +++ b/packages/metalsinglecell/meta.yaml @@ -5,7 +5,7 @@ description: | GPU, plus an out-of-core streaming front-end for datasets larger than memory. project_home: https://github.com/gingerii/metal-SingleCell documentation_home: https://metal-singlecell.readthedocs.io/ -tutorials_home: https://metal-singlecell.readthedocs.io/en/latest/tutorials.html +tutorials_home: https://metal-singlecell.readthedocs.io/page/tutorials.html install: pypi: metalsinglecell tags: