Skip to content

Commit 3f51931

Browse files
authored
Merge pull request #47 from quadbio/feat/badge
Add downloads badge
2 parents 3b8a5bd + 0edaf47 commit 3f51931

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
[![Documentation][badge-docs]][documentation]
66
[![Pre-commit.ci][badge-pre-commit]][pre-commit]
77
[![PyPI][badge-pypi]][pypi]
8+
[![Downloads][badge-downloads]][downloads]
89

910
[badge-tests]: https://img.shields.io/github/actions/workflow/status/quadbio/cell-annotator/test.yaml?branch=main
1011
[badge-coverage]: https://codecov.io/gh/quadbio/cell-annotator/branch/main/graph/badge.svg
1112
[badge-docs]: https://img.shields.io/readthedocs/cell-annotator
1213
[badge-pre-commit]: https://results.pre-commit.ci/badge/github/quadbio/cell-annotator/main.svg
1314
[badge-pypi]: https://img.shields.io/pypi/v/cell-annotator.svg
15+
[badge-downloads]: https://static.pepy.tech/badge/cell-annotator
1416

1517
CellAnnotator is an [scverse ecosystem package](https://scverse.org/packages/#ecosystem), designed to annotate cell types in scRNA-seq data based on marker genes using OpenAI models.
1618

@@ -86,3 +88,4 @@ If you found a bug, please use the [issue tracker][].
8688
[documentation]: https://cell-annotator.readthedocs.io
8789
[pre-commit]: https://results.pre-commit.ci/latest/github/quadbio/cell-annotator/main
8890
[pypi]: https://pypi.org/project/cell-annotator/
91+
[downloads]: https://pepy.tech/project/cell-annotator

0 commit comments

Comments
 (0)