You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vitessce/constants.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,7 @@ class FileType(DocEnum):
191
191
CLUSTERS_JSON="clusters.json", "A JSON-based expression matrix file type (this file type is poorly named)."
192
192
GENES_JSON="genes.json", "A JSON-based expression matrix file type."
193
193
GENOMIC_PROFILES_ZARR="genomic-profiles.zarr", "The Zarr-based genomic profile (multivec) file type."
194
+
GENOMIC_PROFILES_ZARR_ZIP="genomic-profiles.zarr.zip", "The Zarr-based genomic profile (multivec) file type, in a Zarr directory store that has been zipped."
194
195
ANNDATA_CELLS_ZARR="anndata-cells.zarr", "The Zarr-based cells file type from an anndata object."
195
196
ANNDATA_CELL_SETS_ZARR="anndata-cell-sets.zarr", "The Zarr-based cell-sets file type from an anndata object."
196
197
ANNDATA_EXPRESSION_MATRIX_ZARR="anndata-expression-matrix.zarr", "The Zarr-based expression matrix file type from an anndata object."
0 commit comments