Datasets:
fix_url_paths (#18)
Browse files- changed url_data paths (7a91c6f8df3c3c8f60b49da4c6b6ed171d67ae72)
- 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": "
|
63 |
-
"cell_table": "
|
64 |
-
"deepcell_output": "
|
65 |
-
"example_pixel_output_dir": "
|
66 |
-
"example_cell_output_dir": "
|
67 |
-
"spatial_lda": "
|
68 |
-
"post_clustering": "
|
69 |
-
"ome_tiff": "
|
70 |
-
"ez_seg_data": "
|
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 = {
|