cwl_utils.pack_cli

Pack a CWL document into a single JSON document.

Functions

arg_parser()

Build the argument parser.

run(args)

Pack the input CWL document and write the result.

main()

Console entry point.

Module Contents

cwl_utils.pack_cli.arg_parser()

Build the argument parser.

Return type:

argparse.ArgumentParser

cwl_utils.pack_cli.run(args)

Pack the input CWL document and write the result.

Parameters:

args (argparse.Namespace)

Return type:

int

cwl_utils.pack_cli.main()

Console entry point.

Return type:

int