Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add entries for wsidata and LazySlide #223

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions packages/LazySlide/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: LazySlide
description: |
LazySlide is a Python library for processing whole slide images (WSI) analysis. It provides a simple interface to perform robust preprocessing and advanced analysis for WSI.
project_home: https://github.com/rendeirolab/lazyslide
documentation_home: https://lazyslide.readthedocs.io/en/latest/
install:
pypi: lazyslide
tags:
- Pathology
- Whole Slide Imaging
- PyTorch
license: MIT
version: v0.3.0
authors:
- Mr-Milk
- eabila
- afrendeiro
test_command: uv run task test
17 changes: 17 additions & 0 deletions packages/wsidata/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: wsidata
description: |
wsidata is a data-structure for efficient IO of Whole Slide Images based on spatialdata.
project_home: https://github.com/rendeirolab/wsidata
documentation_home: https://wsidata.readthedocs.io/en/latest/
install:
pypi: wsidata
tags:
- Pathology
- Whole Slide Imaging
license: MIT
version: v0.3.0
authors:
- Mr-Milk
- eabila
- afrendeiro
test_command: uv run task test