projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
17521: Add tests, refs #10380 and refs #17521
[arvados.git]
/
sdk
/
cwl
/
tests
/
makes_intermediates
/
subwf.cwl
1
cwlVersion: v1.0
2
class: Workflow
3
inputs:
4
inp1: File
5
inp2: File
6
inp3: Directory
7
outputs: []
8
steps:
9
step1:
10
in:
11
inp1: inp1
12
inp2: inp2
13
inp3: inp3
14
out: []
15
run: echo.cwl