toil.options.cwl¶
Functions¶
|
Add CWL options to the parser. This only adds nonpositional CWL arguments. |
Module Contents¶
- toil.options.cwl.add_cwl_options(parser, suppress=True)[source]¶
Add CWL options to the parser. This only adds nonpositional CWL arguments.
- Parameters:
parser (argparse.ArgumentParser) – Parser to add options to
suppress (bool) – Suppress help output
- Returns:
None
- Return type:
None