X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a31816b03c8249178d51621524f05437f5f9478a..e0f4124bd0156f7cb029e5330e256086962f9e8e:/sdk/cwl/tests/wf/inputs_test.cwl?ds=inline diff --git a/sdk/cwl/tests/wf/inputs_test.cwl b/sdk/cwl/tests/wf/inputs_test.cwl index ec43207c69..5fea4fdddf 100644 --- a/sdk/cwl/tests/wf/inputs_test.cwl +++ b/sdk/cwl/tests/wf/inputs_test.cwl @@ -2,12 +2,12 @@ # various input types as script_parameters in pipeline templates. class: Workflow -cwlVersion: draft-3 +cwlVersion: v1.0 inputs: - id: "#fileInput" type: File label: It's a file; we expect to find some characters in it. - description: | + doc: | If there were anything further to say, it would be said here, or here. - id: "#boolInput" @@ -22,7 +22,7 @@ inputs: outputs: [] steps: - id: step1 - inputs: - - { id: x, source: "#x" } - outputs: [] + in: + - { id: x, source: "#fileInput" } + out: [] run: ../tool/submit_tool.cwl