Metadata-Version: 2.4
Name: ginseng
Version: 0.1.2
Summary: Efficient and accurate annotation for single-cell sequencing data
Author-email: Tom Ouellette <touellette112@gmail.com>
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: anndata>=0.12.2
Requires-Dist: jax>=0.7.1
Requires-Dist: jaxtyping>=0.3.2
Requires-Dist: numpy>=2.2
Requires-Dist: scipy>=1.16.1
Requires-Dist: tqdm>=4.67.1
Description-Content-Type: text/markdown

# ginseng

`ginseng` is a python package for accurate, and somewhat efficient, cell type annotation using [`jax`](https://github.com/jax-ml/jax) and [`zarr`](https://zarr.dev/).

## Installation

`ginseng` can be installed using `pip`

```bash
pip install ginseng
```

Or, added to your project using `uv`

```bash
uv add ginseng
```

## License

`ginseng` is licensed under the MIT License (see LICENSE).

You may not use this file except in compliance with the license. A copy of the license has been included in the root of the repository. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.
