Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed Sep 17, 2024
1 parent f4a85d4 commit c9f5439
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ with large WSIs on modest hardware.
- Wide supported format
- Remote file support
- `scanpy`-style API
- `SpatialData` backed
- CLI and Nextflow support


Expand Down Expand Up @@ -40,23 +39,10 @@ lazyslide info your.svs
To run a feature extraction pipeline

```shell
lazyslide tissue your.svs
lazyslide tile your.svs --tile-size 256 --mpp 0.5
# To preprocess the slide
lazyslide preprocess your.svs --tile-size 256 --mpp 0.5
# Generate a qc report for the preprocess step
lazyslide report your.svs
# Run the feature extraction pipeline
lazyslide features your.svs --model resnet50 --batch 16 --color-normalize macenko
lazyslide anndata your.svs --features resnet50 --output output.h5ad
```

or run it at once

```shell
lazyslide feature_pipeline your.svs --tile-size 256 --mpp 0.5 \
--model resnet50 --batch 16 --color-normalize macenko --output output.h5ad
```


## Nextflow Usage

```shell
nextflow run lazyslide --annotations slides.csv --output output --tiles 256 \
--mpp 0.5 --model resnet50 --batch 16 --color_normalize macenko
```

0 comments on commit c9f5439

Please sign in to comment.