Skip to content

Commit

Permalink
Update executables in manifest (ref #378)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jun 6, 2023
1 parent 139512f commit 15d2dca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions fractal_tasks_core/__FRACTAL_MANIFEST__.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"metadata_table": "mrf_mlf",
"num_levels": 2
},
"executable": "create_ome_zarr.py",
"executable": "tasks/create_ome_zarr.py",
"input_type": "image",
"meta": {
"cpus_per_task": 1,
Expand Down Expand Up @@ -134,7 +134,7 @@
"title": "YokogawaToOmeZarr",
"type": "object"
},
"executable": "yokogawa_to_ome_zarr.py",
"executable": "tasks/yokogawa_to_ome_zarr.py",
"input_type": "zarr",
"meta": {
"cpus_per_task": 1,
Expand Down Expand Up @@ -198,7 +198,7 @@
"project_to_2D": true,
"suffix": "mip"
},
"executable": "copy_ome_zarr.py",
"executable": "tasks/copy_ome_zarr.py",
"input_type": "zarr",
"meta": {
"cpus_per_task": 1,
Expand Down Expand Up @@ -244,7 +244,7 @@
"title": "MaximumIntensityProjection",
"type": "object"
},
"executable": "maximum_intensity_projection.py",
"executable": "tasks/maximum_intensity_projection.py",
"input_type": "zarr",
"meta": {
"cpus_per_task": 1,
Expand Down Expand Up @@ -403,7 +403,7 @@
"title": "CellposeSegmentation",
"type": "object"
},
"executable": "cellpose_segmentation.py",
"executable": "tasks/cellpose_segmentation.py",
"input_type": "zarr",
"meta": {
"cpus_per_task": 4,
Expand Down Expand Up @@ -478,7 +478,7 @@
"background": 100,
"overwrite": false
},
"executable": "illumination_correction.py",
"executable": "tasks/illumination_correction.py",
"input_type": "zarr",
"meta": {
"cpus_per_task": 1,
Expand Down Expand Up @@ -585,7 +585,7 @@
"level": 0,
"relabeling": true
},
"executable": "napari_workflows_wrapper.py",
"executable": "tasks/napari_workflows_wrapper.py",
"input_type": "zarr",
"meta": {
"cpus_per_task": 8,
Expand Down Expand Up @@ -689,7 +689,7 @@
"metadata_table": "mrf_mlf",
"num_levels": 2
},
"executable": "create_ome_zarr_multiplex.py",
"executable": "tasks/create_ome_zarr_multiplex.py",
"input_type": "image",
"meta": {
"cpus_per_task": 1,
Expand Down

0 comments on commit 15d2dca

Please sign in to comment.