projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
17879: Add test that acr doesn't fail on sbg fields
[arvados.git]
/
sdk
/
cwl
/
tests
/
secondaryFiles
/
example1.cwl
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
class: Workflow
6
cwlVersion: v1.0
7
inputs:
8
toplevel_input: File
9
outputs: []
10
steps:
11
step1:
12
in:
13
step_input: toplevel_input
14
out: []
15
run:
16
id: sub
17
class: CommandLineTool
18
inputs:
19
step_input:
20
type: File
21
secondaryFiles:
22
- .idx
23
outputs: []
24
baseCommand: echo