projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '19844-paging' refs #19844
[arvados.git]
/
sdk
/
cwl
/
tests
/
secondary
/
sub.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: Workflow
7
$namespaces:
8
arv: "http://arvados.org/cwl#"
9
cwltool: "http://commonwl.org/cwltool#"
10
inputs:
11
i:
12
type: File
13
secondaryFiles:
14
- .fai
15
outputs: []
16
steps:
17
step1:
18
in:
19
i: i
20
out: []
21
run: ls.cwl