Description Usage Arguments Value Examples
Get class from CWL JSON file
1 |
input |
cwl json file path |
character for cwl class "Workflow" or "CommandLineTool"
1 2 3 4 5 6 7 8 | tool.in <- system.file("extdata/app", "tool_unpack_fastq.json", package = "sevenbridges")
flow.in <- system.file("extdata/app", "flow_star.json", package = "sevenbridges")
get_cwl_class(tool.in)
is_commandlinetool(tool.in)
is_workflow(tool.in)
get_cwl_class(flow.in)
is_commandlinetool(flow.in)
is_workflow(flow.in)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.