projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
21200: copied branch from arvados-workbench2 Arvados-DCO-1.1-Signed-off-by: Lisa...
[arvados.git]
/
sdk
/
cwl
/
tests
/
collection_per_tool
/
step2.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
c:
9
type: File
10
default:
11
class: File
12
location: c.txt
13
b:
14
type: File
15
default:
16
class: File
17
location: b.txt
18
outputs: []
19
arguments: [echo, $(inputs.c), $(inputs.b)]