Merge branch '16265-security-updates' into dependabot/bundler/apps/workbench/loofah...
[arvados.git] / sdk / python / tests / fed-migrate / CWLFile
1 cwlVersion: v1.0
2 class: Workflow
3 requirements:
4   ScatterFeatureRequirement: {}
5 inputs:
6   exfiles:
7     type: string[]
8     default:
9       - fed-migrate.cwlex
10       - run-test.cwlex
11   dir:
12     type: Directory
13     default:
14       class: Directory
15       location: .
16 outputs:
17   out:
18     type: File[]
19     outputSource: step1/converted
20
21 steps:
22   step1:
23     in:
24       inpdir: dir
25       inpfile: exfiles
26     out: [converted]
27     scatter: inpfile
28     run: cwlex.cwl