From f89d08aeb7bdf6ef94db3dbae2d107cd8484d290 Mon Sep 17 00:00:00 2001 From: Ian Driver Date: Thu, 20 Aug 2026 16:31:44 -0400 Subject: [PATCH] Add actinn-jax to the ecosystem package registry --- packages/actinn-jax/meta.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/actinn-jax/meta.yaml diff --git a/packages/actinn-jax/meta.yaml b/packages/actinn-jax/meta.yaml new file mode 100644 index 00000000..c2969058 --- /dev/null +++ b/packages/actinn-jax/meta.yaml @@ -0,0 +1,22 @@ +name: actinn-jax +description: | + actinn-jax is a JAX reimplementation of ACTINN for cell-type annotation of scRNA-seq + data. It trains a neural-network classifier from a labelled AnnData reference and + annotates query AnnData objects on CPU. Pre-trained human references are bundled or + downloaded on first use, gene identifiers are matched between reference and query + automatically, and a two-stage coarse-to-fine workflow supports atlas-scale references. +project_home: https://github.com/iandriver/actinn-jax +documentation_home: https://github.com/iandriver/actinn-jax#readme +install: + pypi: actinn-jax +primary_category: scRNA-seq +tags: + - scRNA-seq + - cell-type annotation + - deep learning +license: MIT +language: Python +contact: + - iandriver +test_command: pip install -e '.[test]' && pytest +category: ecosystem