cwltool.cwlrdf

Module Contents

Functions

gather(tool, ctx)

printrdf(wflow, ctx, style)

Serialize the CWL document into a string, ready for printing.

lastpart(uri)

dot_with_parameters(g, stdout)

dot_without_parameters(g, stdout)

printdot(wf, ctx, stdout)

cwltool.cwlrdf.gather(tool, ctx)
Parameters:
Return type:

rdflib.Graph

cwltool.cwlrdf.printrdf(wflow, ctx, style)

Serialize the CWL document into a string, ready for printing.

Parameters:
Return type:

str

cwltool.cwlrdf.lastpart(uri)
Parameters:

uri (Any) –

Return type:

str

cwltool.cwlrdf.dot_with_parameters(g, stdout)
Parameters:
Return type:

None

cwltool.cwlrdf.dot_without_parameters(g, stdout)
Parameters:
Return type:

None

cwltool.cwlrdf.printdot(wf, ctx, stdout)
Parameters:
Return type:

None