toil.options.runner¶
Functions¶
|
Add to the WDL or CWL runners options that are shared or the same between runners |
Module Contents¶
- toil.options.runner.add_runner_options(parser, cwl=False, wdl=False)[source]¶
Add to the WDL or CWL runners options that are shared or the same between runners :param parser: parser to add arguments to :param cwl: bool :param wdl: bool :return: None
- Parameters:
parser (argparse.ArgumentParser)
cwl (bool)
wdl (bool)
- Return type:
None