vitessce 3.7.5__py3-none-any.whl → 3.7.6__py3-none-any.whl

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/wrappers.py CHANGED
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vitessce
3
- Version: 3.7.5
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>
@@ -9,7 +9,7 @@ vitessce/responses.py,sha256=Z6Wo4AXN-RyzmxMPhSuhpIsHTItHM4GyIgMLGoVEYcU,339
9
9
  vitessce/routes.py,sha256=U8T-L-3QCD_tAbPF8LsUlSMhPWNbyzbLNUnxP9Z9s9o,2140
10
10
  vitessce/utils.py,sha256=obzjj65qsagu60_yuhGc-0jmHO-BW0Y-bDs0FgrBqLY,981
11
11
  vitessce/widget.py,sha256=QJKneYYvBl_WdLiWo1jDaSYlqsc8UXnXtlJRBqj3yjw,36228
12
- vitessce/wrappers.py,sha256=BcT5hyX0iEIWFxPLKeaXy3PM5yz4WZqqq0AUYPIe4cQ,76621
12
+ vitessce/wrappers.py,sha256=WdOQ9w4ElGZH_nKrZAfyrtHxW3iVDzIQ1eqBPlrucj0,76993
13
13
  vitessce/data_utils/__init__.py,sha256=3mWi1lMjoj4_dNbhMOvyE-HEJu0qpMzcmkhfz_5T6n8,361
14
14
  vitessce/data_utils/anndata.py,sha256=iLa5-bRezHgBzL_XCHO7w0pc0RQ4urzZbDsqJbBYeCk,10668
15
15
  vitessce/data_utils/entities.py,sha256=X8enC_TQbgwBzjgD1x53IPS6aVr9wyP0s-NLuYBeMeU,11705
@@ -18,7 +18,7 @@ vitessce/data_utils/ome.py,sha256=te1X933QTRfCm8N5uVXZREShtxDdAEggZZKKEoJdlhU,55
18
18
  vitessce/widget_plugins/__init__.py,sha256=lto2GXnc7KwjIoT-jvzyRYLj0XTJG3uxoX45Hc9EcWA,82
19
19
  vitessce/widget_plugins/demo_plugin.py,sha256=14S7nOxdlKSxIHw9DUcNCN83NE_U1EMPy2D4k0FDues,1797
20
20
  vitessce/widget_plugins/spatial_query.py,sha256=CYxvmMT1Je_jguikPROQxlegkPgIIzemKGbZSJfZMyI,12314
21
- vitessce-3.7.5.dist-info/METADATA,sha256=6eoLOe4wlXUcAEi8hjlBQHp-l5K_XI5MTmTItxJWD_0,9826
22
- vitessce-3.7.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
23
- vitessce-3.7.5.dist-info/licenses/LICENSE,sha256=sNNpI0PQ57AW8_XnTAjU5Yw8YBA_DRNkVHrHYpCIhRU,1067
24
- vitessce-3.7.5.dist-info/RECORD,,
21
+ vitessce-3.7.6.dist-info/METADATA,sha256=zZa9zK1kYG2XO3xLOMRnQcqLiP8CytyoSRwMGw6TyEk,9826
22
+ vitessce-3.7.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
23
+ vitessce-3.7.6.dist-info/licenses/LICENSE,sha256=sNNpI0PQ57AW8_XnTAjU5Yw8YBA_DRNkVHrHYpCIhRU,1067
24
+ vitessce-3.7.6.dist-info/RECORD,,