Merge branch '10025-arvbox-layers' closes #10025
[arvados.git] / sdk / cwl / tests / tool / submit_tool.cwl
index 4bdb2350ea72187bf8b948c0c523e905a7312d85..19df1de2086b70b462579b8c46dfa02cfe995dc4 100644 (file)
@@ -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: []