comparison env/lib/python3.9/site-packages/cwltool/tests/subgraph/single_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 {"class": "Workflow",
2 "cwlVersion": "v1.0",
3 "id": "count-lines1-wf.cwl",
4 "inputs": [{"id": "file1", "type": "Any"}, {"id": "file3", "type": "Any"}],
5 "outputs": [{"id": "output",
6 "outputSource": "count-lines1-wf.cwl#step5/output",
7 "type": "Any"}],
8 "steps": [{"id": "count-lines1-wf.cwl#step5",
9 "in": [{"id": "count-lines1-wf.cwl#step5/file1", "source": "file1"},
10 {"id": "count-lines1-wf.cwl#step5/file3",
11 "source": "file3"}],
12 "inputs": [{"_tool_entry": {"id": "wc-tool.cwl#file1",
13 "type": "File"},
14 "id": "count-lines1-wf.cwl#step5/file1",
15 "source": "count-lines1-wf.cwl#file1",
16 "type": "File"},
17 {"id": "count-lines1-wf.cwl#step5/file3",
18 "not_connected": true,
19 "source": "count-lines1-wf.cwl#file3",
20 "type": "Any",
21 "used_by_step": false}],
22 "label": "step with two inputs",
23 "out": ["count-lines1-wf.cwl#step5/output"],
24 "outputs": [{"_tool_entry": {"id": "wc-tool.cwl#output",
25 "outputBinding": {"glob": "output"},
26 "type": "File"},
27 "id": "count-lines1-wf.cwl#step5/output",
28 "outputBinding": {"glob": "output"},
29 "type": "File"}],
30 "run": "wc-tool.cwl"}]}