From 4bea0b85e1992a01dd36d32c8b2c68a497c6d001 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 5 Nov 2021 12:10:06 +0530 Subject: doc: Document reuse of external CWL workflows. * doc/ccwl.skb (Cookbook): New chapter. * doc/external-cwl-workflow.scm, doc/echo.cwl: New files. * .gitignore: Add !doc/echo.cwl. --- doc/echo.cwl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/echo.cwl (limited to 'doc/echo.cwl') diff --git a/doc/echo.cwl b/doc/echo.cwl new file mode 100644 index 0000000..6ecd530 --- /dev/null +++ b/doc/echo.cwl @@ -0,0 +1,12 @@ +cwlVersion: v1.2 +class: CommandLineTool +baseCommand: echo +arguments: ["-n"] +inputs: + message: + type: string + inputBinding: + position: 1 +outputs: + output: + type: stdout -- cgit v1.2.3