Skip to content

Commit

Permalink
added colon 3d
Browse files Browse the repository at this point in the history
  • Loading branch information
juyingnan committed Jan 9, 2024
1 parent 71b8768 commit 82016cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions code_vitessce/docker/samples/commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ python ometif2vitessce.py --IMG_ROOT ./image --OUTPUT_ROOT ./output --OUTPUT_LEV

python ometif2vitessce.py --IMG_ROOT ./image --OUTPUT_ROOT ./output --OUTPUT_LEVEL 0 --DATA_SOURCE NET --INFO_CSV ./info.csv --COLOR_SCHEME_CSV "https://storagetuzi.blob.core.windows.net/blobtuzi/gloria/cell_sets.csv" --PROJECT_NAME GLORIA

# colon_3d

python ometif2vitessce.py --IMG_ROOT ./image --OUTPUT_ROOT ./output --OUTPUT_LEVEL 0 --DATA_SOURCE NET --INFO_CSV ./info.csv --COLOR_SCHEME_CSV "# gloria

python ometif2vitessce.py --IMG_ROOT ./image --OUTPUT_ROOT ./output --OUTPUT_LEVEL 0 --DATA_SOURCE NET --INFO_CSV ./info.csv --COLOR_SCHEME_CSV "https://storagetuzi.blob.core.windows.net/blobtuzi/gloria/cell_sets.csv" --PROJECT_NAME GLORIA
" --PROJECT_NAME COLON_3D
2 changes: 1 addition & 1 deletion code_vitessce/docker/utils/info_csv_generator_colon3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Given data
image_urls = [
rf'https://storagetuzi.blob.core.windows.net/blobtuzi/gloria/Region_D265_mask.pyramid.ome.tif']
rf'https://storagetuzi.blob.core.windows.net/blobtuzi/colon_3d/Region_CRC01050_mask.pyramid.ome.tif']

region_names = [f"CRC01050"]
rows = len(region_names)
Expand Down

0 comments on commit 82016cc

Please sign in to comment.