comparison Galaxy-Workflow-ABRF_UNIPEPT__Peptide_GO_Annotation_Step1.ga @ 0:eb71034189fb draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/workflows/abrf2017_workshop commit bfcee2067ac57cc7136bb6a4281b1748a36776d5
author galaxyp
date Thu, 02 Mar 2017 15:42:24 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:eb71034189fb
1 {
2 "a_galaxy_workflow": "true",
3 "annotation": "",
4 "format-version": "0.1",
5 "name": "ABRF UNIPEPT: Peptide GO Annotation Step1",
6 "steps": {
7 "0": {
8 "annotation": "",
9 "content_id": null,
10 "id": 0,
11 "input_connections": {},
12 "inputs": [
13 {
14 "description": "",
15 "name": "PSM Report"
16 }
17 ],
18 "label": null,
19 "name": "Input dataset",
20 "outputs": [],
21 "position": {
22 "left": 204,
23 "top": 200
24 },
25 "tool_errors": null,
26 "tool_id": null,
27 "tool_state": "{\"name\": \"PSM Report\"}",
28 "tool_version": null,
29 "type": "data_input",
30 "uuid": "19976c04-5769-48c8-a26f-931d821db5df",
31 "workflow_outputs": [
32 {
33 "label": null,
34 "output_name": "output",
35 "uuid": "62d54f79-3123-4816-98c8-2746e1570ec3"
36 }
37 ]
38 },
39 "1": {
40 "annotation": "",
41 "content_id": "toolshed.g2.bx.psu.edu/repos/jjohnson/query_tabular/query_tabular/2.0.0",
42 "id": 1,
43 "input_connections": {
44 "tables_0|table": {
45 "id": 0,
46 "output_name": "output"
47 }
48 },
49 "inputs": [
50 {
51 "description": "runtime parameter for tool Query Tabular",
52 "name": "add_to_database"
53 }
54 ],
55 "label": null,
56 "name": "Query Tabular",
57 "outputs": [
58 {
59 "name": "sqlitedb",
60 "type": "sqlite"
61 },
62 {
63 "name": "output",
64 "type": "tabular"
65 }
66 ],
67 "position": {
68 "left": 432,
69 "top": 203
70 },
71 "post_job_actions": {
72 "HideDatasetActionsqlitedb": {
73 "action_arguments": {},
74 "action_type": "HideDatasetAction",
75 "output_name": "sqlitedb"
76 }
77 },
78 "tool_errors": null,
79 "tool_id": "toolshed.g2.bx.psu.edu/repos/jjohnson/query_tabular/query_tabular/2.0.0",
80 "tool_shed_repository": {
81 "changeset_revision": "ae27dab228b8",
82 "name": "query_tabular",
83 "owner": "jjohnson",
84 "tool_shed": "toolshed.g2.bx.psu.edu"
85 },
86 "tool_state": "{\"tables\": \"[{\\\"tbl_opts\\\": {\\\"load_named_columns\\\": \\\"true\\\", \\\"pkey_autoincr\\\": \\\"\\\", \\\"table_name\\\": \\\"psm\\\", \\\"col_names\\\": \\\"id,,sequence,,,,,,,,,,,,,,,,,,,,confidence,validation\\\", \\\"indexes\\\": []}, \\\"__index__\\\": 0, \\\"input_opts\\\": {\\\"linefilters\\\": [{\\\"filter\\\": {\\\"regex_action\\\": \\\"include_match\\\", \\\"regex_pattern\\\": \\\"^\\\\\\\\d\\\", \\\"__current_case__\\\": 2, \\\"filter_type\\\": \\\"regex\\\"}, \\\"__index__\\\": 0}]}, \\\"table\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}}]\", \"save_db\": \"\\\"true\\\"\", \"__page__\": 0, \"__rerun_remap_job_id__\": null, \"no_header\": \"\\\"true\\\"\", \"sqlquery\": \"\\\"SELECT distinct sequence \\\\nFROM psm \\\\nWHERE validation IS NOT 'Confident' AND confidence >= 95 \\\\nORDER BY sequence\\\"\", \"add_to_database\": \"{\\\"withdb\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}}\", \"workdb\": \"\\\"workdb.sqlite\\\"\"}",
87 "tool_version": "2.0.0",
88 "type": "tool",
89 "uuid": "a8789ea6-f25f-4f27-b687-351356e81967",
90 "workflow_outputs": [
91 {
92 "label": null,
93 "output_name": "output",
94 "uuid": "e27b945e-e194-469e-a99c-c9db87476262"
95 }
96 ]
97 },
98 "2": {
99 "annotation": "",
100 "content_id": "toolshed.g2.bx.psu.edu/repos/galaxyp/unipept/unipept/2.0.1",
101 "id": 2,
102 "input_connections": {
103 "peptide_src|input_tsv": {
104 "id": 1,
105 "output_name": "output"
106 }
107 },
108 "inputs": [
109 {
110 "description": "runtime parameter for tool Unipept",
111 "name": "peptide_src"
112 }
113 ],
114 "label": null,
115 "name": "Unipept",
116 "outputs": [
117 {
118 "name": "output_json",
119 "type": "d3_hierarchy"
120 },
121 {
122 "name": "output_tsv",
123 "type": "tabular"
124 },
125 {
126 "name": "output_csv",
127 "type": "csv"
128 },
129 {
130 "name": "output_unmatched",
131 "type": "tabular"
132 }
133 ],
134 "position": {
135 "left": 738.5,
136 "top": 200.5
137 },
138 "post_job_actions": {
139 "HideDatasetActionoutput_csv": {
140 "action_arguments": {},
141 "action_type": "HideDatasetAction",
142 "output_name": "output_csv"
143 },
144 "HideDatasetActionoutput_json": {
145 "action_arguments": {},
146 "action_type": "HideDatasetAction",
147 "output_name": "output_json"
148 },
149 "HideDatasetActionoutput_unmatched": {
150 "action_arguments": {},
151 "action_type": "HideDatasetAction",
152 "output_name": "output_unmatched"
153 }
154 },
155 "tool_errors": null,
156 "tool_id": "toolshed.g2.bx.psu.edu/repos/galaxyp/unipept/unipept/2.0.1",
157 "tool_shed_repository": {
158 "changeset_revision": "34758ab8aaa4",
159 "name": "unipept",
160 "owner": "galaxyp",
161 "tool_shed": "toolshed.g2.bx.psu.edu"
162 },
163 "tool_state": "{\"__page__\": 0, \"outputs\": \"[\\\"tsv\\\"]\", \"__rerun_remap_job_id__\": null, \"peptide_src\": \"{\\\"column\\\": \\\"1\\\", \\\"fmt\\\": \\\"tabular\\\", \\\"input_tsv\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}, \\\"__current_case__\\\": 1}\", \"strict\": \"\\\"false\\\"\", \"unipept\": \"{\\\"api\\\": \\\"pept2prot\\\", \\\"equate_il\\\": \\\"true\\\", \\\"__current_case__\\\": 2, \\\"extra\\\": \\\"true\\\"}\"}",
164 "tool_version": "2.0.1",
165 "type": "tool",
166 "uuid": "cf10a931-a775-441b-a8d7-6e03e45fa9db",
167 "workflow_outputs": [
168 {
169 "label": null,
170 "output_name": "output_tsv",
171 "uuid": "243231a1-d987-4331-ad40-d5f6c92bc828"
172 }
173 ]
174 },
175 "3": {
176 "annotation": "",
177 "content_id": "toolshed.g2.bx.psu.edu/repos/jjohnson/split_tabular_columns/split_tabular_columns/0.0.1",
178 "id": 3,
179 "input_connections": {
180 "input": {
181 "id": 2,
182 "output_name": "output_tsv"
183 }
184 },
185 "inputs": [
186 {
187 "description": "runtime parameter for tool Split Tabular Columns",
188 "name": "input"
189 }
190 ],
191 "label": null,
192 "name": "Split Tabular Columns",
193 "outputs": [
194 {
195 "name": "output",
196 "type": "tabular"
197 }
198 ],
199 "position": {
200 "left": 1051,
201 "top": 200.5
202 },
203 "post_job_actions": {},
204 "tool_errors": null,
205 "tool_id": "toolshed.g2.bx.psu.edu/repos/jjohnson/split_tabular_columns/split_tabular_columns/0.0.1",
206 "tool_shed_repository": {
207 "changeset_revision": "d43312f961cc",
208 "name": "split_tabular_columns",
209 "owner": "jjohnson",
210 "tool_shed": "toolshed.g2.bx.psu.edu"
211 },
212 "tool_state": "{\"split_on\": \"\\\" \\\"\", \"input\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"__rerun_remap_job_id__\": null, \"columns\": \"[\\\"6\\\"]\", \"__page__\": 0}",
213 "tool_version": "0.0.1",
214 "type": "tool",
215 "uuid": "d1e9833a-dfd7-4ef3-8db6-6ec99453bac7",
216 "workflow_outputs": [
217 {
218 "label": null,
219 "output_name": "output",
220 "uuid": "13e7e5dd-05b9-4df7-bc0e-43c7f1e60d26"
221 }
222 ]
223 }
224 },
225 "uuid": "32e221b0-193d-4a31-87b4-940b6e1771fe"
226 }