File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 8
8
# ** Harpy: single-cell spatial proteomics analysis that makes you happy** <img src =" ./docs/_static/img/logo.png " align =" right " alt =" " width =" 150 " />
9
9
10
10
[ ![ PyPI] ( https://img.shields.io/pypi/v/harpy-analysis.svg )] ( https://pypi.org/project/harpy-analysis )
11
+ [ ![ Downloads] ( https://static.pepy.tech/badge/harpy-analysis )] ( https://pepy.tech/project/harpy-analysis )
11
12
[ ![ Build Status] ( https://github.com//saeyslab/harpy/actions/workflows/build.yaml/badge.svg )] ( https://github.com//saeyslab/harpy/actions/ )
12
13
[ ![ documentation badge] ( https://readthedocs.org/projects/harpy/badge/?version=latest )] ( https://harpy.readthedocs.io/en/latest/ )
13
-
14
- Note: This package is still under very active development.
14
+ [ ![ Test Status] ( https://github.com//saeyslab/harpy/actions/workflows/run_tests.yml/badge.svg )] ( https://github.com//saeyslab/harpy/actions/ )
15
+ [ ![ codecov] ( https://codecov.io/gh/saeyslab/harpy/branch/main/graph/badge.svg )] ( https://codecov.io/gh/saeyslab/harpy )
16
+ [ ![ License] ( https://img.shields.io/badge/license-Academic%20Non--commercial-blue )] ( ./LICENSE )
17
+ ![ GitHub repo size] ( https://img.shields.io/github/repo-size/saeyslab/harpy )
18
+ [ ![ uv] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json )] ( https://github.com/astral-sh/uv )
19
+ [ ![ Ruff] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json )] ( https://github.com/astral-sh/ruff )
20
+
21
+ Note: This package is still under active development.
15
22
16
23
## Installation
17
24
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ def get_registry(path: str | Path | None = None) -> Pooch:
29
29
path = pooch .os_cache ("sparrow" ) if path is None else path ,
30
30
base_url = BASE_URL ,
31
31
version = __version__ ,
32
+ env = "HARPY_POOCH_CACHE" ,
32
33
registry = {
33
34
"transcriptomics/resolve/mouse/20272_slide1_A1-1_DAPI.tiff" : "831e5e7ee30d5aa56a21ed30bafd14a45ee667eae937de27ed0caaa7fa6df6f0" ,
34
35
"transcriptomics/resolve/mouse/20272_slide1_A1-2_DAPI.tiff" : "7c917f517533033a1ff97a1665f83c8a34b6a8e483e013cdb40ef8e53e55dc96" ,
You can’t perform that action at this time.
0 commit comments