|
14 | 14 | pkgs["fractal-tasks-core"] = dict( |
15 | 15 | homepage_url="https://fractal-analytics-platform.github.io/fractal-tasks-core", # noqa |
16 | 16 | 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 | + ), |
17 | 25 | ) |
18 | 26 |
|
19 | 27 | pkgs["scMultiplex"] = dict( |
20 | 28 | homepage_url="https://github.com/fmi-basel/gliberal-scMultipleX", |
21 | 29 | 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 | + ), |
22 | 34 | ) |
23 | 35 | 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 |
25 | 37 | 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 | + ), |
30 | 43 | ) |
31 | 44 | 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."), |
34 | 48 | ) |
35 | 49 | pkgs["APx_fractal_task_collection"] = dict( |
36 | 50 | homepage_url="https://github.com/Apricot-Therapeutics/APx_fractal_task_collection", # noqa |
|
47 | 61 | "they have not specifically been developed for this scenario." |
48 | 62 | ), |
49 | 63 | ) |
50 | | -pkgs["operio-fractal"] = dict( |
| 64 | +pkgs["operetta-compose"] = dict( |
51 | 65 | homepage_url="https://github.com/leukemia-kispi/operetta-compose", |
52 | 66 | manifest_url="https://raw.githubusercontent.com/leukemia-kispi/operetta-compose/main/src/operetta_compose/__FRACTAL_MANIFEST__.json", # noqa |
53 | 67 | description=( |
54 | 68 | "Fractal tasks for the Opera/Operetta " |
55 | 69 | "microscope and drug response profiling." |
56 | 70 | ), |
57 | 71 | ) |
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 | +) |
59 | 95 |
|
60 | 96 | script_path = __file__ |
61 | 97 | script_dir = Path(script_path).parent |
|
0 commit comments