Merge branch 'thehyve/fix-crunch-documentation' Fix a typo in Crunch Dispatch install...
[arvados.git] / sdk / cwl / tests / wf / expect_packed.cwl
index 561daf40ff186841dd28645373877aac89ba7d63..7def3e639bfc49f83d2f321b01dfe60fbe9b4711 100644 (file)
@@ -23,16 +23,17 @@ $graph:
   inputs:
   - id: '#main/x'
     type: File
-    default: {class: File, location: 'keep:169f39d466a5438ac4a90e779bf750c7+53/blorp.txt',
-      basename: blorp.txt}
+    default: {class: File, location: keep:169f39d466a5438ac4a90e779bf750c7+53/blorp.txt,
+      size: 16, basename: blorp.txt, nameroot: blorp, nameext: .txt}
   - id: '#main/y'
     type: Directory
-    default: {class: Directory, location: 'keep:99999999999999999999999999999998+99',
+    default: {class: Directory, location: keep:99999999999999999999999999999998+99,
       basename: 99999999999999999999999999999998+99}
   - id: '#main/z'
     type: Directory
     default: {class: Directory, basename: anonymous, listing: [{basename: renamed.txt,
-          class: File, location: 'keep:99999999999999999999999999999998+99/file1.txt'}]}
+          class: File, location: keep:99999999999999999999999999999998+99/file1.txt,
+          nameroot: renamed, nameext: .txt}]}
   outputs: []
   steps:
   - id: '#main/step1'