comparison env/lib/python3.9/site-packages/cwltool/tests/subgraph/extract_output4.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 "outputs": [
12 {
13 "id": "count-lines1-wf.cwl#output4",
14 "outputSource": "count-lines1-wf.cwl#step4/output",
15 "type": "int"
16 }
17 ],
18 "steps": [
19 {
20 "id": "count-lines1-wf.cwl#step1",
21 "in": [
22 {
23 "id": "count-lines1-wf.cwl#step1/file1",
24 "source": "count-lines1-wf.cwl#file1"
25 }
26 ],
27 "out": [
28 "count-lines1-wf.cwl#step1/output"
29 ],
30 "run": "wc-tool.cwl"
31 },
32 {
33 "id": "count-lines1-wf.cwl#step4",
34 "in": [
35 {
36 "id": "count-lines1-wf.cwl#step4/file1",
37 "source": "count-lines1-wf.cwl#step1/output"
38 }
39 ],
40 "label": "step that also depends on step1",
41 "out": [
42 "count-lines1-wf.cwl#step4/output"
43 ],
44 "run": "parseInt-tool.cwl"
45 }
46 ]
47 }