caput.pipeline.runner#
Command-line interface and helper functions for running pipelines.
This module contains functions to run and queue pipelines, along with a command line interface (CLI) for user interaction.
Basic Functions#
These functions just act as convenience wrappers around the core pipeline management functionality.
Cluster Functions#
These are additional functions to support running pipelines on compute clusters using job schedulers like SLURM or PBS.
Functions#
|
Lint a pipeline config file without running it. |
|
Queue a pipeline on a cluster from the given configfile. |
|
Register new queue system(s) from a TOML file. |
|
Run a pipeline immediately from the given configfile. |
|
Queue a pipeline from the given templatefile. |
|
Run a pipeline from the given templatefile. |