comparison env/lib/python3.9/site-packages/cwltool/tests/subgraph/extract_step5.json @ 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 {
2 "class": "Workflow",
3 "cwlVersion": "v1.0",
4 "id": "count-lines1-wf.cwl",
5 "inputs": [
6 {
7 "id": "count-lines1-wf.cwl#file1",
8 "type": "File"
9 },
10 {
11 "id": "count-lines1-wf.cwl#file3",
12 "type": "File"
13 }
14 ],
15 "outputs": [
16 {
17 "id": "count-lines1-wf.cwl#output5",
18 "outputSource": "count-lines1-wf.cwl#step5/output",
19 "type": "File"
20 }
21 ],
22 "steps": [
23 {
24 "id": "count-lines1-wf.cwl#step5",
25 "in": [
26 {
27 "id": "count-lines1-wf.cwl#step5/file1",
28 "source": "count-lines1-wf.cwl#file1"
29 },
30 {
31 "id": "count-lines1-wf.cwl#step5/file3",
32 "source": "count-lines1-wf.cwl#file3"
33 }
34 ],
35 "label": "step with two inputs",
36 "out": [
37 "count-lines1-wf.cwl#step5/output"
38 ],
39 "run": "wc-tool.cwl"
40 }
41 ]
42 }