Skip to content

Commit c9d7254

Browse files
fix roi table
1 parent 3d0dc6c commit c9d7254

File tree

10 files changed

+50
-8
lines changed

10 files changed

+50
-8
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"backend": "anndata_v1",
23
"encoding-type": "anndata",
3-
"encoding-version": "0.1.0"
4+
"encoding-version": "0.1.0",
5+
"fractal_table_version": "1",
6+
"index_key": "FieldIndex",
7+
"index_type": "str",
8+
"type": "roi_table"
49
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"chunks": [
3-
2,
4-
8
3+
1,
4+
6
55
],
66
"compressor": {
77
"blocksize": 0,
@@ -10,13 +10,13 @@
1010
"id": "blosc",
1111
"shuffle": 1
1212
},
13-
"dtype": "<f4",
13+
"dtype": "<f8",
1414
"fill_value": 0.0,
1515
"filters": null,
1616
"order": "C",
1717
"shape": [
18-
2,
19-
8
18+
1,
19+
6
2020
],
2121
"zarr_format": 2
2222
}
-16 Bytes
Binary file not shown.

tests/data/test_mip_ome.zarr/tables/FOV_ROI_table/obs/FieldIndex/.zarray

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"chunks": [
3-
2
3+
1
44
],
55
"compressor": {
66
"blocksize": 0,
@@ -18,7 +18,7 @@
1818
],
1919
"order": "C",
2020
"shape": [
21-
2
21+
1
2222
],
2323
"zarr_format": 2
2424
}
-9 Bytes
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"_index": "_index",
3+
"column-order": [],
4+
"encoding-type": "dataframe",
5+
"encoding-version": "0.2.0"
6+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"zarr_format": 2
3+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"chunks": [
3+
6
4+
],
5+
"compressor": {
6+
"blocksize": 0,
7+
"clevel": 5,
8+
"cname": "lz4",
9+
"id": "blosc",
10+
"shuffle": 1
11+
},
12+
"dtype": "|O",
13+
"fill_value": 0,
14+
"filters": [
15+
{
16+
"id": "vlen-utf8"
17+
}
18+
],
19+
"order": "C",
20+
"shape": [
21+
6
22+
],
23+
"zarr_format": 2
24+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"encoding-type": "string-array",
3+
"encoding-version": "0.2.0"
4+
}
128 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)