schrodinger.application.building_block_exploration.bb_explorer_driver module

schrodinger.application.building_block_exploration.bb_explorer_driver.get_parser()
schrodinger.application.building_block_exploration.bb_explorer_driver.validate_args(args) tuple[bool, str | None]

Validate the command line arguments. Returns a tuple of (outcome, message) where outcome is True if the arguments are valid, False otherwise. If outcome is True, message is None, otherwise the message contains the reason for the validation failure.