diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/input-output-parameters.cwl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/input-output-parameters.cwl b/tests/input-output-parameters.cwl new file mode 100644 index 0000000..54b0bb8 --- /dev/null +++ b/tests/input-output-parameters.cwl @@ -0,0 +1,12 @@ +cwlVersion: v1.2 +class: CommandLineTool +baseCommand: echo +inputs: + - id: spam + type: string + inputBinding: + position: 1 +outputs: + ham: + type: stdout + eggs: stdout |