Skip to content

Commit e2fda8d

Browse files
committed
Fill in metadata in task_list.py
1 parent 43c7dbe commit e2fda8d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

fractal_tasks_core/dev/task_list.py

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,34 @@
1515
from fractal_task_tools.task_models import NonParallelTask
1616
from fractal_task_tools.task_models import ParallelTask
1717

18+
AUTHORS = "Fractal Core Team"
19+
DOCS_LINK = "https://fractal-analytics-platform.github.io/fractal-tasks-core"
20+
INPUT_MODELS = [
21+
["fractal_tasks_core", "channels.py", "OmeroChannel"],
22+
["fractal_tasks_core", "channels.py", "Window"],
23+
["fractal_tasks_core", "channels.py", "ChannelInputModel"],
24+
["fractal_tasks_core", "tasks/io_models.py", "NapariWorkflowsInput"],
25+
["fractal_tasks_core", "tasks/io_models.py", "NapariWorkflowsOutput"],
26+
[
27+
"fractal_tasks_core",
28+
"tasks/cellpose_utils.py",
29+
"CellposeCustomNormalizer",
30+
],
31+
[
32+
"fractal_tasks_core",
33+
"tasks/cellpose_utils.py",
34+
"CellposeChannel1InputModel",
35+
],
36+
[
37+
"fractal_tasks_core",
38+
"tasks/cellpose_utils.py",
39+
"CellposeChannel2InputModel",
40+
],
41+
["fractal_tasks_core", "tasks/cellpose_utils.py", "CellposeModelParams"],
42+
["fractal_tasks_core", "tasks/io_models.py", "MultiplexingAcquisition"],
43+
]
44+
45+
1846
TASK_LIST = [
1947
CompoundTask(
2048
name="Convert Cellvoyager to OME-Zarr",

0 commit comments

Comments
 (0)