cwltool.cwlrdf
RDF output.
Functions
|
Convert a Process with optional inputs object into a RDF Graph. |
|
Serialize the CWL document into a string, ready for printing. |
|
|
|
Module Contents
- cwltool.cwlrdf.gather(tool, ctx, inputs=None)
Convert a Process with optional inputs object into a RDF Graph.
- Parameters:
tool (cwltool.process.Process)
ctx (schema_salad.utils.ContextType)
inputs (cwl_utils.types.CWLObjectType | None)
- Return type:
- cwltool.cwlrdf.printrdf(wflow, ctx, style, inputs=None)
Serialize the CWL document into a string, ready for printing.
- Parameters:
wflow (cwltool.process.Process)
ctx (schema_salad.utils.ContextType)
style (str)
inputs (cwl_utils.types.CWLObjectType | None)
- Return type: