Skip to content

Commit

Permalink
Merge pull request #34 from fractal-analytics-platform/docs_url
Browse files Browse the repository at this point in the history
Add docs_url link
  • Loading branch information
jluethi authored Dec 13, 2024
2 parents a49a6ed + 9193336 commit daee405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/fractal_faim_ipa/__FRACTAL_MANIFEST__.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
"type": "object",
"title": "ConvertOmeZarr"
},
"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"
"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",
"docs_link": "https://github.com/fractal-analytics-platform/fractal-faim-ipa"
}
],
"has_args_schemas": true,
Expand Down
3 changes: 2 additions & 1 deletion src/fractal_faim_ipa/dev/create_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@

if __name__ == "__main__":
PACKAGE = "fractal_faim_ipa"
create_manifest(package=PACKAGE)
docs_link = "https://github.com/fractal-analytics-platform/fractal-faim-ipa"
create_manifest(package=PACKAGE, docs_link=docs_link)

0 comments on commit daee405

Please sign in to comment.