main module¶
-
mavis.main.check_completion(target_dir)[source]¶ Parameters: target_dir (str) – path to the main pipeline output directory
-
mavis.main.check_library_dir(library_dir, verbose=False)[source]¶ checks the completion of library directory and its clustering, validation and annotation subdirectories
-
mavis.main.generate_config(parser, required, optional)[source]¶ Parameters: - parser (argparse.ArgumentParser) – the main parser
- required – the argparse required arguments group
- optional – the argparse optional arguments group