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