Mercurial > repos > rnateam > blockclust_workflow
comparison blockclust_workflow.ga @ 10:d1c4bdaecd97 draft
Uploaded
author | rnateam |
---|---|
date | Thu, 23 Jan 2014 07:08:38 -0500 |
parents | 540de8b87004 |
children | c822d86f166f |
comparison
equal
deleted
inserted
replaced
9:bfc6f50279d6 | 10:d1c4bdaecd97 |
---|---|
6 "steps": { | 6 "steps": { |
7 "0": { | 7 "0": { |
8 "annotation": "", | 8 "annotation": "", |
9 "id": 0, | 9 "id": 0, |
10 "input_connections": {}, | 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 }, | |
11 "inputs": [], | 39 "inputs": [], |
12 "name": "BlockClust", | 40 "name": "BlockClust", |
13 "outputs": [ | 41 "outputs": [ |
14 { | 42 { |
15 "name": "tags_bed", | 43 "name": "tags_bed", |
22 { | 50 { |
23 "name": "clusters", | 51 "name": "clusters", |
24 "type": "bed" | 52 "type": "bed" |
25 }, | 53 }, |
26 { | 54 { |
55 "name": "model_based_pred_bed", | |
56 "type": "bed" | |
57 }, | |
58 { | |
59 "name": "nearest_neighbour_pred_bed", | |
60 "type": "bed" | |
61 }, | |
62 { | |
27 "name": "sim_tab_out", | 63 "name": "sim_tab_out", |
28 "type": "tabular" | 64 "type": "tabular" |
29 }, | 65 }, |
30 { | 66 { |
31 "name": "analysis", | |
32 "type": "tabular" | |
33 }, | |
34 { | |
35 "name": "cluster_dist", | 67 "name": "cluster_dist", |
36 "type": "pdf" | 68 "type": "pdf" |
37 } | 69 }, |
38 ], | 70 { |
39 "position": { | 71 "name": "cluster_hclust", |
40 "left": 200, | 72 "type": "pdf" |
41 "top": 308 | 73 } |
42 }, | 74 ], |
43 "post_job_actions": {}, | 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 }, | |
44 "tool_errors": null, | 121 "tool_errors": null, |
45 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/rnateam/blockclust/blockclust/1.0.0", | 122 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/rnateam/blockclust/blockclust/1.0.0", |
46 "tool_state": "{\"__page__\": 0, \"__rerun_remap_job_id__\": null, \"mode\": \"{\\\"operation\\\": \\\"pre\\\", \\\"reads_bam\\\": null, \\\"__current_case__\\\": 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}", |
47 "tool_version": "1.0.0", | 124 "tool_version": "1.0.0", |
48 "type": "tool", | 125 "type": "tool", |
49 "user_outputs": [] | 126 "user_outputs": [] |
50 }, | 127 }, |
51 "1": { | 128 "2": { |
52 "annotation": "", | 129 "annotation": "", |
53 "id": 1, | 130 "id": 2, |
54 "input_connections": { | 131 "input_connections": { |
55 "input": { | 132 "input": { |
56 "id": 0, | 133 "id": 1, |
57 "output_name": "tags_bed" | 134 "output_name": "tags_bed" |
58 } | 135 } |
59 }, | 136 }, |
60 "inputs": [], | 137 "inputs": [], |
61 "name": "Sort", | 138 "name": "Sort", |
64 "name": "out_file1", | 141 "name": "out_file1", |
65 "type": "input" | 142 "type": "input" |
66 } | 143 } |
67 ], | 144 ], |
68 "position": { | 145 "position": { |
69 "left": 466, | 146 "left": 797, |
70 "top": 308 | 147 "top": 355 |
71 }, | 148 }, |
72 "post_job_actions": {}, | 149 "post_job_actions": { |
150 "HideDatasetActionout_file1": { | |
151 "action_arguments": {}, | |
152 "action_type": "HideDatasetAction", | |
153 "output_name": "out_file1" | |
154 } | |
155 }, | |
73 "tool_errors": null, | 156 "tool_errors": null, |
74 "tool_id": "sort1", | 157 "tool_id": "sort1", |
75 "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\\\"}]\"}", | 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\\\"}]\"}", |
76 "tool_version": "1.0.3", | 159 "tool_version": "1.0.3", |
77 "type": "tool", | 160 "type": "tool", |
78 "user_outputs": [] | 161 "user_outputs": [] |
79 }, | 162 }, |
80 "2": { | 163 "3": { |
81 "annotation": "", | 164 "annotation": "", |
82 "id": 2, | 165 "id": 3, |
83 "input_connections": { | 166 "input_connections": { |
84 "input": { | 167 "input": { |
85 "id": 1, | 168 "id": 2, |
86 "output_name": "out_file1" | 169 "output_name": "out_file1" |
87 } | 170 } |
88 }, | 171 }, |
89 "inputs": [], | 172 "inputs": [], |
90 "name": "blockbuster", | 173 "name": "blockbuster", |
93 "name": "output", | 176 "name": "output", |
94 "type": "tabular" | 177 "type": "tabular" |
95 } | 178 } |
96 ], | 179 ], |
97 "position": { | 180 "position": { |
98 "left": 694, | 181 "left": 970, |
99 "top": 308 | 182 "top": 225 |
100 }, | 183 }, |
101 "post_job_actions": {}, | 184 "post_job_actions": {}, |
102 "tool_errors": null, | 185 "tool_errors": null, |
103 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/rnateam/blockbuster/blockbuster/0.1", | 186 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/rnateam/blockbuster/blockbuster/0.1", |
104 "tool_state": "{\"distance\": \"\\\"30\\\"\", \"scale\": \"\\\"0.4\\\"\", \"__page__\": 0, \"__rerun_remap_job_id__\": null, \"print\": \"\\\"1\\\"\", \"tagFilter\": \"\\\"0\\\"\", \"merge\": \"\\\"0\\\"\", \"minBlockHeight\": \"\\\"2.0\\\"\", \"input\": \"null\", \"minClusterHeight\": \"\\\"10.0\\\"\"}", | 187 "tool_state": "{\"distance\": \"\\\"40\\\"\", \"scale\": \"\\\"0.5\\\"\", \"__page__\": 0, \"__rerun_remap_job_id__\": null, \"print\": \"\\\"1\\\"\", \"tagFilter\": \"\\\"0\\\"\", \"merge\": \"\\\"0\\\"\", \"minBlockHeight\": \"\\\"1.0\\\"\", \"input\": \"null\", \"minClusterHeight\": \"\\\"50.0\\\"\"}", |
105 "tool_version": "0.1", | 188 "tool_version": "0.1", |
106 "type": "tool", | 189 "type": "tool", |
107 "user_outputs": [] | 190 "user_outputs": [] |
108 }, | 191 }, |
109 "3": { | 192 "4": { |
110 "annotation": "", | 193 "annotation": "", |
111 "id": 3, | 194 "id": 4, |
112 "input_connections": { | 195 "input_connections": { |
113 "mode|input_bbo": { | 196 "tool_mode|input_bbo": { |
114 "id": 2, | 197 "id": 3, |
115 "output_name": "output" | 198 "output_name": "output" |
116 } | 199 } |
117 }, | 200 }, |
118 "inputs": [ | 201 "inputs": [ |
119 { | 202 { |
120 "description": "runtime parameter for tool BlockClust", | 203 "description": "runtime parameter for tool BlockClust", |
121 "name": "mode" | 204 "name": "tool_mode" |
122 } | 205 } |
123 ], | 206 ], |
124 "name": "BlockClust", | 207 "name": "BlockClust", |
125 "outputs": [ | 208 "outputs": [ |
126 { | 209 { |
134 { | 217 { |
135 "name": "clusters", | 218 "name": "clusters", |
136 "type": "bed" | 219 "type": "bed" |
137 }, | 220 }, |
138 { | 221 { |
222 "name": "model_based_pred_bed", | |
223 "type": "bed" | |
224 }, | |
225 { | |
226 "name": "nearest_neighbour_pred_bed", | |
227 "type": "bed" | |
228 }, | |
229 { | |
139 "name": "sim_tab_out", | 230 "name": "sim_tab_out", |
140 "type": "tabular" | 231 "type": "tabular" |
141 }, | 232 }, |
142 { | 233 { |
143 "name": "analysis", | |
144 "type": "tabular" | |
145 }, | |
146 { | |
147 "name": "cluster_dist", | 234 "name": "cluster_dist", |
148 "type": "pdf" | 235 "type": "pdf" |
149 } | 236 }, |
150 ], | 237 { |
151 "position": { | 238 "name": "cluster_hclust", |
152 "left": 922, | 239 "type": "pdf" |
153 "top": 308 | 240 } |
154 }, | 241 ], |
155 "post_job_actions": {}, | 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 }, | |
156 "tool_errors": null, | 278 "tool_errors": null, |
157 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/rnateam/blockclust/blockclust/1.0.0", | 279 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/rnateam/blockclust/blockclust/1.0.0", |
158 "tool_state": "{\"__page__\": 0, \"__rerun_remap_job_id__\": null, \"mode\": \"{\\\"operation\\\": \\\"clust\\\", \\\"reference\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}, \\\"__current_case__\\\": 1, \\\"input_bbo\\\": null}\"}", | 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}", |
159 "tool_version": "1.0.0", | 281 "tool_version": "1.0.0", |
160 "type": "tool", | 282 "type": "tool", |
161 "user_outputs": [] | 283 "user_outputs": [] |
162 }, | 284 }, |
163 "4": { | 285 "5": { |
164 "annotation": "", | 286 "annotation": "", |
165 "id": 4, | 287 "id": 5, |
166 "input_connections": { | 288 "input_connections": { |
167 "input": { | 289 "input": { |
168 "id": 3, | 290 "id": 4, |
169 "output_name": "clusters" | 291 "output_name": "clusters" |
170 } | 292 } |
171 }, | 293 }, |
172 "inputs": [], | 294 "inputs": [], |
173 "name": "Extract Genomic DNA", | 295 "name": "Extract Genomic DNA", |
176 "name": "out_file1", | 298 "name": "out_file1", |
177 "type": "input" | 299 "type": "input" |
178 } | 300 } |
179 ], | 301 ], |
180 "position": { | 302 "position": { |
181 "left": 1164, | 303 "left": 1495, |
182 "top": 201 | 304 "top": 248 |
183 }, | 305 }, |
184 "post_job_actions": {}, | 306 "post_job_actions": { |
307 "HideDatasetActionout_file1": { | |
308 "action_arguments": {}, | |
309 "action_type": "HideDatasetAction", | |
310 "output_name": "out_file1" | |
311 } | |
312 }, | |
185 "tool_errors": null, | 313 "tool_errors": null, |
186 "tool_id": "Extract genomic DNA 1", | 314 "tool_id": "Extract genomic DNA 1", |
187 "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\"}", | 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\"}", |
188 "tool_version": "2.2.2", | 316 "tool_version": "2.2.3", |
189 "type": "tool", | 317 "type": "tool", |
190 "user_outputs": [] | 318 "user_outputs": [] |
191 }, | 319 }, |
192 "5": { | 320 "6": { |
193 "annotation": "", | 321 "annotation": "", |
194 "id": 5, | 322 "id": 6, |
195 "input_connections": { | 323 "input_connections": { |
196 "seqdb": { | 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": { | |
197 "id": 4, | 369 "id": 4, |
198 "output_name": "out_file1" | |
199 } | |
200 }, | |
201 "inputs": [], | |
202 "name": "Search covariance model(s)", | |
203 "outputs": [ | |
204 { | |
205 "name": "outfile", | |
206 "type": "tabular" | |
207 }, | |
208 { | |
209 "name": "multiple_alignment_output", | |
210 "type": "tabular" | |
211 } | |
212 ], | |
213 "position": { | |
214 "left": 1422, | |
215 "top": 200 | |
216 }, | |
217 "post_job_actions": {}, | |
218 "tool_errors": null, | |
219 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/bgruening/infernal/infernal_cmsearch/1.1.0.1", | |
220 "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}", | |
221 "tool_version": "1.1.0.1", | |
222 "type": "tool", | |
223 "user_outputs": [] | |
224 }, | |
225 "6": { | |
226 "annotation": "", | |
227 "id": 6, | |
228 "input_connections": { | |
229 "mode|clusters_bed": { | |
230 "id": 3, | |
231 "output_name": "clusters" | 370 "output_name": "clusters" |
232 }, | 371 }, |
233 "mode|cmsearch_out": { | 372 "tool_mode|cmsearch_out": { |
234 "id": 5, | 373 "id": 6, |
235 "output_name": "outfile" | 374 "output_name": "outfile" |
236 }, | 375 }, |
237 "mode|sim_tab_in": { | 376 "tool_mode|sim_tab_in": { |
238 "id": 3, | 377 "id": 4, |
239 "output_name": "sim_tab_out" | 378 "output_name": "sim_tab_out" |
240 } | 379 } |
241 }, | 380 }, |
242 "inputs": [], | 381 "inputs": [], |
243 "name": "BlockClust", | 382 "name": "BlockClust", |
253 { | 392 { |
254 "name": "clusters", | 393 "name": "clusters", |
255 "type": "bed" | 394 "type": "bed" |
256 }, | 395 }, |
257 { | 396 { |
397 "name": "model_based_pred_bed", | |
398 "type": "bed" | |
399 }, | |
400 { | |
401 "name": "nearest_neighbour_pred_bed", | |
402 "type": "bed" | |
403 }, | |
404 { | |
258 "name": "sim_tab_out", | 405 "name": "sim_tab_out", |
259 "type": "tabular" | 406 "type": "tabular" |
260 }, | 407 }, |
261 { | 408 { |
262 "name": "analysis", | |
263 "type": "tabular" | |
264 }, | |
265 { | |
266 "name": "cluster_dist", | 409 "name": "cluster_dist", |
267 "type": "pdf" | 410 "type": "pdf" |
268 } | 411 }, |
269 ], | 412 { |
270 "position": { | 413 "name": "cluster_hclust", |
271 "left": 1738, | 414 "type": "pdf" |
272 "top": 308 | 415 } |
273 }, | 416 ], |
274 "post_job_actions": {}, | 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 }, | |
275 "tool_errors": null, | 453 "tool_errors": null, |
276 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/rnateam/blockclust/blockclust/1.0.0", | 454 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/rnateam/blockclust/blockclust/1.0.0", |
277 "tool_state": "{\"__page__\": 0, \"__rerun_remap_job_id__\": null, \"mode\": \"{\\\"cmsearch_out\\\": null, \\\"operation\\\": \\\"post\\\", \\\"clusters_bed\\\": null, \\\"__current_case__\\\": 2, \\\"sim_tab_in\\\": null}\"}", | 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}", |
278 "tool_version": "1.0.0", | 456 "tool_version": "1.0.0", |
279 "type": "tool", | 457 "type": "tool", |
280 "user_outputs": [] | 458 "user_outputs": [] |
281 } | 459 } |
282 } | 460 } |