1+ {
2+ "a_galaxy_workflow": "true",
3+ "annotation": "simple workflow",
4+ "format-version": "0.1",
5+ "name": "TestWorkflow1",
6+ "steps": {
7+ "0": {
8+ "annotation": "input1 description",
9+ "id": 0,
10+ "input_connections": {},
11+ "inputs": [
12+ {
13+ "description": "input1 description",
14+ "name": "WorkflowInput1"
15+ }
16+ ],
17+ "name": "Input dataset",
18+ "outputs": [],
19+ "position": {
20+ "left": 199.55555772781372,
21+ "top": 200.66666460037231
22+ },
23+ "tool_errors": null,
24+ "tool_id": null,
25+ "tool_state": "{\"name\": \"WorkflowInput1\"}",
26+ "tool_version": null,
27+ "type": "data_input",
28+ "user_outputs": []
29+ },
30+ "1": {
31+ "annotation": "",
32+ "id": 1,
33+ "input_connections": {},
34+ "inputs": [
35+ {
36+ "description": "",
37+ "name": "WorkflowInput2"
38+ }
39+ ],
40+ "name": "Input dataset",
41+ "outputs": [],
42+ "position": {
43+ "left": 206.22221422195435,
44+ "top": 327.33335161209106
45+ },
46+ "tool_errors": null,
47+ "tool_id": null,
48+ "tool_state": "{\"name\": \"WorkflowInput2\"}",
49+ "tool_version": null,
50+ "type": "data_input",
51+ "user_outputs": []
52+ },
53+ "2": {
54+ "annotation": "",
55+ "id": 2,
56+ "input_connections": {
57+ "input1": {
58+ "id": 0,
59+ "output_name": "output"
60+ },
61+ "queries_0|input2": {
62+ "id": 1,
63+ "output_name": "output"
64+ }
65+ },
66+ "inputs": [],
67+ "name": "Concatenate datasets",
68+ "outputs": [
69+ {
70+ "name": "out_file1",
71+ "type": "input"
72+ }
73+ ],
74+ "position": {
75+ "left": 419.33335876464844,
76+ "top": 200.44446563720703
77+ },
78+ "workflow_outputs": [
79+ {"output_name": "out_file1", "label": "wf_output_1"}
80+ ],
81+ "post_job_actions": {},
82+ "tool_errors": null,
83+ "tool_id": "cat",
84+ "tool_state": "{\"__page__\": 0, \"__rerun_remap_job_id__\": null, \"input1\": \"null\", \"chromInfo\": \"\\\"/home/john/workspace/galaxy-central/tool-data/shared/ucsc/chrom/?.len\\\"\", \"queries\": \"[{\\\"input2\\\": null, \\\"__index__\\\": 0}]\"}",
85+ "tool_version": "1.0.0",
86+ "type": "tool",
87+ "user_outputs": []
88+ }
89+ }
90+ }
0 commit comments