Maestro logo

Maestro is a lightweight software library for workflow management, written in Python. Maestro is especially suited for the complexity of modern bioinformatic setups, but has a generic and modular design that can be adapted to any informatic workflow. Key features are automation and decoupling of workflow steps.

The intention of Maestro is not to replace existing bioinformatic workflow languages like Nextflow, which handle all the smaller tools of a bioinformatic pipeline. Instead, Maestro can connect the higher-level parts, such as different pipelines, and integrate operational tasks that lie outside a single pipeline.

Maestro is designed to be used as a library in other applications and systems rather than on its own; see Documentation for details. A complete example of how Maestro can be used in an app can be found in Steps. The figure below gives a simplified view of how Maestro can work in a bioinformatic pipeline:

Maestro workflow

Documentation#

There are several components to Maestro. The following documentation should help you navigate all of them. If you just want to use Maestro, we recommend going through docs 1-3, while doc 4 will provide guidance for task monitoring via the web user interface. Docs 5, 6 and 7 give more technical details.

For users#

  1. Getting started

  2. Maestro example

  3. Running Maestro in an app

  4. Maestro UI

  5. Technical concepts

For developers#

  1. Setup for development

  2. Maestro modules reference

Indices#

Support#

If you have any questions or need support, please feel free to create an issue in our Gitlab repository.