cwl_utils.pack_cli
Pack a CWL document into a single JSON document.
Functions
Build the argument parser. |
|
|
Pack the input CWL document and write the result. |
|
Console entry point. |
Module Contents
- cwl_utils.pack_cli.arg_parser()
Build the argument parser.
- Return type:
- cwl_utils.pack_cli.run(args)
Pack the input CWL document and write the result.
- Parameters:
args (argparse.Namespace)
- Return type: