|
24 | 24 | meta={"cpus_per_task": 1, "mem": 4000}, |
25 | 25 | category="Conversion", |
26 | 26 | modality="HCS", |
27 | | - tags=["Yokogawa", "Cellvoyager"], |
| 27 | + tags=["Yokogawa", "Cellvoyager", "2D", "3D"], |
28 | 28 | docs_info="file:task_info/convert_cellvoyager_to_ome_zarr.md", |
29 | 29 | ), |
30 | 30 | CompoundTask( |
|
35 | 35 | meta={"cpus_per_task": 1, "mem": 4000}, |
36 | 36 | category="Conversion", |
37 | 37 | modality="HCS", |
38 | | - tags=["Yokogawa", "Cellvoyager"], |
| 38 | + tags=["Yokogawa", "Cellvoyager", "2D", "3D"], |
39 | 39 | docs_info="file:task_info/convert_cellvoyager_multiplex.md", |
40 | 40 | ), |
41 | 41 | CompoundTask( |
|
48 | 48 | meta={"cpus_per_task": 1, "mem": 4000}, |
49 | 49 | category="Image Processing", |
50 | 50 | modality="HCS", |
51 | | - tags=["Preprocessing"], |
| 51 | + tags=["Preprocessing", "3D"], |
52 | 52 | docs_info="file:task_info/projection.md", |
53 | 53 | ), |
54 | 54 | ParallelTask( |
|
58 | 58 | output_types=dict(illumination_corrected=True), |
59 | 59 | meta={"cpus_per_task": 1, "mem": 4000}, |
60 | 60 | category="Image Processing", |
61 | | - tags=["Preprocessing"], |
| 61 | + tags=["Preprocessing", "2D", "3D"], |
62 | 62 | docs_info="file:task_info/illumination_correction.md", |
63 | 63 | ), |
64 | 64 | ParallelTask( |
|
70 | 70 | "Deep Learning", |
71 | 71 | "Convolutional Neural Network", |
72 | 72 | "Instance Segmentation", |
| 73 | + "2D", |
| 74 | + "3D", |
73 | 75 | ], |
74 | 76 | docs_info="file:task_info/cellpose_segmentation.md", |
75 | 77 | ), |
|
81 | 83 | meta={"cpus_per_task": 1, "mem": 8000}, |
82 | 84 | category="Registration", |
83 | 85 | modality="HCS", |
84 | | - tags=["Multiplexing"], |
| 86 | + tags=["Multiplexing", "2D", "3D"], |
85 | 87 | docs_info="file:task_info/calculate_registration_image_based.md", |
86 | 88 | ), |
87 | 89 | CompoundTask( |
|
92 | 94 | meta={"cpus_per_task": 1, "mem": 1000}, |
93 | 95 | category="Registration", |
94 | 96 | modality="HCS", |
95 | | - tags=["Multiplexing"], |
| 97 | + tags=["Multiplexing", "2D", "3D"], |
96 | 98 | docs_info="file:task_info/find_registration_consensus.md", |
97 | 99 | ), |
98 | 100 | ParallelTask( |
|
103 | 105 | meta={"cpus_per_task": 1, "mem": 4000}, |
104 | 106 | category="Registration", |
105 | 107 | modality="HCS", |
106 | | - tags=["Multiplexing"], |
| 108 | + tags=["Multiplexing", "2D", "3D"], |
107 | 109 | docs_info="file:task_info/apply_registration_to_image.md", |
108 | 110 | ), |
109 | 111 | NonParallelTask( |
110 | 112 | name="Import OME-Zarr", |
111 | 113 | executable="tasks/import_ome_zarr.py", |
112 | 114 | docs_info="file:task_info/import_ome_zarr.md", |
| 115 | + tags=["2D", "3D"], |
113 | 116 | ), |
114 | 117 | ParallelTask( |
115 | 118 | name="Napari Workflows Wrapper", |
|
119 | 122 | "mem": 32000, |
120 | 123 | }, |
121 | 124 | category="Measurement", |
| 125 | + tags=["2D", "3D"], |
122 | 126 | docs_info="file:task_info/napari_workflows_wrapper.md", |
123 | 127 | ), |
124 | 128 | ] |
0 commit comments