projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
9213: Improve gem loading in `arv`.
[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
inputs:
8
- id: x
9
type: File
10
outputs: []
11
steps:
12
- id: step1
13
inputs:
14
- { id: x, source: "#x" }
15
outputs: []
16
run: ../tool/submit_tool.cwl