projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge commit '3b735dd9330e0989f51a76771c3303031154154e' into 21158-wf-page-list
[arvados.git]
/
sdk
/
cwl
/
tests
/
secondary
/
ls.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
i:
9
type: File
10
inputBinding:
11
position: 1
12
secondaryFiles:
13
- .fai
14
outputs: []
15
arguments: [ls, $(inputs.i), $(inputs.i.path).fai]