pipen.progressbar
Provide the PipelinePBar and ProcPBar classes
Classes
ProcPBar
— The progress bar for processes</>PipelinePBar
— Progress bar for the pipeline</>
class
pipen.progressbar.
ProcPBar
(
manager
, proc_size
, proc_name
)
The progress bar for processes
Methods
done
(
)
— The process is done</>update_job_failed
(
)
— Update the progress bar when a job is failed</>update_job_retrying
(
)
— Update the progress bar when a job is retrying</>update_job_running
(
)
— Update the progress bar when a job is running</>update_job_submitted
(
)
— Update the progress bar when a job is submitted</>update_job_succeeded
(
)
— Update the progress bar when a job is succeeded</>
method
update_job_submitted
(
)
Update the progress bar when a job is submitted
method
update_job_retrying
(
)
Update the progress bar when a job is retrying
method
update_job_running
(
)
Update the progress bar when a job is running
method
update_job_succeeded
(
)
Update the progress bar when a job is succeeded
method
update_job_failed
(
)
Update the progress bar when a job is failed
method
done
(
)
The process is done
class
pipen.progressbar.
PipelinePBar
(
n_procs
, ppln_name
)
Progress bar for the pipeline
Methods
done
(
)
— When the pipeline is done</>proc_bar
(
proc_size
,proc_name
)
(ProcPBar) — Get the progress bar for a process</>update_proc_done
(
)
— Update the progress bar when a process is done</>update_proc_error
(
)
— Update the progress bar when a process is errored</>update_proc_running
(
)
— Update the progress bar when a process is running</>
method
update_proc_running
(
)
Update the progress bar when a process is running
method
update_proc_done
(
)
Update the progress bar when a process is done
method
update_proc_error
(
)
Update the progress bar when a process is errored
method
done
(
)
When the pipeline is done