top of page
Pipelines
A pipeline is a sequence of commands. The output of one command is piped to the input of the next one.
​
Functions
Some commands use Python functions to control their operation, e.g. for transforming, sorting, filtering.
​
Executables
Scripting
Marcel scripting is done in Python, with a module providing all of the capabilities of marcel commands.
​
Databases
bottom of page