|
19 | 19 | TASK_LIST = [
|
20 | 20 | CompoundTask(
|
21 | 21 | name="scMultiplex Calculate Object Linking",
|
22 |
| - executable_init="fractal/_image_based_registration_hcs_init.py", |
| 22 | + executable_init="fractal/init_select_multiplexing_pairs.py", |
23 | 23 | executable="fractal/calculate_object_linking.py",
|
24 | 24 | meta_init={"cpus_per_task": 1, "mem": 1000},
|
25 | 25 | meta={"cpus_per_task": 4, "mem": 16000},
|
|
30 | 30 | ),
|
31 | 31 | CompoundTask(
|
32 | 32 | name="scMultiplex Calculate Linking Consensus",
|
33 |
| - executable_init="fractal/_init_group_by_well_for_multiplexing.py", |
| 33 | + executable_init="fractal/init_select_reference_knowing_all.py", |
34 | 34 | executable="fractal/calculate_linking_consensus.py",
|
35 | 35 | meta_init={"cpus_per_task": 1, "mem": 1000},
|
36 | 36 | meta={"cpus_per_task": 4, "mem": 16000},
|
|
41 | 41 | ),
|
42 | 42 | CompoundTask(
|
43 | 43 | name="scMultiplex Relabel by Linking Consensus",
|
44 |
| - executable_init="fractal/_image_based_registration_hcs_allrounds_init.py", |
| 44 | + executable_init="fractal/init_select_all_knowing_reference.py", |
45 | 45 | executable="fractal/relabel_by_linking_consensus.py",
|
46 | 46 | meta_init={"cpus_per_task": 1, "mem": 1000},
|
47 | 47 | meta={"cpus_per_task": 4, "mem": 64000},
|
|
52 | 52 | ),
|
53 | 53 | CompoundTask(
|
54 | 54 | name="scMultiplex Calculate Platymatch Registration",
|
55 |
| - executable_init="fractal/_image_based_registration_hcs_init.py", |
| 55 | + executable_init="fractal/init_select_multiplexing_pairs.py", |
56 | 56 | executable="fractal/calculate_platymatch_registration.py",
|
57 | 57 | meta_init={"cpus_per_task": 1, "mem": 1000},
|
58 | 58 | meta={"cpus_per_task": 4, "mem": 16000},
|
|
63 | 63 | ),
|
64 | 64 | CompoundTask(
|
65 | 65 | name="scMultiplex Surface Mesh Multiscale",
|
66 |
| - executable_init="fractal/_init_group_by_well_for_multiplexing.py", |
| 66 | + executable_init="fractal/init_select_reference_knowing_all.py", |
67 | 67 | executable="fractal/surface_mesh_multiscale.py",
|
68 | 68 | meta_init={"cpus_per_task": 1, "mem": 1000},
|
69 | 69 | meta={"cpus_per_task": 4, "mem": 16000},
|
|
85 | 85 | ),
|
86 | 86 | CompoundTask(
|
87 | 87 | name="scMultiplex Spherical Harmonics from Label Image",
|
88 |
| - executable_init="fractal/_init_group_by_well_for_multiplexing.py", |
| 88 | + executable_init="fractal/init_select_reference_knowing_all.py", |
89 | 89 | executable="fractal/spherical_harmonics_from_labelimage.py",
|
90 | 90 | meta_init={"cpus_per_task": 1, "mem": 1000},
|
91 | 91 | meta={"cpus_per_task": 4, "mem": 16000},
|
|
96 | 96 | ),
|
97 | 97 | CompoundTask(
|
98 | 98 | name="scMultiplex Mesh Measurements",
|
99 |
| - executable_init="fractal/_init_group_by_well_for_multiplexing.py", |
| 99 | + executable_init="fractal/init_select_reference_knowing_all.py", |
100 | 100 | executable="fractal/scmultiplex_mesh_measurements.py",
|
101 | 101 | meta_init={"cpus_per_task": 1, "mem": 1000},
|
102 | 102 | meta={"cpus_per_task": 4, "mem": 16000},
|
|
123 | 123 | ),
|
124 | 124 | CompoundTask(
|
125 | 125 | name="scMultiplex Calculate Z-Illumination Correction",
|
126 |
| - executable_init="fractal/init_select_multiplexing_round.py", |
| 126 | + executable_init="fractal/init_select_single_round.py", |
127 | 127 | executable="fractal/calculate_z_illumination_correction.py",
|
128 | 128 | meta_init={"cpus_per_task": 1, "mem": 1000},
|
129 | 129 | meta={"cpus_per_task": 4, "mem": 16000},
|
|
190 | 190 | tags=["3D"],
|
191 | 191 | docs_info="file:task_info/cleanup_3d_child_labels.md",
|
192 | 192 | ),
|
| 193 | + CompoundTask( |
| 194 | + name="scMultiplex Shift by Shift", |
| 195 | + executable_init="fractal/init_select_multiplexing_pairs.py", |
| 196 | + executable="fractal/shift_by_shift.py", |
| 197 | + meta_init={"cpus_per_task": 1, "mem": 1000}, |
| 198 | + meta={"cpus_per_task": 4, "mem": 16000}, |
| 199 | + category="Registration", |
| 200 | + modality="HCS", |
| 201 | + tags=["multiplexing", "2D", "3D"], |
| 202 | + docs_info="file:task_info/shift_by_shift.md", |
| 203 | + ), |
| 204 | + CompoundTask( |
| 205 | + name="scMultiplex Calculate Warpfield Registration", |
| 206 | + executable_init="fractal/init_select_multiplexing_pairs.py", |
| 207 | + executable="fractal/calculate_warpfield_registration.py", |
| 208 | + meta_init={"cpus_per_task": 1, "mem": 1000}, |
| 209 | + meta={"cpus_per_task": 4, "mem": 16000, "needs_gpu": True}, |
| 210 | + category="Registration", |
| 211 | + modality="HCS", |
| 212 | + tags=["multiplexing", "3D"], |
| 213 | + docs_info="file:task_info/calculate_warpfield_registration.md", |
| 214 | + input_types=dict(is_3D=True), |
| 215 | + ), |
| 216 | + CompoundTask( |
| 217 | + name="scMultiplex Apply Warpfield Registration", |
| 218 | + executable_init="fractal/init_select_multiplexing_pairs.py", |
| 219 | + executable="fractal/apply_warpfield_registration.py", |
| 220 | + meta_init={"cpus_per_task": 1, "mem": 1000}, |
| 221 | + meta={"cpus_per_task": 4, "mem": 16000, "needs_gpu": True}, |
| 222 | + category="Registration", |
| 223 | + modality="HCS", |
| 224 | + tags=["multiplexing", "3D"], |
| 225 | + docs_info="file:task_info/apply_warpfield_registration.md", |
| 226 | + input_types=dict(registered=False, is_3D=True), |
| 227 | + output_types=dict(registered=True, is_3D=True), |
| 228 | + ), |
| 229 | + CompoundTask( |
| 230 | + name="scMultiplex Post Registration Cleanup", |
| 231 | + executable_init="fractal/init_select_all_knowing_reference.py", |
| 232 | + executable="fractal/post_registration_cleanup.py", |
| 233 | + meta_init={"cpus_per_task": 1, "mem": 1000}, |
| 234 | + meta={"cpus_per_task": 4, "mem": 16000}, |
| 235 | + category="Registration", |
| 236 | + modality="HCS", |
| 237 | + tags=["multiplexing", "3D"], |
| 238 | + docs_info="file:task_info/post_registration_cleanup.md", |
| 239 | + input_types=dict(is_3D=True), |
| 240 | + output_types=dict(registered=True, is_3D=True), |
| 241 | + ), |
193 | 242 | ]
|
0 commit comments