comparison env/lib/python3.9/site-packages/cwltool/tests/subgraph/extract_count_output.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#count_output",
14 "outputSource": "count-lines1-wf.cwl#step2/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#step2",
34 "in": [
35 {
36 "id": "count-lines1-wf.cwl#step2/file1",
37 "source": "count-lines1-wf.cwl#step1/output"
38 }
39 ],
40 "out": [
41 "count-lines1-wf.cwl#step2/output"
42 ],
43 "run": "parseInt-tool.cwl"
44 }
45 ]
46 }