Mercurial > repos > rnateam > blockclust_workflow
comparison blockclust_workflow.ga @ 0:b2040467dad2 draft
Uploaded
author | rnateam |
---|---|
date | Tue, 06 May 2014 12:51:51 -0400 |
parents | |
children | 1e6d0af8c450 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b2040467dad2 |
---|---|
1 { | |
2 "a_galaxy_workflow": "true", | |
3 "annotation": "", | |
4 "format-version": "0.1", | |
5 "name": "BlockClustWorkflow", | |
6 "steps": { | |
7 "0": { | |
8 "annotation": "", | |
9 "id": 0, | |
10 "input_connections": {}, | |
11 "inputs": [ | |
12 { | |
13 "description": "", | |
14 "name": "Input BAM file" | |
15 } | |
16 ], | |
17 "name": "Input dataset", | |
18 "outputs": [], | |
19 "position": { | |
20 "left": 267, | |
21 "top": 257.5 | |
22 }, | |
23 "tool_errors": null, | |
24 "tool_id": null, | |
25 "tool_state": "{\"name\": \"Input BAM file\"}", | |
26 "tool_version": null, | |
27 "type": "data_input", | |
28 "user_outputs": [] | |
29 }, | |
30 "1": { | |
31 "annotation": "", | |
32 "id": 1, | |
33 "input_connections": { | |
34 "tool_mode|reads_bam": { | |
35 "id": 0, | |
36 "output_name": "output" | |
37 } | |
38 }, | |
39 "inputs": [], | |
40 "name": "BlockClust", | |
41 "outputs": [ | |
42 { | |
43 "name": "tags_bed", | |
44 "type": "bed" | |
45 }, | |
46 { | |
47 "name": "hclust_plot", | |
48 "type": "pdf" | |
49 }, | |
50 { | |
51 "name": "clusters", | |
52 "type": "bed" | |
53 }, | |
54 { | |
55 "name": "model_based_pred_bed", | |
56 "type": "bed" | |
57 }, | |
58 { | |
59 "name": "nearest_neighbour_pred_bed", | |
60 "type": "bed" | |
61 }, | |
62 { | |
63 "name": "sim_tab_out", | |
64 "type": "tabular" | |
65 }, | |
66 { | |
67 "name": "cluster_dist", | |
68 "type": "pdf" | |
69 }, | |
70 { | |
71 "name": "cluster_hclust", | |
72 "type": "pdf" | |
73 } | |
74 ], | |
75 "position": { | |
76 "left": 524, | |
77 "top": 323 | |
78 }, | |
79 "post_job_actions": { | |
80 "HideDatasetActioncluster_dist": { | |
81 "action_arguments": {}, | |
82 "action_type": "HideDatasetAction", | |
83 "output_name": "cluster_dist" | |
84 }, | |
85 "HideDatasetActioncluster_hclust": { | |
86 "action_arguments": {}, | |
87 "action_type": "HideDatasetAction", | |
88 "output_name": "cluster_hclust" | |
89 }, | |
90 "HideDatasetActionclusters": { | |
91 "action_arguments": {}, | |
92 "action_type": "HideDatasetAction", | |
93 "output_name": "clusters" | |
94 }, | |
95 "HideDatasetActionhclust_plot": { | |
96 "action_arguments": {}, | |
97 "action_type": "HideDatasetAction", | |
98 "output_name": "hclust_plot" | |
99 }, | |
100 "HideDatasetActionmodel_based_pred_bed": { | |
101 "action_arguments": {}, | |
102 "action_type": "HideDatasetAction", | |
103 "output_name": "model_based_pred_bed" | |
104 }, | |
105 "HideDatasetActionnearest_neighbour_pred_bed": { | |
106 "action_arguments": {}, | |
107 "action_type": "HideDatasetAction", | |
108 "output_name": "nearest_neighbour_pred_bed" | |
109 }, | |
110 "HideDatasetActionsim_tab_out": { | |
111 "action_arguments": {}, | |
112 "action_type": "HideDatasetAction", | |
113 "output_name": "sim_tab_out" | |
114 }, | |
115 "HideDatasetActiontags_bed": { | |
116 "action_arguments": {}, | |
117 "action_type": "HideDatasetAction", | |
118 "output_name": "tags_bed" | |
119 } | |
120 }, | |
121 "tool_errors": null, | |
122 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/rnateam/blockclust/blockclust/1.0.0", | |
123 "tool_state": "{\"tool_mode\": \"{\\\"operation\\\": \\\"pre\\\", \\\"reads_bam\\\": null, \\\"__current_case__\\\": 0}\", \"__rerun_remap_job_id__\": null, \"mode\": \"{\\\"operation\\\": \\\"pre\\\", \\\"reads_bam\\\": null, \\\"__current_case__\\\": 0}\", \"__page__\": 0}", | |
124 "tool_version": "1.0.0", | |
125 "type": "tool", | |
126 "user_outputs": [] | |
127 }, | |
128 "2": { | |
129 "annotation": "", | |
130 "id": 2, | |
131 "input_connections": { | |
132 "input": { | |
133 "id": 1, | |
134 "output_name": "tags_bed" | |
135 } | |
136 }, | |
137 "inputs": [], | |
138 "name": "Sort", | |
139 "outputs": [ | |
140 { | |
141 "name": "out_file1", | |
142 "type": "input" | |
143 } | |
144 ], | |
145 "position": { | |
146 "left": 797, | |
147 "top": 355 | |
148 }, | |
149 "post_job_actions": { | |
150 "HideDatasetActionout_file1": { | |
151 "action_arguments": {}, | |
152 "action_type": "HideDatasetAction", | |
153 "output_name": "out_file1" | |
154 } | |
155 }, | |
156 "tool_errors": null, | |
157 "tool_id": "sort1", | |
158 "tool_state": "{\"__page__\": 0, \"style\": \"\\\"alpha\\\"\", \"column\": \"{\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}\", \"__rerun_remap_job_id__\": null, \"order\": \"\\\"ASC\\\"\", \"input\": \"null\", \"column_set\": \"[{\\\"other_order\\\": \\\"ASC\\\", \\\"__index__\\\": 0, \\\"other_column\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"6\\\"}, \\\"other_style\\\": \\\"alpha\\\"}, {\\\"other_order\\\": \\\"ASC\\\", \\\"__index__\\\": 1, \\\"other_column\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"2\\\"}, \\\"other_style\\\": \\\"num\\\"}, {\\\"other_order\\\": \\\"ASC\\\", \\\"__index__\\\": 2, \\\"other_column\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"3\\\"}, \\\"other_style\\\": \\\"num\\\"}]\"}", | |
159 "tool_version": "1.0.3", | |
160 "type": "tool", | |
161 "user_outputs": [] | |
162 }, | |
163 "3": { | |
164 "annotation": "", | |
165 "id": 3, | |
166 "input_connections": { | |
167 "input": { | |
168 "id": 2, | |
169 "output_name": "out_file1" | |
170 } | |
171 }, | |
172 "inputs": [], | |
173 "name": "blockbuster", | |
174 "outputs": [ | |
175 { | |
176 "name": "output", | |
177 "type": "tabular" | |
178 } | |
179 ], | |
180 "position": { | |
181 "left": 970, | |
182 "top": 225 | |
183 }, | |
184 "post_job_actions": {}, | |
185 "tool_errors": null, | |
186 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/rnateam/blockbuster/blockbuster/0.1", | |
187 "tool_state": "{\"distance\": \"\\\"40\\\"\", \"scale\": \"\\\"0.5\\\"\", \"__page__\": 0, \"__rerun_remap_job_id__\": null, \"print\": \"\\\"2\\\"\", \"tagFilter\": \"\\\"0\\\"\", \"merge\": \"\\\"0\\\"\", \"minBlockHeight\": \"\\\"1.0\\\"\", \"input\": \"null\", \"minClusterHeight\": \"\\\"50.0\\\"\"}", | |
188 "tool_version": "0.1", | |
189 "type": "tool", | |
190 "user_outputs": [] | |
191 }, | |
192 "4": { | |
193 "annotation": "", | |
194 "id": 4, | |
195 "input_connections": { | |
196 "tool_mode|input_bbo": { | |
197 "id": 3, | |
198 "output_name": "output" | |
199 } | |
200 }, | |
201 "inputs": [ | |
202 { | |
203 "description": "runtime parameter for tool BlockClust", | |
204 "name": "tool_mode" | |
205 } | |
206 ], | |
207 "name": "BlockClust", | |
208 "outputs": [ | |
209 { | |
210 "name": "tags_bed", | |
211 "type": "bed" | |
212 }, | |
213 { | |
214 "name": "hclust_plot", | |
215 "type": "pdf" | |
216 }, | |
217 { | |
218 "name": "clusters", | |
219 "type": "bed" | |
220 }, | |
221 { | |
222 "name": "model_based_pred_bed", | |
223 "type": "bed" | |
224 }, | |
225 { | |
226 "name": "nearest_neighbour_pred_bed", | |
227 "type": "bed" | |
228 }, | |
229 { | |
230 "name": "sim_tab_out", | |
231 "type": "tabular" | |
232 }, | |
233 { | |
234 "name": "cluster_dist", | |
235 "type": "pdf" | |
236 }, | |
237 { | |
238 "name": "cluster_hclust", | |
239 "type": "pdf" | |
240 } | |
241 ], | |
242 "position": { | |
243 "left": 1232, | |
244 "top": 321 | |
245 }, | |
246 "post_job_actions": { | |
247 "HideDatasetActioncluster_dist": { | |
248 "action_arguments": {}, | |
249 "action_type": "HideDatasetAction", | |
250 "output_name": "cluster_dist" | |
251 }, | |
252 "HideDatasetActioncluster_hclust": { | |
253 "action_arguments": {}, | |
254 "action_type": "HideDatasetAction", | |
255 "output_name": "cluster_hclust" | |
256 }, | |
257 "HideDatasetActionclusters": { | |
258 "action_arguments": {}, | |
259 "action_type": "HideDatasetAction", | |
260 "output_name": "clusters" | |
261 }, | |
262 "HideDatasetActionnearest_neighbour_pred_bed": { | |
263 "action_arguments": {}, | |
264 "action_type": "HideDatasetAction", | |
265 "output_name": "nearest_neighbour_pred_bed" | |
266 }, | |
267 "HideDatasetActionsim_tab_out": { | |
268 "action_arguments": {}, | |
269 "action_type": "HideDatasetAction", | |
270 "output_name": "sim_tab_out" | |
271 }, | |
272 "HideDatasetActiontags_bed": { | |
273 "action_arguments": {}, | |
274 "action_type": "HideDatasetAction", | |
275 "output_name": "tags_bed" | |
276 } | |
277 }, | |
278 "tool_errors": null, | |
279 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/rnateam/blockclust/blockclust/1.0.0", | |
280 "tool_state": "{\"tool_mode\": \"{\\\"pred\\\": {\\\"pred_mode\\\": \\\"model_based\\\", \\\"enable_pred\\\": \\\"yes\\\", \\\"__current_case__\\\": 0}, \\\"operation\\\": \\\"clust\\\", \\\"reference\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}, \\\"__current_case__\\\": 1, \\\"input_bbo\\\": null}\", \"__rerun_remap_job_id__\": null, \"mode\": \"{\\\"operation\\\": \\\"clust\\\", \\\"reference\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}, \\\"__current_case__\\\": 1, \\\"input_bbo\\\": null}\", \"__page__\": 0}", | |
281 "tool_version": "1.0.0", | |
282 "type": "tool", | |
283 "user_outputs": [] | |
284 }, | |
285 "5": { | |
286 "annotation": "", | |
287 "id": 5, | |
288 "input_connections": { | |
289 "input": { | |
290 "id": 4, | |
291 "output_name": "clusters" | |
292 } | |
293 }, | |
294 "inputs": [], | |
295 "name": "Extract Genomic DNA", | |
296 "outputs": [ | |
297 { | |
298 "name": "out_file1", | |
299 "type": "input" | |
300 } | |
301 ], | |
302 "position": { | |
303 "left": 1495, | |
304 "top": 248 | |
305 }, | |
306 "post_job_actions": { | |
307 "HideDatasetActionout_file1": { | |
308 "action_arguments": {}, | |
309 "action_type": "HideDatasetAction", | |
310 "output_name": "out_file1" | |
311 } | |
312 }, | |
313 "tool_errors": null, | |
314 "tool_id": "Extract genomic DNA 1", | |
315 "tool_state": "{\"out_format\": \"\\\"fasta\\\"\", \"__page__\": 0, \"interpret_features\": \"\\\"yes\\\"\", \"__rerun_remap_job_id__\": null, \"seq_source\": \"{\\\"index_source\\\": \\\"cached\\\", \\\"__current_case__\\\": 0}\", \"input\": \"null\"}", | |
316 "tool_version": "2.2.3", | |
317 "type": "tool", | |
318 "user_outputs": [] | |
319 }, | |
320 "6": { | |
321 "annotation": "", | |
322 "id": 6, | |
323 "input_connections": { | |
324 "seqdb": { | |
325 "id": 5, | |
326 "output_name": "out_file1" | |
327 } | |
328 }, | |
329 "inputs": [], | |
330 "name": "Search covariance model(s)", | |
331 "outputs": [ | |
332 { | |
333 "name": "outfile", | |
334 "type": "tabular" | |
335 }, | |
336 { | |
337 "name": "multiple_alignment_output", | |
338 "type": "tabular" | |
339 } | |
340 ], | |
341 "position": { | |
342 "left": 1753, | |
343 "top": 247 | |
344 }, | |
345 "post_job_actions": { | |
346 "HideDatasetActionmultiple_alignment_output": { | |
347 "action_arguments": {}, | |
348 "action_type": "HideDatasetAction", | |
349 "output_name": "multiple_alignment_output" | |
350 }, | |
351 "HideDatasetActionoutfile": { | |
352 "action_arguments": {}, | |
353 "action_type": "HideDatasetAction", | |
354 "output_name": "outfile" | |
355 } | |
356 }, | |
357 "tool_errors": null, | |
358 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/bgruening/infernal/infernal_cmsearch/1.1.0.2", | |
359 "tool_state": "{\"A\": \"\\\"False\\\"\", \"nohmm\": \"\\\"False\\\"\", \"--acyk\": \"\\\"False\\\"\", \"bottomonly\": \"\\\"False\\\"\", \"g\": \"\\\"False\\\"\", \"inclusion_thresholds_opts\": \"{\\\"inclusion_thresholds_selector\\\": \\\"\\\", \\\"__current_case__\\\": 3}\", \"__page__\": 0, \"max\": \"\\\"False\\\"\", \"notrunc\": \"\\\"False\\\"\", \"mid\": \"\\\"False\\\"\", \"seqdb\": \"null\", \"toponly\": \"\\\"False\\\"\", \"cm_opts\": \"{\\\"database\\\": null, \\\"__current_case__\\\": 0, \\\"cm_opts_selector\\\": \\\"db\\\"}\", \"reporting_thresholds_opts\": \"{\\\"reporting_thresholds_selector\\\": \\\"\\\", \\\"__current_case__\\\": 3}\", \"cyk\": \"\\\"False\\\"\", \"__rerun_remap_job_id__\": null}", | |
360 "tool_version": "1.1.0.2", | |
361 "type": "tool", | |
362 "user_outputs": [] | |
363 }, | |
364 "7": { | |
365 "annotation": "", | |
366 "id": 7, | |
367 "input_connections": { | |
368 "tool_mode|clusters_bed": { | |
369 "id": 4, | |
370 "output_name": "clusters" | |
371 }, | |
372 "tool_mode|cmsearch_out": { | |
373 "id": 6, | |
374 "output_name": "outfile" | |
375 }, | |
376 "tool_mode|sim_tab_in": { | |
377 "id": 4, | |
378 "output_name": "sim_tab_out" | |
379 } | |
380 }, | |
381 "inputs": [], | |
382 "name": "BlockClust", | |
383 "outputs": [ | |
384 { | |
385 "name": "tags_bed", | |
386 "type": "bed" | |
387 }, | |
388 { | |
389 "name": "hclust_plot", | |
390 "type": "pdf" | |
391 }, | |
392 { | |
393 "name": "clusters", | |
394 "type": "bed" | |
395 }, | |
396 { | |
397 "name": "model_based_pred_bed", | |
398 "type": "bed" | |
399 }, | |
400 { | |
401 "name": "nearest_neighbour_pred_bed", | |
402 "type": "bed" | |
403 }, | |
404 { | |
405 "name": "sim_tab_out", | |
406 "type": "tabular" | |
407 }, | |
408 { | |
409 "name": "cluster_dist", | |
410 "type": "pdf" | |
411 }, | |
412 { | |
413 "name": "cluster_hclust", | |
414 "type": "pdf" | |
415 } | |
416 ], | |
417 "position": { | |
418 "left": 2049, | |
419 "top": 433 | |
420 }, | |
421 "post_job_actions": { | |
422 "HideDatasetActionclusters": { | |
423 "action_arguments": {}, | |
424 "action_type": "HideDatasetAction", | |
425 "output_name": "clusters" | |
426 }, | |
427 "HideDatasetActionhclust_plot": { | |
428 "action_arguments": {}, | |
429 "action_type": "HideDatasetAction", | |
430 "output_name": "hclust_plot" | |
431 }, | |
432 "HideDatasetActionmodel_based_pred_bed": { | |
433 "action_arguments": {}, | |
434 "action_type": "HideDatasetAction", | |
435 "output_name": "model_based_pred_bed" | |
436 }, | |
437 "HideDatasetActionnearest_neighbour_pred_bed": { | |
438 "action_arguments": {}, | |
439 "action_type": "HideDatasetAction", | |
440 "output_name": "nearest_neighbour_pred_bed" | |
441 }, | |
442 "HideDatasetActionsim_tab_out": { | |
443 "action_arguments": {}, | |
444 "action_type": "HideDatasetAction", | |
445 "output_name": "sim_tab_out" | |
446 }, | |
447 "HideDatasetActiontags_bed": { | |
448 "action_arguments": {}, | |
449 "action_type": "HideDatasetAction", | |
450 "output_name": "tags_bed" | |
451 } | |
452 }, | |
453 "tool_errors": null, | |
454 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/rnateam/blockclust/blockclust/1.0.0", | |
455 "tool_state": "{\"tool_mode\": \"{\\\"cmsearch_out\\\": null, \\\"operation\\\": \\\"post\\\", \\\"clusters_bed\\\": null, \\\"__current_case__\\\": 2, \\\"sim_tab_in\\\": null}\", \"__rerun_remap_job_id__\": null, \"mode\": \"{\\\"cmsearch_out\\\": null, \\\"operation\\\": \\\"post\\\", \\\"clusters_bed\\\": null, \\\"__current_case__\\\": 2, \\\"sim_tab_in\\\": null}\", \"__page__\": 0}", | |
456 "tool_version": "1.0.0", | |
457 "type": "tool", | |
458 "user_outputs": [] | |
459 } | |
460 } | |
461 } |