comparison env/lib/python3.9/site-packages/cwltool/tests/test_bad_outputs_wf.cwl @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
1 #!/usr/bin/env cwl-runner
2 cwlVersion: v1.0
3 class: Workflow
4 inputs: []
5 outputs:
6 b:
7 type: string
8 outputSource: step2/c
9 steps:
10 step1:
11 in: []
12 out: [c]
13 run:
14 class: CommandLineTool
15 id: subtool
16 inputs: []
17 outputs:
18 b:
19 type: string
20 outputBinding:
21 outputEval: "qq"
22 baseCommand: echo
23 step2:
24 in:
25 a: step1/c
26 out: [c]
27 run:
28 class: CommandLineTool
29 id: subtool
30 inputs:
31 a: string
32 outputs:
33 b: string
34 baseCommand: echo