projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
18842: Initial work adding disk cache option to configuration
[arvados.git]
/
sdk
/
cwl
/
tests
/
wf
/
echo-subwf.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
requirements:
8
ResourceRequirement:
9
coresMin: 1
10
11
inputs: []
12
13
outputs: []
14
15
steps:
16
echo_a:
17
run: echo_a.cwl
18
in: []
19
out: []
20
echo_b:
21
run: echo_b.cwl
22
in: []
23
out: []