Merge branch '10232-non-exclusive-keys' refs #10232
[arvados.git] / sdk / cwl / tests / tool / submit_tool.cwl
index e9fa423ee664bf1c3513d9d8ed80c01616ee2c71..19df1de2086b70b462579b8c46dfa02cfe995dc4 100644 (file)
@@ -4,7 +4,7 @@
 # value blub.txt) and uploading to Keep works as intended.
 
 class: CommandLineTool
-cwlVersion: draft-3
+cwlVersion: v1.0
 requirements:
   - class: DockerRequirement
     dockerPull: debian:8
@@ -13,7 +13,7 @@ inputs:
     type: File
     default:
       class: File
-      path: blub.txt
+      location: blub.txt
     inputBinding:
       position: 1
 outputs: []