cwltool.pack
Reformat a CWL document and all its references to be a single stream.
Attributes
Functions
|
|
|
|
|
Replace references with the actual value. |
|
|
|
Module Contents
- cwltool.pack.LoadRefType
- cwltool.pack.find_run(d, loadref, runs)
- cwltool.pack.find_ids(d, ids)
- Parameters:
d (cwl_utils.types.CWLObjectType | cwl_utils.types.CWLOutputType | collections.abc.MutableSequence[cwl_utils.types.CWLObjectType] | None)
- Return type:
None
- cwltool.pack.replace_refs(d, rewrite, stem, newstem)
Replace references with the actual value.
- cwltool.pack.import_embed(d, seen)
- Parameters:
d (collections.abc.MutableSequence[cwl_utils.types.CWLObjectType] | cwl_utils.types.CWLObjectType | cwl_utils.types.CWLOutputType | None)
- Return type:
None
- cwltool.pack.pack(loadingContext, uri, rewrite_out=None, loader=None)
- Parameters:
loadingContext (cwltool.context.LoadingContext)
uri (str)
loader (schema_salad.ref_resolver.Loader | None)
- Return type:
cwl_utils.types.CWLObjectType