projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
10383: Now --update-collection is not mutually exclusive with --resume and --no-resume.
[arvados.git]
/
sdk
/
cwl
/
tests
/
keep-dir-test-input.cwl
1
class: CommandLineTool
2
cwlVersion: v1.0
3
requirements:
4
- class: ShellCommandRequirement
5
inputs:
6
indir:
7
type: Directory
8
inputBinding:
9
prefix: cd
10
position: -1
11
outputs:
12
outlist:
13
type: File
14
outputBinding:
15
glob: output.txt
16
arguments: [
17
{shellQuote: false, valueFrom: "&&"},
18
"find", ".",
19
{shellQuote: false, valueFrom: "|"},
20
"sort"]
21
stdout: output.txt