about summary refs log tree commit diff
path: root/test-data/echo.cwl
diff options
context:
space:
mode:
Diffstat (limited to 'test-data/echo.cwl')
-rw-r--r--test-data/echo.cwl7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-data/echo.cwl b/test-data/echo.cwl
new file mode 100644
index 0000000..b957a59
--- /dev/null
+++ b/test-data/echo.cwl
@@ -0,0 +1,7 @@
+cwlVersion: v1.2
+class: CommandLineTool
+baseCommand: echo
+inputs:
+  message:
+    type: string
+outputs: {}