cwl_utils.expression_refactor
¶
CWL Expression refactoring tool for CWL.
Module Contents¶
Classes¶
Shortcut type for CWL v1.x parse.save(). |
Functions¶
Build the argument parser. |
|
|
Parse the command line options. |
|
Console entry point. |
|
Collect the arguments and run. |
|
Primary processing loop. |
Attributes¶
- cwl_utils.expression_refactor.Protocol¶
- cwl_utils.expression_refactor.defaultStreamHandler¶
- cwl_utils.expression_refactor.save_type¶
- class cwl_utils.expression_refactor.saveCWL¶
Bases:
typing_extensions.Protocol
Shortcut type for CWL v1.x parse.save().
- cwl_utils.expression_refactor.arg_parser()¶
Build the argument parser.
- Return type:
- cwl_utils.expression_refactor.parse_args(args)¶
Parse the command line options.
- Parameters:
args (List[str]) –
- Return type:
- cwl_utils.expression_refactor.main()¶
Console entry point.
- Return type:
None
- cwl_utils.expression_refactor.run(args)¶
Collect the arguments and run.
- cwl_utils.expression_refactor.refactor(args)¶
Primary processing loop.
- Parameters:
args (argparse.Namespace) –
- Return type: