projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into 10797-ruby-2.3
[arvados.git]
/
sdk
/
cwl
/
tests
/
wf
/
submit_wf.cwl
1
# Test case for arvados-cwl-runner
2
#
3
# Used to test whether scanning a workflow file for dependencies
4
# (e.g. submit_tool.cwl) and uploading to Keep works as intended.
5
6
class: Workflow
7
cwlVersion: v1.0
8
inputs:
9
- id: x
10
type: File
11
- id: y
12
type: Directory
13
- id: z
14
type: Directory
15
outputs: []
16
steps:
17
- id: step1
18
in:
19
- { id: x, source: "#x" }
20
out: []
21
run: ../tool/submit_tool.cwl