cwl_utils.normalizer
Normalize CWL documents to CWL v1.2, JSON style.
Attributes
Functions
Build the argument parser. |
|
|
Parse the command line arguments. |
|
Console entry point. |
|
Primary processing loop. |
Module Contents
- 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:
- 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: