Documentation
¶
Index ¶
- func CreateGraphvizDot(run *workflowrun.Run) (dot string, err error)
- func CreateRunFromWorkflow(wfDAG *workflowdag.WorkflowDAG, inputs map[string]interface{}, userID string, ...) (run *workflowrun.Run, err error)
- func CreateWorkflowDAG(wfCWL *workflowcwl.WorkflowCWL) (wfDAG *workflowdag.WorkflowDAG, err error)
- func ParseCWL(folder string, cwlfile string) (wfCWL *workflowcwl.WorkflowCWL, err error)
- func ParseCWLInMem(f *workflowcwl.HttpCWLForm) (wfCWL *workflowcwl.WorkflowCWL, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGraphvizDot ¶
func CreateGraphvizDot(run *workflowrun.Run) (dot string, err error)
func CreateRunFromWorkflow ¶
func CreateRunFromWorkflow(wfDAG *workflowdag.WorkflowDAG, inputs map[string]interface{}, userID string, runID int) (run *workflowrun.Run, err error)
func CreateWorkflowDAG ¶
func CreateWorkflowDAG(wfCWL *workflowcwl.WorkflowCWL) (wfDAG *workflowdag.WorkflowDAG, err error)
func ParseCWL ¶
func ParseCWL(folder string, cwlfile string) (wfCWL *workflowcwl.WorkflowCWL, err error)
func ParseCWLInMem ¶
func ParseCWLInMem(f *workflowcwl.HttpCWLForm) (wfCWL *workflowcwl.WorkflowCWL, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.