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:
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#
For developers#
Indices#
Support#
If you have any questions or need support, please feel free to create an issue in our Gitlab repository.
License and copyright#
Maestro is licensed under the GNU General Public License v3.0
Copyright (C) 2023-2024 Maestro contributors
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.