cwltool.cwlrdf
Functions
|
|
|
Serialize the CWL document into a string, ready for printing. |
|
|
|
|
|
|
|
Module Contents
- cwltool.cwlrdf.gather(tool, ctx)
- Parameters:
tool (cwltool.process.Process)
ctx (schema_salad.utils.ContextType)
- Return type:
- 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:
- 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