srivarra commited on
Commit
6ede0ba
1 Parent(s): 50db057

fix_url_paths (#18)

Browse files

- changed url_data paths (7a91c6f8df3c3c8f60b49da4c6b6ed171d67ae72)

Files changed (1) hide show
  1. ark_example.py +9 -9
ark_example.py CHANGED
@@ -59,15 +59,15 @@ _LICENSE = "https://github.com/angelolab/ark-analysis/blob/main/LICENSE"
59
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
60
 
61
  _URL_DATA = {
62
- "image_data": "./data/image_data.zip",
63
- "cell_table": "./data/segmentation/cell_table.zip",
64
- "deepcell_output": "./data/segmentation/deepcell_output.zip",
65
- "example_pixel_output_dir": "./data/pixie/example_pixel_output_dir.zip",
66
- "example_cell_output_dir": "./data/pixie/example_cell_output_dir.zip",
67
- "spatial_lda": "./data/spatial_analysis/spatial_lda.zip",
68
- "post_clustering": "./data/post_clustering.zip",
69
- "ome_tiff": "./data/ome_tiff.zip",
70
- "ez_seg_data": "./data/ez_seg_data.zip"
71
  }
72
 
73
  _URL_DATASET_CONFIGS = {
 
59
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
60
 
61
  _URL_DATA = {
62
+ "image_data": "data/image_data.zip",
63
+ "cell_table": "data/segmentation/cell_table.zip",
64
+ "deepcell_output": "data/segmentation/deepcell_output.zip",
65
+ "example_pixel_output_dir": "data/pixie/example_pixel_output_dir.zip",
66
+ "example_cell_output_dir": "data/pixie/example_cell_output_dir.zip",
67
+ "spatial_lda": "data/spatial_analysis/spatial_lda.zip",
68
+ "post_clustering": "data/post_clustering.zip",
69
+ "ome_tiff": "data/ome_tiff.zip",
70
+ "ez_seg_data": "data/ez_seg_data.zip"
71
  }
72
 
73
  _URL_DATASET_CONFIGS = {