chemicalchecker.util.pipeline.pipeline.Pipeline
- class Pipeline(pipeline_path, config, keep_jobs=False, only_tasks=[], exclude_tasks=[])[source]
Bases:
object
Pipeline class.
Run pipelines according to config files.
Initialize a Pipeline instance.
pipeline_path (str): Path where the pipeline will set its structure. keep_jobs (bool): If True temporary job directories will not be
deleted.
Methods
Add tasks to the pipeline.
Clean all or some of the pipeline steps.
Add tasks to the pipeline.
Run the pipeline.