Skip to content

Commit 3f2c23e

Browse files
committed
Add workflow
1 parent 17ee8b9 commit 3f2c23e

File tree

1 file changed

+151
-0
lines changed

1 file changed

+151
-0
lines changed

Diff for: concat_two_files.ga

+151
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
{
2+
"a_galaxy_workflow": "true",
3+
"annotation": "",
4+
"creator": [
5+
{
6+
"class": "Person",
7+
"identifier": "",
8+
"name": "Finn Bacall"
9+
}
10+
],
11+
"format-version": "0.1",
12+
"license": "MIT",
13+
"name": "Concat two files",
14+
"steps": {
15+
"0": {
16+
"annotation": "",
17+
"content_id": null,
18+
"errors": null,
19+
"id": 0,
20+
"input_connections": {},
21+
"inputs": [
22+
{
23+
"description": "",
24+
"name": "input1"
25+
}
26+
],
27+
"label": "input1",
28+
"name": "Input dataset",
29+
"outputs": [],
30+
"position": {
31+
"bottom": 254.1999969482422,
32+
"height": 61.19999694824219,
33+
"left": 393,
34+
"right": 593,
35+
"top": 193,
36+
"width": 200,
37+
"x": 393,
38+
"y": 193
39+
},
40+
"tool_id": null,
41+
"tool_state": "{\"optional\": false}",
42+
"tool_version": null,
43+
"type": "data_input",
44+
"uuid": "7a90b91e-b143-4aa3-923d-fbcca5994d60",
45+
"workflow_outputs": [
46+
{
47+
"label": null,
48+
"output_name": "output",
49+
"uuid": "1a510a60-afcc-4491-911b-3519da79f22d"
50+
}
51+
]
52+
},
53+
"1": {
54+
"annotation": "",
55+
"content_id": null,
56+
"errors": null,
57+
"id": 1,
58+
"input_connections": {},
59+
"inputs": [
60+
{
61+
"description": "",
62+
"name": "input2"
63+
}
64+
],
65+
"label": "input2",
66+
"name": "Input dataset",
67+
"outputs": [],
68+
"position": {
69+
"bottom": 374.1999969482422,
70+
"height": 61.19999694824219,
71+
"left": 393,
72+
"right": 593,
73+
"top": 313,
74+
"width": 200,
75+
"x": 393,
76+
"y": 313
77+
},
78+
"tool_id": null,
79+
"tool_state": "{\"optional\": false}",
80+
"tool_version": null,
81+
"type": "data_input",
82+
"uuid": "baa13f22-7e0c-4533-b12c-7d31caf0c9b3",
83+
"workflow_outputs": [
84+
{
85+
"label": null,
86+
"output_name": "output",
87+
"uuid": "1ded3ee7-d176-4385-8d1e-09b74af213fe"
88+
}
89+
]
90+
},
91+
"2": {
92+
"annotation": "",
93+
"content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_cat/0.1.0",
94+
"errors": null,
95+
"id": 2,
96+
"input_connections": {
97+
"inputs": {
98+
"id": 0,
99+
"output_name": "output"
100+
},
101+
"queries_0|inputs2": {
102+
"id": 1,
103+
"output_name": "output"
104+
}
105+
},
106+
"inputs": [],
107+
"label": null,
108+
"name": "Concatenate datasets",
109+
"outputs": [
110+
{
111+
"name": "out_file1",
112+
"type": "input"
113+
}
114+
],
115+
"position": {
116+
"bottom": 336.1999969482422,
117+
"height": 143.1999969482422,
118+
"left": 613,
119+
"right": 813,
120+
"top": 193,
121+
"width": 200,
122+
"x": 613,
123+
"y": 193
124+
},
125+
"post_job_actions": {},
126+
"tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_cat/0.1.0",
127+
"tool_shed_repository": {
128+
"changeset_revision": "ddf54b12c295",
129+
"name": "text_processing",
130+
"owner": "bgruening",
131+
"tool_shed": "toolshed.g2.bx.psu.edu"
132+
},
133+
"tool_state": "{\"__input_ext\": \"txt\", \"chromInfo\": \"/opt/galaxy/tool-data/shared/ucsc/chrom/?.len\", \"inputs\": {\"__class__\": \"ConnectedValue\"}, \"queries\": [{\"__index__\": 0, \"inputs2\": {\"__class__\": \"ConnectedValue\"}}], \"__page__\": null, \"__rerun_remap_job_id__\": null}",
134+
"tool_version": "0.1.0",
135+
"type": "tool",
136+
"uuid": "b2de7621-8ea3-4384-8f79-766ef38ebcfe",
137+
"workflow_outputs": [
138+
{
139+
"label": null,
140+
"output_name": "out_file1",
141+
"uuid": "cba40c62-d9bd-49e0-b636-48cfab67c107"
142+
}
143+
]
144+
}
145+
},
146+
"tags": [
147+
"cat"
148+
],
149+
"uuid": "94a9a580-75d1-434f-b2af-02017de43e23",
150+
"version": 1
151+
}

0 commit comments

Comments
 (0)