Skip to content

Commit

Permalink
Adding supported extension for ndpi files
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsitsi authored and ihnorton committed Mar 12, 2024
1 parent c088cdc commit febb929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiledb/cloud/bioimg/ingestion.py
Expand Up @@ -14,7 +14,7 @@
DEFAULT_RESOURCES = {"cpu": "8", "memory": "4Gi"}
DEFAULT_IMG_NAME = "3.9-imaging-dev"
DEFAULT_DAG_NAME = "bioimg-ingestion"
_SUPPORTED_EXTENSIONS = (".tiff", ".tif", ".svs")
_SUPPORTED_EXTENSIONS = (".tiff", ".tif", ".svs", ".ndpi")
_SUPPORTED_CONVERTERS = ("tiff", "zarr", "osd")


Expand Down

0 comments on commit febb929

Please sign in to comment.