cwl_utils.normalizer
¶
Normalize CWL documents to CWL v1.2, JSON style.
Module Contents¶
Functions¶
Build the argument parser. |
|
|
Parse the command line arguments. |
|
Console entry point. |
|
Primary processing loop. |
Attributes¶
- cwl_utils.normalizer.defaultStreamHandler¶
- cwl_utils.normalizer.arg_parser()¶
Build the argument parser.
- Return type:
- cwl_utils.normalizer.parse_args(args)¶
Parse the command line arguments.
- Parameters:
args (List[str]) –
- Return type:
- cwl_utils.normalizer.main()¶
Console entry point.
- Return type:
None
- cwl_utils.normalizer.run(args)¶
Primary processing loop.
- Parameters:
args (argparse.Namespace) –
- Return type: