projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
14714: keep-balance uses cluster config
[arvados.git]
/
sdk
/
cwl
/
tests
/
wf
/
echo_a.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
requirements:
8
ResourceRequirement:
9
coresMin: 2
10
outdirMin: 1024
11
inputs: []
12
outputs: []
13
baseCommand: echo
14
arguments:
15
- "a"