cwltool.cwlrdf
¶
Module Contents¶
Functions¶
|
|
|
Serialize the CWL document into a string, ready for printing. |
|
|
|
|
|
|
|
- cwltool.cwlrdf.gather(tool, ctx)¶
- Parameters
tool (cwltool.process.Process) –
ctx (schema_salad.utils.ContextType) –
- Return type
rdflib.Graph
- cwltool.cwlrdf.printrdf(wflow, ctx, style)¶
Serialize the CWL document into a string, ready for printing.
- Parameters
wflow (cwltool.process.Process) –
ctx (schema_salad.utils.ContextType) –
style (str) –
- Return type
str
- cwltool.cwlrdf.lastpart(uri)¶
- Parameters
uri (Any) –
- Return type
str
- cwltool.cwlrdf.dot_with_parameters(g, stdout)¶
- Parameters
g (rdflib.Graph) –
stdout (Union[TextIO, codecs.StreamWriter]) –
- Return type
None
- cwltool.cwlrdf.dot_without_parameters(g, stdout)¶
- Parameters
g (rdflib.Graph) –
stdout (Union[TextIO, codecs.StreamWriter]) –
- Return type
None
- cwltool.cwlrdf.printdot(wf, ctx, stdout)¶
- Parameters
wf (cwltool.process.Process) –
ctx (schema_salad.utils.ContextType) –
stdout (Union[TextIO, codecs.StreamWriter]) –
- Return type
None