Skip to content

Commit 7adee56

Browse files
committed
Add anndata-duckdb extension
1 parent 89c5899 commit 7adee56

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

packages/anndata-duckdb/meta.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: anndata-duckdb
2+
description: |
3+
A DuckDB extension for reading AnnData (.h5ad) files, providing SQL access to
4+
single-cell genomics data. Query observation metadata, gene metadata, expression
5+
matrices, dimensional reductions, and layers directly with SQL. Install DuckDB,
6+
then run: INSTALL anndata; LOAD anndata;
7+
project_home: https://github.com/honicky/anndata-duckdb-extension
8+
documentation_home: https://github.com/honicky/anndata-duckdb-extension#readme
9+
install:
10+
pypi: duckdb
11+
conda: conda-forge::duckdb
12+
tags:
13+
- SQL
14+
- DuckDB
15+
- data access
16+
- single-cell
17+
- HDF5
18+
license: MIT
19+
version: 0.11.5
20+
contact:
21+
- honicky
22+
category: ecosystem

0 commit comments

Comments
 (0)