projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '13365-default-secondaryFiles' refs #13365
[arvados.git]
/
sdk
/
cwl
/
tests
/
secondaryFiles
/
example1.cwl
1
class: Workflow
2
cwlVersion: v1.0
3
inputs:
4
toplevel_input: File
5
outputs: []
6
steps:
7
step1:
8
in:
9
step_input: toplevel_input
10
out: []
11
run:
12
id: sub
13
class: CommandLineTool
14
inputs:
15
step_input:
16
type: File
17
secondaryFiles:
18
- .idx
19
outputs: []
20
baseCommand: echo