adata CLI
A command-line tool for exploring huge AnnData stores (.h5ad and .zarr) without loading them fully into memory. Streams data directly from disk for efficient inspection of structure, metadata, and matrices.
Features
- Streaming access to very large
.h5adand.zarrstores - Auto-detects
.h5adfiles vs.zarrdirectories - Chunked processing for dense and sparse matrices (CSR/CSC)
- Reads every AnnData on-disk layout, from 0.7.x through the current spec, and always writes the current one
- Converts between HDF5 and Zarr (v2 and v3) in either direction
- Rich terminal output with progress indicators, kept on stderr so results pipe cleanly
Documentation: cellgeni.github.io/adata-cli
Installation
pip install pyadata-cli
The command is adata. The distribution is named pyadata-cli because
adata-cli was already taken on PyPI by an unrelated project.
From source with uv:
git clone https://github.com/cellgeni/adata-cli.git
cd adata-cli
uv sync
For development and testing:
uv sync --extra dev
Alternative with pip:
git clone https://github.com/cellgeni/adata-cli.git
cd adata-cli
pip install .
For development and testing with pip:
pip install -e ".[dev]"
Commands (Overview)
Run help at any level (e.g. adata --help, adata export --help).
view– AnnData-aware inspection: store layout, shapes, and encodings; supports drilling into paths likeobsm/X_pcaoruns.ls– list the contents of any HDF5 or Zarr store as a tree, with no AnnData assumptions (works on.loomand plain.h5);-1emits bare paths for piping.create– write a new, empty AnnData store forimportto fill in.subset– stream and write a filtered copy, selected by obs/var name lists (--obs/--var) or by expression (--obs-query/--var-query).split– write one store per distinct value of an annotation column, with a CSV manifest.concat– concatenate stores along the obs axis, with--join inner|outerand merge strategies for var and uns.export– extract data from a store; subcommands:dataframe(any dataframe group to CSV),array(dense to.npy),sparse(CSR/CSC to.mtx),dict(JSON),image(PNG). Results go to stdout when no--outputis given.import– write new data into a store at any path; subcommands:dataframe(CSV),array(.npy),sparse(.mtx),dict(JSON),image(PNG/JPEG/TIFF).
Building a store from scratch
adata create out.h5ad --obs-names cells.txt --var-names genes.txt
adata import sparse out.h5ad X counts.mtx --inplace
adata import dataframe out.h5ad obs cells.csv --inplace -i cell_id
adata import array out.h5ad obsm/X_umap umap.npy --inplace
adata import dict out.h5ad uns/params params.json --inplace
Filtering without a name list
adata subset data.h5ad -o cortex.h5ad --obs-query "cluster == Cortex_2"
adata subset data.h5ad -o big.h5ad -q "n_counts > 1000 and cluster in A,B"
adata split data.h5ad --by sample -o per_sample/
adata concat per_sample/*.h5ad -o merged.h5ad --join outer --label sample
Documentation
- Get started — a short tutorial
- Command reference — every command and flag
- Element spec: HDF5 / Zarr — the on-disk format, and what this tool does with it
- Testing — how the suite is organised, and how compatibility is verified against six anndata releases
- Changelog
Docker
A docker image is available on QUAY: quay.io/cellgeni/adata-cli:latest. Pull and run with:
docker run --rm -it -v /path/to/data:/data quay.io/cellgeni/adata-cli:latest view /data/your_file.h5ad
Release files for pyadata-cli 0.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyadata_cli-0.5.0.tar.gz | 60.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyadata_cli-0.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 137.2 kB
Release files / pyadata_cli-0.5.0.tar.gz
| Download URL | pyadata_cli-0.5.0.tar.gz |
|---|---|
| Size | 60.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
639da893d8675819256c25fcd9eaaadbe99858f60b0f5c49ed6b92655a72b2ef
|
|
BLAKE2b-256 checksum How to use checksums |
d48bcde8f6cdb11d02d22805ccc49a38f57ef22754811a7f4013bc67319ce0fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.
Transparency logRelease files / pyadata_cli-0.5.0-py3-none-any.whl
| Download URL | pyadata_cli-0.5.0-py3-none-any.whl |
|---|---|
| Size | 77.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
163c5928db9afba8f5058d03e52f6d416a8acc00d47ade30962de8965058c847
|
|
BLAKE2b-256 checksum How to use checksums |
619cb4d90e73851af7b741ff6370bf0c33834b4f3968d0eefe301ac152f19849
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.
Transparency log