comparison env/lib/python3.9/site-packages/cwltool/tests/subgraph/extract_step1.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 "id": "count-lines1-wf.cwl#output4",
19 "outputSource": "count-lines1-wf.cwl#step4/output",
20 "type": "int"
21 }
22 ],
23 "steps": [
24 {
25 "id": "count-lines1-wf.cwl#step1",
26 "in": [
27 {
28 "id": "count-lines1-wf.cwl#step1/file1",
29 "source": "count-lines1-wf.cwl#file1"
30 }
31 ],
32 "out": [
33 "count-lines1-wf.cwl#step1/output"
34 ],
35 "run": "wc-tool.cwl"
36 },
37 {
38 "id": "count-lines1-wf.cwl#step2",
39 "in": [
40 {
41 "id": "count-lines1-wf.cwl#step2/file1",
42 "source": "count-lines1-wf.cwl#step1/output"
43 }
44 ],
45 "out": [
46 "count-lines1-wf.cwl#step2/output"
47 ],
48 "run": "parseInt-tool.cwl"
49 },
50 {
51 "id": "count-lines1-wf.cwl#step4",
52 "in": [
53 {
54 "id": "count-lines1-wf.cwl#step4/file1",
55 "source": "count-lines1-wf.cwl#step1/output"
56 }
57 ],
58 "label": "step that also depends on step1",
59 "out": [
60 "count-lines1-wf.cwl#step4/output"
61 ],
62 "run": "parseInt-tool.cwl"
63 }
64 ]
65 }