Skip to content

Commit f4202e2

Browse files
passed all tests
1 parent b7ff810 commit f4202e2

10 files changed

Lines changed: 380 additions & 1 deletion

File tree

common

Submodule common deleted from e64f472

src/methods_segmentation/cellpose/config.vsh.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
name: cellpose
2+
label: "Cellpose Segmentation"
3+
summary: "Output of the segmantation methot cellpose"
4+
description: "Output of the segmantation methot cellpose"
5+
links:
6+
documentation: "https://github.com/openproblems-bio/task_ist_preprocessing"
7+
repository: "https://github.com/openproblems-bio/task_ist_preprocessing"
8+
references:
9+
doi: "10.1038/s41592-020-01018-x"
10+
211

312
__merge__: /src/api/comp_method_segmentation.yaml
413

@@ -81,3 +90,5 @@ engines:
8190
runners:
8291
- type: executable
8392
- type: nextflow
93+
directives:
94+
label: [ midtime, lowcpu, lowmem ]

tmp/output.zarr/.zgroup

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"zarr_format": 2
3+
}

tmp/output.zarr/labels/.zattrs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"labels": [
3+
"segmentation"
4+
]
5+
}

tmp/output.zarr/labels/.zgroup

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: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
{
2+
"image-label": {
3+
"version": "0.4"
4+
},
5+
"multiscales": [
6+
{
7+
"axes": [
8+
{
9+
"name": "y",
10+
"type": "space"
11+
},
12+
{
13+
"name": "x",
14+
"type": "space"
15+
}
16+
],
17+
"coordinateTransformations": [
18+
{
19+
"input": {
20+
"axes": [
21+
{
22+
"name": "y",
23+
"type": "space",
24+
"unit": "unit"
25+
},
26+
{
27+
"name": "x",
28+
"type": "space",
29+
"unit": "unit"
30+
}
31+
],
32+
"name": "yx"
33+
},
34+
"output": {
35+
"axes": [
36+
{
37+
"name": "y",
38+
"type": "space",
39+
"unit": "unit"
40+
},
41+
{
42+
"name": "x",
43+
"type": "space",
44+
"unit": "unit"
45+
}
46+
],
47+
"name": "global"
48+
},
49+
"transformations": [
50+
{
51+
"input": {
52+
"axes": [
53+
{
54+
"name": "y",
55+
"type": "space",
56+
"unit": "unit"
57+
},
58+
{
59+
"name": "x",
60+
"type": "space",
61+
"unit": "unit"
62+
}
63+
],
64+
"name": "yx"
65+
},
66+
"output": {
67+
"axes": [
68+
{
69+
"name": "y",
70+
"type": "space",
71+
"unit": "unit"
72+
},
73+
{
74+
"name": "x",
75+
"type": "space",
76+
"unit": "unit"
77+
}
78+
],
79+
"name": "global"
80+
},
81+
"translation": [
82+
10000.0,
83+
10000.0
84+
],
85+
"type": "translation"
86+
},
87+
{
88+
"input": {
89+
"axes": [
90+
{
91+
"name": "y",
92+
"type": "space",
93+
"unit": "unit"
94+
},
95+
{
96+
"name": "x",
97+
"type": "space",
98+
"unit": "unit"
99+
}
100+
],
101+
"name": "yx"
102+
},
103+
"output": {
104+
"axes": [
105+
{
106+
"name": "y",
107+
"type": "space",
108+
"unit": "unit"
109+
},
110+
{
111+
"name": "x",
112+
"type": "space",
113+
"unit": "unit"
114+
}
115+
],
116+
"name": "global"
117+
},
118+
"type": "identity"
119+
}
120+
],
121+
"type": "sequence"
122+
}
123+
],
124+
"datasets": [
125+
{
126+
"coordinateTransformations": [
127+
{
128+
"scale": [
129+
1.0,
130+
1.0
131+
],
132+
"type": "scale"
133+
}
134+
],
135+
"path": "0"
136+
}
137+
],
138+
"name": "segmentation",
139+
"version": "0.4"
140+
}
141+
],
142+
"spatialdata_attrs": {
143+
"version": "0.1"
144+
}
145+
}
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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"chunks": [
3+
2000,
4+
2000
5+
],
6+
"compressor": {
7+
"blocksize": 0,
8+
"clevel": 5,
9+
"cname": "lz4",
10+
"id": "blosc",
11+
"shuffle": 1
12+
},
13+
"dimension_separator": "/",
14+
"dtype": "<u2",
15+
"fill_value": 0,
16+
"filters": null,
17+
"order": "C",
18+
"shape": [
19+
2000,
20+
2000
21+
],
22+
"zarr_format": 2
23+
}
509 KB
Binary file not shown.

0 commit comments

Comments
 (0)