Skip to content

Commit

Permalink
docs: fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
raylim committed Nov 1, 2023
1 parent 1150031 commit ba01836
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/luna/pathology/cli/save_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ def cli(
Args:
slide_urlpath (str): url/path to slide image (virtual slide formats compatible with openslide, .svs, .tif, .scn, ...)
tiles_urlpath (str): url/path to tile manifest (.parquet)
output_urlpath (str): output url/path prefix
batch_size (int): size in batch dimension to chuck jobs
output_urlpath (str): output url/path prefix
storage_options (dict): storage options to reading functions
output_storage_options (dict): storage options to writing functions
dask_options (dict): dask options
local_config (str): url/path to local config yaml file
Returns:
Expand Down

0 comments on commit ba01836

Please sign in to comment.