projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
9964: Fix test and add secondaryFiles to test
[arvados.git]
/
sdk
/
cwl
/
tests
/
wf-defaults
/
default-dir2.cwl
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
cwlVersion: v1.0
6
class: CommandLineTool
7
inputs:
8
inp2:
9
type: Directory
10
default:
11
class: Directory
12
basename: inp2
13
listing:
14
- class: File
15
basename: "hello.txt"
16
contents: "hello world"
17
outputs: []
18
arguments: [echo, $(inputs.inp2)]