Datasets:
added post-clustering files
Browse files- ark_example.py +2 -9
- data/post_clustering.zip +3 -0
ark_example.py
CHANGED
@@ -33,7 +33,6 @@ TMA24_R9C1 -> fov10
|
|
33 |
|
34 |
"""
|
35 |
|
36 |
-
from ensurepip import version
|
37 |
import datasets
|
38 |
import pathlib
|
39 |
|
@@ -66,6 +65,7 @@ _URL_DATA = {
|
|
66 |
"example_pixel_output_dir": "./data/pixie/example_pixel_output_dir.zip",
|
67 |
"example_cell_output_dir": "./data/pixie/example_cell_output_dir.zip",
|
68 |
"spatial_lda": "./data/spatial_analysis/spatial_lda.zip",
|
|
|
69 |
}
|
70 |
|
71 |
_URL_DATASET_CONFIGS = {
|
@@ -108,6 +108,7 @@ _URL_DATASET_CONFIGS = {
|
|
108 |
"image_data": _URL_DATA["image_data"],
|
109 |
"cell_table": _URL_DATA["cell_table"],
|
110 |
"deepcell_output": _URL_DATA["deepcell_output"],
|
|
|
111 |
}
|
112 |
}
|
113 |
|
@@ -118,14 +119,6 @@ class ArkExample(datasets.GeneratorBasedBuilder):
|
|
118 |
|
119 |
VERSION = datasets.Version("0.0.4")
|
120 |
|
121 |
-
# This is an example of a dataset with multiple configurations.
|
122 |
-
# If you don't want/need to define several sub-sets in your dataset,
|
123 |
-
# just remove the BUILDER_CONFIG_CLASS and the BUILDER_CONFIGS attributes.
|
124 |
-
|
125 |
-
# If you need to make complex sub-parts in the datasets with configurable options
|
126 |
-
# You can create your own builder configuration class to store attribute, inheriting from datasets.BuilderConfig
|
127 |
-
# BUILDER_CONFIG_CLASS = MyBuilderConfig
|
128 |
-
|
129 |
# You will be able to load one or the other configurations in the following list with
|
130 |
BUILDER_CONFIGS = [
|
131 |
datasets.BuilderConfig(
|
|
|
33 |
|
34 |
"""
|
35 |
|
|
|
36 |
import datasets
|
37 |
import pathlib
|
38 |
|
|
|
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 |
}
|
70 |
|
71 |
_URL_DATASET_CONFIGS = {
|
|
|
108 |
"image_data": _URL_DATA["image_data"],
|
109 |
"cell_table": _URL_DATA["cell_table"],
|
110 |
"deepcell_output": _URL_DATA["deepcell_output"],
|
111 |
+
"post_clustering": _URL_DATA["post_clustering"],
|
112 |
}
|
113 |
}
|
114 |
|
|
|
119 |
|
120 |
VERSION = datasets.Version("0.0.4")
|
121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
# You will be able to load one or the other configurations in the following list with
|
123 |
BUILDER_CONFIGS = [
|
124 |
datasets.BuilderConfig(
|
data/post_clustering.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a606bc9dfeee018dea5e94eaf022e9023db154d41a775471f4ded439216cbbf
|
3 |
+
size 9719104
|