projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix tests refs #13516
[arvados.git]
/
sdk
/
cwl
/
tests
/
wf-defaults
/
default-dir6a.cwl
1
cwlVersion: v1.0
2
class: CommandLineTool
3
inputs:
4
inp2:
5
type: Directory
6
default:
7
class: Directory
8
location: inp1
9
outputs: []
10
arguments: [echo, $(inputs.inp2)]