toil.options.runner

Functions

add_runner_options(parser[, cwl, wdl])

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:
Return type:

None