checker module¶
module responsible for checking MAVIS output. Determines if jobs completed correctly and what the status of the pipeline is
-
class
mavis.checker.
LibraryRun
(name, output_dir)[source]¶ Bases:
object
stores run information for pipeline steps that are run on individual libraries
-
class
mavis.checker.
LogDetails
(filename)[source]¶ Bases:
object
stores information about the log status
-
mavis.checker.
check_completion
(target_dir, skipped_stages=None)[source]¶ Parameters: target_dir (str) – path to the main pipeline output directory