Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jluethi committed May 31, 2024
1 parent e773e6c commit 3f5c67b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/fractal_faim_ipa/__FRACTAL_MANIFEST__.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"manifest_version": "2",
"task_list": [
{
"name": "Convert MD to OME-Zarr",
"executable_non_parallel": "md_create_ome_zarr.py",
"name": "FAIM IPA OME-Zarr Converter",
"executable_non_parallel": "convert_ome_zarr.py",
"meta_non_parallel": {
"cpus_per_task": 8,
"mem": 32000
},
"args_schema_non_parallel": {
"title": "MdCreateOmeZarr",
"title": "ConvertOmeZarr",
"type": "object",
"properties": {
"zarr_urls": {
Expand Down Expand Up @@ -95,7 +95,7 @@
],
"additionalProperties": false
},
"docs_info": "## md_create_ome_zarr\nCreate OME-Zarr plate from MD Image Xpress files.\n\nThis is a non-parallel task => it parses the metadata, creates the plates\nand then converts all the wells in the same process\n"
"docs_info": "## convert_ome_zarr\nCreate OME-Zarr plate from MD Image Xpress files.\n\nThis is a non-parallel task => it parses the metadata, creates the plates\nand then converts all the wells in the same process\n"
}
],
"has_args_schemas": true,
Expand Down

0 comments on commit 3f5c67b

Please sign in to comment.