We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dev
1 parent 9648594 commit 971cd28Copy full SHA for 971cd28
src/ilastik_tasks/dev/create_manifest.py
src/ilastik_tasks/dev/task_list.py
@@ -1,6 +1,9 @@
1
"""Contains the list of tasks available to fractal."""
2
3
-from fractal_tasks_core.dev.task_models import ParallelTask
+from fractal_task_tools.task_models import ParallelTask
4
+
5
+AUTHORS = "Lorenzo Cerrone"
6
+DOCS_LINK = "https://github.com/fractal-analytics-platform/fractal-ilastik-tasks"
7
8
TASK_LIST = [
9
ParallelTask(
0 commit comments