Skip to content

Commit 4b62e56

Browse files
authored
Merge pull request #777 from fractal-analytics-platform/776-add-operio-fractal-to-task-list-on-doc-page
Add operio-fractal to task docs
2 parents 76fedf3 + 1c6f9f3 commit 4b62e56

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Make JSON-Schema generation tools more flexible, to simplify testing (\#749).
1919
* Documentation:
2020
* Update documentation (\#751).
21-
* Improve/extend page showing tasks from other packages (\#759).
21+
* Improve/extend page showing tasks from other packages (\#759, \#777).
2222
* JSON Schema generation:
2323
* Test manifest creation for three other tasks packages (\#763).
2424

docs/_tasks/generate_task_list.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@
4747
"they have not specifically been developed for this scenario."
4848
),
4949
)
50+
pkgs["operio-fractal"] = dict(
51+
homepage_url="https://github.com/leukemia-kispi/operetta-compose",
52+
manifest_url="https://raw.githubusercontent.com/leukemia-kispi/operetta-compose/main/src/operetta_compose/__FRACTAL_MANIFEST__.json", # noqa
53+
description=(
54+
"Fractal tasks for the Opera/Operetta "
55+
"microscope and drug response profiling."
56+
),
57+
)
5058

5159

5260
script_path = __file__

0 commit comments

Comments
 (0)