vitessce 3.7.5__tar.gz → 3.7.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {vitessce-3.7.5 → vitessce-3.7.6}/PKG-INFO +1 -1
- {vitessce-3.7.5 → vitessce-3.7.6}/pyproject.toml +1 -1
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/wrappers.py +7 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/uv.lock +1 -1
- {vitessce-3.7.5 → vitessce-3.7.6}/.coveragerc_omit +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/.coveragerc_real +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/.devcontainer/devcontainer.json +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/.gitignore +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/.python-version +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/CHANGELOG.md +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/LICENSE +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/MANIFEST.in +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/Makefile +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/README.md +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/setup.cfg +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/setup.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/__init__.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/config.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/config_converter.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/constants.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/data_utils/__init__.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/data_utils/anndata.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/data_utils/entities.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/data_utils/multivec.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/data_utils/ome.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/export.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/file_def_utils.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/repr.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/responses.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/routes.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/utils.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/widget.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/widget_plugins/__init__.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/widget_plugins/demo_plugin.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/widget_plugins/spatial_query.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/tests/__init__.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/tests/create_test_data.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/tests/data/test.ome.tif +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/tests/test_anndata_utils.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/tests/test_config.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/tests/test_config_converter.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/tests/test_config_updates.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/tests/test_entities.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/tests/test_ome_utils.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/tests/test_wrappers.py +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/tests-widget/example.spec.js +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/tests-widget/package.json +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/tests-widget/playwright.config.js +0 -0
- {vitessce-3.7.5 → vitessce-3.7.6}/tests-widget/pnpm-lock.yaml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vitessce
|
|
3
|
-
Version: 3.7.
|
|
3
|
+
Version: 3.7.6
|
|
4
4
|
Summary: Jupyter widget facilitating interactive visualization of spatial single-cell data with Vitessce
|
|
5
5
|
Project-URL: repository, https://github.com/vitessce/vitessce-python
|
|
6
6
|
Author-email: Mark Keller <mark_keller@hms.harvard.edu>
|
|
@@ -74,6 +74,7 @@ class AbstractWrapper:
|
|
|
74
74
|
self.routes = []
|
|
75
75
|
self.is_remote = False # TODO: change to needs_localhost_serving for clarity
|
|
76
76
|
self.is_store = False # TODO: change to needs_store_registration for clarity
|
|
77
|
+
self.is_zip = False
|
|
77
78
|
self.file_def_creators = []
|
|
78
79
|
self.base_dir = None
|
|
79
80
|
self.stores = {}
|
|
@@ -1326,6 +1327,12 @@ class AnnDataWrapper(AbstractWrapper):
|
|
|
1326
1327
|
*self.get_local_file_route(dataset_uid, obj_i, self._adata_path, self.local_file_uid),
|
|
1327
1328
|
*self.get_local_file_route(dataset_uid, obj_i, self._ref_path, self.local_ref_uid)
|
|
1328
1329
|
]
|
|
1330
|
+
elif self.is_zip:
|
|
1331
|
+
return [
|
|
1332
|
+
# TODO: modify so that the .zip file extension is used
|
|
1333
|
+
# (not necessary, but could help with debugging or with base_dir mode)
|
|
1334
|
+
*self.get_local_file_route(dataset_uid, obj_i, self._adata_path, self.local_dir_uid)
|
|
1335
|
+
]
|
|
1329
1336
|
else:
|
|
1330
1337
|
return self.get_local_dir_route(dataset_uid, obj_i, self._adata_path, self.local_dir_uid)
|
|
1331
1338
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|