From 46d6c114fbef7232819c18b07e164b58e6b36759 Mon Sep 17 00:00:00 2001 From: dschaub95 Date: Mon, 8 Dec 2025 13:04:23 +0100 Subject: [PATCH] submit nichepca --- packages/nichepca/meta.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 packages/nichepca/meta.yaml diff --git a/packages/nichepca/meta.yaml b/packages/nichepca/meta.yaml new file mode 100644 index 0000000..e4cbd86 --- /dev/null +++ b/packages/nichepca/meta.yaml @@ -0,0 +1,20 @@ +name: nichepca +description: | + A Python package for PCA-based spatial domain identification in single-cell spatial transcriptomics data. +project_home: https://github.com/imsb-uke/nichepca +documentation_home: https://nichepca.readthedocs.io/en/latest/ +tutorials_home: https://nichepca.readthedocs.io/en/latest/notebooks/example.html +install: + pypi: nichepca +tags: + - spatial-omics + - spatial domain identification + - spatial clustering +license: MIT +version: v0.0.3 +contact: + - dschaub95 +test_command: | + uv sync --all-extras && \ + uv run pytest . +category: ecosystem