CWL spec -> CWL standards
[arvados.git] / sdk / cwl / tests / wf-defaults / default-dir4.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 $namespaces:
10   arv: "http://arvados.org/cwl#"
11 steps:
12   step1:
13     in: []
14     out: []
15     run:
16       class: CommandLineTool
17       inputs:
18         inp2:
19           type: Directory
20           default:
21             class: Directory
22             location: inp1
23       outputs: []
24       arguments: [echo, $(inputs.inp2)]