User guide#
Workflowpy’s main function is to ease the creation of workflows with the help of Python. These workflow written in Python can than be translated to workflow engines like SnakeMake, which can then execute the workflow. This user guide provides a quick overview of the terminology regarding workflows, the creation and execution of workflows, the usage of methods in workflows, and the create of your own methods/ library of methods.