X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f7e07c3a28d4f4e1adbd957749bd825e44a2e523..d6e4e65cf3aae701c3e02a814329757e869a1d6d:/sdk/cwl/tests/tool/submit_tool.cwl diff --git a/sdk/cwl/tests/tool/submit_tool.cwl b/sdk/cwl/tests/tool/submit_tool.cwl index 4bdb2350ea..19df1de208 100644 --- a/sdk/cwl/tests/tool/submit_tool.cwl +++ b/sdk/cwl/tests/tool/submit_tool.cwl @@ -1,4 +1,10 @@ +# Test case for arvados-cwl-runner +# +# Used to test whether scanning a tool file for dependencies (e.g. default +# value blub.txt) and uploading to Keep works as intended. + class: CommandLineTool +cwlVersion: v1.0 requirements: - class: DockerRequirement dockerPull: debian:8 @@ -7,7 +13,7 @@ inputs: type: File default: class: File - path: blub.txt + location: blub.txt inputBinding: position: 1 outputs: []