Within Fractal¶
Thanks to the package manifest and to their structure, the tasks in
fractal_tasks_core.tasks can be run within the Fractal
platform; this consists in a
backend server
which can be accessed by one of the two available clients (a command-line
client and a
web-client).
The fractal-demos repository lists a set of relevant examples, including:
- How to set up a
fractal-serverinstance; - How to set up a
fractal-clientcommand-line client; - How to use the command-line client to submit a series of typical workflows (based on
fractal-tasks-coretasks) to Fractal; see folders from 01 to 10 in theexamplesfolder.