aboutsummaryrefslogtreecommitdiff
path: root/doc/hello-world.cwl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/hello-world.cwl')
-rw-r--r--doc/hello-world.cwl13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/hello-world.cwl b/doc/hello-world.cwl
new file mode 100644
index 0000000..2d8ecfb
--- /dev/null
+++ b/doc/hello-world.cwl
@@ -0,0 +1,13 @@
+cwlVersion: v1.2
+class: CommandLineTool
+baseCommand:
+ - echo
+ - Hello
+inputs:
+ name:
+ type: string
+ inputBinding:
+ position: 1
+outputs:
+ message:
+ type: stdout