11789: Merge branch 'master' into 11789-arvput-exclude-flag
[arvados.git] / sdk / cwl / tests / tool / submit_tool.cwl
index 28fecff7e0e72a47fa0aa14bae371a4d795f2e9c..aadbd56351bd6f4b0dcfd29d44e70456b5ddba19 100644 (file)
@@ -1,9 +1,14 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 # 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
@@ -12,7 +17,7 @@ inputs:
     type: File
     default:
       class: File
-      path: blub.txt
+      location: blub.txt
     inputBinding:
       position: 1
 outputs: []