gaps.cli.status.main_monitor#

main_monitor(folder, pipe_steps, status, include, recursive)[source]#

Run the appropriate monitor functions for a folder.

Parameters:
  • folder (path-like) – Path to folder for which to print status.

  • pipe_steps (container of str) – Container with the pipeline steps to display.

  • status (container of str) – Container with the statuses to display.

  • include (container of str) – Container of extra keys to pull from the status files.

  • recursive (bool) – Option to perform recursive search of directories.