comparison env/lib/python3.9/site-packages/cwltool/tests/subgraph/extract_output3.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#file2",
8 "type": "File"
9 }
10 ],
11 "outputs": [
12 {
13 "id": "count-lines1-wf.cwl#output3",
14 "outputSource": "count-lines1-wf.cwl#step3/output",
15 "type": "File"
16 }
17 ],
18 "steps": [
19 {
20 "id": "count-lines1-wf.cwl#step3",
21 "in": [
22 {
23 "id": "count-lines1-wf.cwl#step3/file1",
24 "source": "count-lines1-wf.cwl#file2"
25 }
26 ],
27 "label": "step that is independent of step1 and step2",
28 "out": [
29 "count-lines1-wf.cwl#step3/output"
30 ],
31 "run": "wc-tool.cwl"
32 }
33 ]
34 }