Skip to content

Commit 3571955

Browse files
committed
Update task list
1 parent f8a83c1 commit 3571955

File tree

1 file changed

+45
-9
lines changed

1 file changed

+45
-9
lines changed

docs/_tasks/generate_task_list.py

Lines changed: 45 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,37 @@
1414
pkgs["fractal-tasks-core"] = dict(
1515
homepage_url="https://fractal-analytics-platform.github.io/fractal-tasks-core", # noqa
1616
manifest_url="https://raw.githubusercontent.com/fractal-analytics-platform/fractal-tasks-core/main/fractal_tasks_core/__FRACTAL_MANIFEST__.json", # noqa
17+
description=(
18+
"The Fractal tasks core package is the reference implementation for "
19+
"Fractal tasks. It contains tasks to convert Cellvoyager CV7000 and "
20+
"CV8000 images to OME-Zarr, to make 3D projections, apply flatfield "
21+
"illumination corrections, segment objects using Cellpose, run "
22+
"napari workflows, calculate & apply registration and to import "
23+
"OME-Zarrs into a Fractal workflow."
24+
),
1725
)
1826

1927
pkgs["scMultiplex"] = dict(
2028
homepage_url="https://github.com/fmi-basel/gliberal-scMultipleX",
2129
manifest_url="https://raw.githubusercontent.com/fmi-basel/gliberal-scMultipleX/main/src/scmultiplex/__FRACTAL_MANIFEST__.json", # noqa
30+
description=(
31+
"The scMultipleX package contains tasks to perform object-based "
32+
"registration, multiplexed measurements, mesh generations and more."
33+
),
2234
)
2335
pkgs["fractal-faim-ipa"] = dict(
24-
homepage_url="https://github.com/jluethi/fractal-faim-ipa",
36+
homepage_url="https://github.com/fractal-analytics-platform/fractal-faim-ipa", # noqa
2537
manifest_url="https://raw.githubusercontent.com/jluethi/fractal-faim-ipa/main/src/fractal_faim_ipa/__FRACTAL_MANIFEST__.json", # noqa
26-
)
27-
pkgs["abbott"] = dict(
28-
homepage_url="https://github.com/MaksHess/abbott",
29-
manifest_url="https://raw.githubusercontent.com/MaksHess/abbott/main/src/abbott/__FRACTAL_MANIFEST__.json", # noqa
38+
description=(
39+
"Provides Fractal tasks for the conversion of Molecular Devices "
40+
"ImageXpress microscope to OME-Zarr. This package is based on the "
41+
"faim-ipa library developed by FAIM at FMI."
42+
),
3043
)
3144
pkgs["fractal-helper-tasks"] = dict(
32-
homepage_url="https://github.com/jluethi/fractal-helper-tasks",
33-
manifest_url="https://raw.githubusercontent.com/jluethi/fractal-helper-tasks/main/src/fractal_helper_tasks/__FRACTAL_MANIFEST__.json", # noqa
45+
homepage_url="https://github.com/fractal-analytics-platform/fractal-helper-tasks", # noqa
46+
manifest_url="https://raw.githubusercontent.com/fractal-analytics-platform/fractal-helper-tasks/main/src/fractal_helper_tasks/__FRACTAL_MANIFEST__.json", # noqa
47+
description=("Collection of Fractal helper tasks."),
3448
)
3549
pkgs["APx_fractal_task_collection"] = dict(
3650
homepage_url="https://github.com/Apricot-Therapeutics/APx_fractal_task_collection", # noqa
@@ -47,15 +61,37 @@
4761
"they have not specifically been developed for this scenario."
4862
),
4963
)
50-
pkgs["operio-fractal"] = dict(
64+
pkgs["operetta-compose"] = dict(
5165
homepage_url="https://github.com/leukemia-kispi/operetta-compose",
5266
manifest_url="https://raw.githubusercontent.com/leukemia-kispi/operetta-compose/main/src/operetta_compose/__FRACTAL_MANIFEST__.json", # noqa
5367
description=(
5468
"Fractal tasks for the Opera/Operetta "
5569
"microscope and drug response profiling."
5670
),
5771
)
58-
72+
pkgs["fractal-plantseg-tasks"] = dict(
73+
homepage_url="https://github.com/fractal-analytics-platform/fractal-plantseg-tasks", # noqa
74+
manifest_url="https://raw.githubusercontent.com/fractal-analytics-platform/fractal-plantseg-tasks/main/src/plantseg_tasks/__FRACTAL_MANIFEST__.json", # noqa
75+
description=(
76+
"Collection of Fractal task with the PlantSeg segmentation pipeline."
77+
),
78+
)
79+
pkgs["fractal-ome-zarr-hcs-stitching"] = dict(
80+
homepage_url="https://github.com/m-albert/fractal-ome-zarr-hcs-stitching", # noqa
81+
manifest_url="https://raw.githubusercontent.com/m-albert/fractal-ome-zarr-hcs-stitching/main/src/fractal_ome_zarr_hcs_stitching/__FRACTAL_MANIFEST__.json", # noqa
82+
description=(
83+
"Fractal task(s) for registering and fusing OME-Zarr HCS using "
84+
"multiview-stitcher."
85+
),
86+
)
87+
pkgs["abbott"] = dict(
88+
homepage_url="https://github.com/MaksHess/abbott",
89+
manifest_url="https://raw.githubusercontent.com/MaksHess/abbott/main/src/abbott/__FRACTAL_MANIFEST__.json", # noqa
90+
description=(
91+
"Work in progress task package to provide 3D registration methods "
92+
"based on Elastix."
93+
),
94+
)
5995

6096
script_path = __file__
6197
script_dir = Path(script_path).parent

0 commit comments

Comments
 (0)