| is_tool | R Documentation | 
Is this a CWL command line tool?
is_tool(x)
x | 
 CWL object  | 
Logical. TRUE if it is a CWL command line tool
(instead of a workflow), FALSE if not.
system.file("cwl/sbg/tool/bwa-mem.json", package = "tidycwl") %>%
  read_cwl(format = "json") %>%
  is_tool()
system.file("cwl/sbg/workflow/gatk4-wgs.json", package = "tidycwl") %>%
  read_cwl(format = "json") %>%
  is_tool()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.