projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
2411: Add copyright notices to everything.
[arvados.git]
/
sdk
/
cwl
/
tests
/
collection_per_tool
/
collection_per_tool.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
inputs: []
8
outputs: []
9
steps:
10
step1:
11
in: []
12
out: []
13
run: step1.cwl
14
step2:
15
in: []
16
out: []
17
run: step2.cwl