Skip to content

Commit

Permalink
add file types as well
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAkhmetov committed Aug 10, 2023
1 parent 2f2ea15 commit 6bf241d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vitessce/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,7 @@ class FileType(DocEnum):
ANNDATA_CELLS_ZARR = "anndata-cells.zarr", "The Zarr-based cells file type from an anndata object."
ANNDATA_CELL_SETS_ZARR = "anndata-cell-sets.zarr", "The Zarr-based cell-sets file type from an anndata object."
ANNDATA_EXPRESSION_MATRIX_ZARR = "anndata-expression-matrix.zarr", "The Zarr-based expression matrix file type from an anndata object."
OBS_SEGMENTATIONS_CELLS_JSON = "obsSegmentations.cells.json", "The JSON-based cells file type for obsSegmentations."
OBS_LOCATIONS_CELLS_JSON = "obsLocations.cells.json", "The JSON-based cells file type for obsLocations."
OBS_EMBEDDING_CELLS_JSON = "obsEmbedding.cells.json", "The JSON-based cells file type for obsEmbedding."
OBS_SETS_CELL_SETS_JSON = "obsSets.cell-sets.json", "The JSON-based cell sets file type for obsSets."

0 comments on commit 6bf241d

Please sign in to comment.