Skip to content

Commit

Permalink
cleanout unused lib/dask_image.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Oct 8, 2024
1 parent 3dcccd4 commit e240483
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 47 deletions.
45 changes: 0 additions & 45 deletions workflow/lib/dask_image.py

This file was deleted.

1 change: 0 additions & 1 deletion workflow/scripts/tif_to_zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import dask.array as da
from dask.delayed import delayed
from dask.array.image import imread as imread_tifs
from lib.dask_image import imread_pages
from itertools import product
from dask.diagnostics import ProgressBar

Expand Down
1 change: 0 additions & 1 deletion workflow/scripts/tif_to_zarr_gcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import dask.array.image
from itertools import product
from dask.diagnostics import ProgressBar
from lib.dask_image import imread_pages
import gcsfs
import pyvips
from snakemake.io import expand
Expand Down

0 comments on commit e240483

Please sign in to comment.