about summary refs log tree commit diff
path: root/test-data/workflow-with-various-file-type-formals.cwl
diff options
context:
space:
mode:
Diffstat (limited to 'test-data/workflow-with-various-file-type-formals.cwl')
-rw-r--r--test-data/workflow-with-various-file-type-formals.cwl39
1 files changed, 39 insertions, 0 deletions
diff --git a/test-data/workflow-with-various-file-type-formals.cwl b/test-data/workflow-with-various-file-type-formals.cwl
new file mode 100644
index 0000000..762bf9f
--- /dev/null
+++ b/test-data/workflow-with-various-file-type-formals.cwl
@@ -0,0 +1,39 @@
+class: Workflow
+inputs:
+  infoo:
+    type: File
+    secondaryFiles:
+      - .bai
+  inbar:
+    type:
+      type: array
+      items: File
+    secondaryFiles:
+      - .bai
+  infoobar:
+    type:
+      type: array
+      items:
+        type: array
+        items: File
+    secondaryFiles:
+      - .bai
+outputs:
+  outfoo:
+    type: File
+    secondaryFiles:
+      - .bai
+  outbar:
+    type:
+      type: array
+      items: File
+    secondaryFiles:
+      - .bai
+  outfoobar:
+    type:
+      type: array
+      items:
+        type: array
+        items: File
+    secondaryFiles:
+      - .bai