Currently there is only one type of node in Noodles, the Python function call. We can add a new type, CWNode, that should always return a CWResult. This node type is then transparently handled by the CWL runner, and at the same time provides an intuitive way to wrap command-line tools for use in a Noodles workflow.
Currently there is only one type of node in Noodles, the Python function call. We can add a new type,
CWNode
, that should always return aCWResult
. This node type is then transparently handled by the CWL runner, and at the same time provides an intuitive way to wrap command-line tools for use in a Noodles workflow.