Mercurial > repos > chrisd > amrplusplus_workflow
comparison amrplusplus_workflow.ga @ 5:04f9c20fecf8 draft
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/workflows/amrplusplus commit c9b00ed961b62f1825feeeb757c283c949a9bce9-dirty
author | chrisd |
---|---|
date | Wed, 22 Jun 2016 00:27:14 -0400 |
parents | |
children | 86dc721b6860 |
comparison
equal
deleted
inserted
replaced
4:d1896971200b | 5:04f9c20fecf8 |
---|---|
1 { | |
2 "a_galaxy_workflow": "true", | |
3 "annotation": "", | |
4 "format-version": "0.1", | |
5 "name": "aa", | |
6 "steps": { | |
7 "0": { | |
8 "annotation": "", | |
9 "content_id": null, | |
10 "id": 0, | |
11 "input_connections": {}, | |
12 "inputs": [ | |
13 { | |
14 "description": "", | |
15 "name": "FASTQ Forward" | |
16 } | |
17 ], | |
18 "label": "FASTQ Forward", | |
19 "name": "Input dataset", | |
20 "outputs": [], | |
21 "position": { | |
22 "left": 252, | |
23 "top": 323 | |
24 }, | |
25 "tool_errors": null, | |
26 "tool_id": null, | |
27 "tool_state": "{\"name\": \"FASTQ Forward\"}", | |
28 "tool_version": null, | |
29 "type": "data_input", | |
30 "uuid": "9c1f5852-9697-40e2-bc6f-7ac65ad647ce", | |
31 "workflow_outputs": [] | |
32 }, | |
33 "1": { | |
34 "annotation": "", | |
35 "content_id": null, | |
36 "id": 1, | |
37 "input_connections": {}, | |
38 "inputs": [ | |
39 { | |
40 "description": "", | |
41 "name": "FASTQ Reverse" | |
42 } | |
43 ], | |
44 "label": "FASTQ Reverse", | |
45 "name": "Input dataset", | |
46 "outputs": [], | |
47 "position": { | |
48 "left": 251, | |
49 "top": 399 | |
50 }, | |
51 "tool_errors": null, | |
52 "tool_id": null, | |
53 "tool_state": "{\"name\": \"FASTQ Reverse\"}", | |
54 "tool_version": null, | |
55 "type": "data_input", | |
56 "uuid": "030bf3fc-ee71-46c4-bfcf-8d963c04a478", | |
57 "workflow_outputs": [] | |
58 }, | |
59 "2": { | |
60 "annotation": "", | |
61 "content_id": null, | |
62 "id": 2, | |
63 "input_connections": {}, | |
64 "inputs": [ | |
65 { | |
66 "description": "", | |
67 "name": "Host Genome" | |
68 } | |
69 ], | |
70 "label": "Host Genome", | |
71 "name": "Input dataset", | |
72 "outputs": [], | |
73 "position": { | |
74 "left": 498, | |
75 "top": 200 | |
76 }, | |
77 "tool_errors": null, | |
78 "tool_id": null, | |
79 "tool_state": "{\"name\": \"Host Genome\"}", | |
80 "tool_version": null, | |
81 "type": "data_input", | |
82 "uuid": "95f884fc-215e-4d54-8212-e43be8a779b5", | |
83 "workflow_outputs": [] | |
84 }, | |
85 "3": { | |
86 "annotation": "", | |
87 "content_id": null, | |
88 "id": 3, | |
89 "input_connections": {}, | |
90 "inputs": [ | |
91 { | |
92 "description": "", | |
93 "name": "AMR Database" | |
94 } | |
95 ], | |
96 "label": "AMR Database", | |
97 "name": "Input dataset", | |
98 "outputs": [], | |
99 "position": { | |
100 "left": 1086, | |
101 "top": 560 | |
102 }, | |
103 "tool_errors": null, | |
104 "tool_id": null, | |
105 "tool_state": "{\"name\": \"AMR Database\"}", | |
106 "tool_version": null, | |
107 "type": "data_input", | |
108 "uuid": "8a65e391-b837-41ef-9575-bedf5294da9e", | |
109 "workflow_outputs": [] | |
110 }, | |
111 "4": { | |
112 "annotation": "", | |
113 "content_id": "toolshed.g2.bx.psu.edu/repos/pjbriggs/trimmomatic/trimmomatic/0.32.3", | |
114 "id": 4, | |
115 "input_connections": { | |
116 "paired_end|paired_input_type_conditional|fastq_r1_in": { | |
117 "id": 0, | |
118 "output_name": "output" | |
119 }, | |
120 "paired_end|paired_input_type_conditional|fastq_r2_in": { | |
121 "id": 1, | |
122 "output_name": "output" | |
123 } | |
124 }, | |
125 "inputs": [], | |
126 "label": null, | |
127 "name": "Trimmomatic", | |
128 "outputs": [ | |
129 { | |
130 "name": "fastq_out_paired", | |
131 "type": "input" | |
132 }, | |
133 { | |
134 "name": "fastq_out_unpaired", | |
135 "type": "input" | |
136 }, | |
137 { | |
138 "name": "fastq_out_r1_paired", | |
139 "type": "fastqsanger" | |
140 }, | |
141 { | |
142 "name": "fastq_out_r2_paired", | |
143 "type": "fastqsanger" | |
144 }, | |
145 { | |
146 "name": "fastq_out_r1_unpaired", | |
147 "type": "fastqsanger" | |
148 }, | |
149 { | |
150 "name": "fastq_out_r2_unpaired", | |
151 "type": "fastqsanger" | |
152 }, | |
153 { | |
154 "name": "fastq_out", | |
155 "type": "fastqsanger" | |
156 } | |
157 ], | |
158 "position": { | |
159 "left": 465, | |
160 "top": 303 | |
161 }, | |
162 "post_job_actions": { | |
163 "HideDatasetActionfastq_out": { | |
164 "action_arguments": {}, | |
165 "action_type": "HideDatasetAction", | |
166 "output_name": "fastq_out" | |
167 }, | |
168 "HideDatasetActionfastq_out_paired": { | |
169 "action_arguments": {}, | |
170 "action_type": "HideDatasetAction", | |
171 "output_name": "fastq_out_paired" | |
172 }, | |
173 "HideDatasetActionfastq_out_r1_unpaired": { | |
174 "action_arguments": {}, | |
175 "action_type": "HideDatasetAction", | |
176 "output_name": "fastq_out_r1_unpaired" | |
177 }, | |
178 "HideDatasetActionfastq_out_r2_unpaired": { | |
179 "action_arguments": {}, | |
180 "action_type": "HideDatasetAction", | |
181 "output_name": "fastq_out_r2_unpaired" | |
182 }, | |
183 "HideDatasetActionfastq_out_unpaired": { | |
184 "action_arguments": {}, | |
185 "action_type": "HideDatasetAction", | |
186 "output_name": "fastq_out_unpaired" | |
187 } | |
188 }, | |
189 "tool_errors": null, | |
190 "tool_id": "toolshed.g2.bx.psu.edu/repos/pjbriggs/trimmomatic/trimmomatic/0.32.3", | |
191 "tool_shed_repository": { | |
192 "changeset_revision": "f8a9a5eaca8a", | |
193 "name": "trimmomatic", | |
194 "owner": "pjbriggs", | |
195 "tool_shed": "toolshed.g2.bx.psu.edu" | |
196 }, | |
197 "tool_state": "{\"operations\": \"[{\\\"__index__\\\": 0, \\\"operation\\\": {\\\"window_size\\\": \\\"4\\\", \\\"name\\\": \\\"SLIDINGWINDOW\\\", \\\"__current_case__\\\": 0, \\\"required_quality\\\": \\\"20\\\"}}]\", \"__page__\": 0, \"__rerun_remap_job_id__\": null, \"paired_end\": \"{\\\"is_paired_end\\\": \\\"true\\\", \\\"paired_input_type_conditional\\\": {\\\"paired_input_type\\\": \\\"pair_of_files\\\", \\\"fastq_r1_in\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}, \\\"__current_case__\\\": 0, \\\"fastq_r2_in\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}}, \\\"__current_case__\\\": 1}\", \"illuminaclip\": \"{\\\"do_illuminaclip\\\": \\\"false\\\", \\\"__current_case__\\\": 1}\"}", | |
198 "tool_version": "0.32.3", | |
199 "type": "tool", | |
200 "uuid": "0d5a87ee-c6a3-4bd1-b416-226d0e4783ab", | |
201 "workflow_outputs": [ | |
202 { | |
203 "label": null, | |
204 "output_name": "fastq_out_r1_paired", | |
205 "uuid": "6e06861e-a08e-4fbf-bdd6-daa51499d669" | |
206 }, | |
207 { | |
208 "label": null, | |
209 "output_name": "fastq_out_r2_paired", | |
210 "uuid": "1b2d0dd4-d1ce-4886-b300-8df03d3918fa" | |
211 } | |
212 ] | |
213 }, | |
214 "5": { | |
215 "annotation": "", | |
216 "content_id": "toolshed.g2.bx.psu.edu/repos/chrisd/snipfinder/snp_caller/0.1.0", | |
217 "id": 5, | |
218 "input_connections": { | |
219 "input1": { | |
220 "id": 3, | |
221 "output_name": "output" | |
222 } | |
223 }, | |
224 "inputs": [ | |
225 { | |
226 "description": "runtime parameter for tool Snip Finder", | |
227 "name": "sam_type" | |
228 }, | |
229 { | |
230 "description": "runtime parameter for tool Snip Finder", | |
231 "name": "input1" | |
232 } | |
233 ], | |
234 "label": null, | |
235 "name": "Snip Finder", | |
236 "outputs": [ | |
237 { | |
238 "name": "output1", | |
239 "type": "tabular" | |
240 } | |
241 ], | |
242 "position": { | |
243 "left": 1368, | |
244 "top": 551 | |
245 }, | |
246 "post_job_actions": {}, | |
247 "tool_errors": null, | |
248 "tool_id": "toolshed.g2.bx.psu.edu/repos/chrisd/snipfinder/snp_caller/0.1.0", | |
249 "tool_shed_repository": { | |
250 "changeset_revision": "d9be5a7e70f5", | |
251 "name": "snipfinder", | |
252 "owner": "chrisd", | |
253 "tool_shed": "toolshed.g2.bx.psu.edu" | |
254 }, | |
255 "tool_state": "{\"sam_type\": \"{\\\"best\\\": \\\"false\\\", \\\"mode\\\": \\\"paired_end\\\", \\\"__current_case__\\\": 1, \\\"sampe_input2\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}}\", \"__page__\": 0, \"__rerun_remap_job_id__\": null, \"input1\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\"}", | |
256 "tool_version": "0.1.0", | |
257 "type": "tool", | |
258 "uuid": "e4564c96-a500-4017-a222-fc0e55a23b20", | |
259 "workflow_outputs": [ | |
260 { | |
261 "label": null, | |
262 "output_name": "output1", | |
263 "uuid": "44843c44-7cf5-4738-9b48-60ad16b8d915" | |
264 } | |
265 ] | |
266 }, | |
267 "6": { | |
268 "annotation": "", | |
269 "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa/0.7.12.1", | |
270 "id": 6, | |
271 "input_connections": { | |
272 "input_type|fastq_input1": { | |
273 "id": 4, | |
274 "output_name": "fastq_out_r1_paired" | |
275 }, | |
276 "input_type|fastq_input2": { | |
277 "id": 4, | |
278 "output_name": "fastq_out_r2_paired" | |
279 }, | |
280 "reference_source|ref_file": { | |
281 "id": 2, | |
282 "output_name": "output" | |
283 } | |
284 }, | |
285 "inputs": [ | |
286 { | |
287 "description": "runtime parameter for tool Map with BWA", | |
288 "name": "input_type" | |
289 }, | |
290 { | |
291 "description": "runtime parameter for tool Map with BWA", | |
292 "name": "input_type" | |
293 }, | |
294 { | |
295 "description": "runtime parameter for tool Map with BWA", | |
296 "name": "reference_source" | |
297 } | |
298 ], | |
299 "label": null, | |
300 "name": "Map with BWA", | |
301 "outputs": [ | |
302 { | |
303 "name": "bam_output", | |
304 "type": "bam" | |
305 } | |
306 ], | |
307 "position": { | |
308 "left": 772.5, | |
309 "top": 306 | |
310 }, | |
311 "post_job_actions": {}, | |
312 "tool_errors": null, | |
313 "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa/0.7.12.1", | |
314 "tool_shed_repository": { | |
315 "changeset_revision": "546ada4a9f43", | |
316 "name": "bwa", | |
317 "owner": "devteam", | |
318 "tool_shed": "toolshed.g2.bx.psu.edu" | |
319 }, | |
320 "tool_state": "{\"__page__\": 0, \"input_type\": \"{\\\"adv_pe_options\\\": {\\\"__current_case__\\\": 1, \\\"adv_pe_options_selector\\\": \\\"do_not_set\\\"}, \\\"fastq_input2\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}, \\\"__current_case__\\\": 0, \\\"input_type_selector\\\": \\\"paired\\\", \\\"fastq_input1\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}}\", \"__rerun_remap_job_id__\": null, \"rg\": \"{\\\"rg_selector\\\": \\\"do_not_set\\\", \\\"__current_case__\\\": 3}\", \"analysis_type\": \"{\\\"analysis_type_selector\\\": \\\"illumina\\\", \\\"__current_case__\\\": 0}\", \"reference_source\": \"{\\\"ref_file\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}, \\\"reference_source_selector\\\": \\\"history\\\", \\\"__current_case__\\\": 1, \\\"index_a\\\": \\\"auto\\\"}\"}", | |
321 "tool_version": "0.7.12.1", | |
322 "type": "tool", | |
323 "uuid": "880e395c-e063-4ae9-803c-b1961ef0a4fd", | |
324 "workflow_outputs": [ | |
325 { | |
326 "label": null, | |
327 "output_name": "bam_output", | |
328 "uuid": "8b9ad567-40bb-4533-9342-ca2c7a57326a" | |
329 } | |
330 ] | |
331 }, | |
332 "7": { | |
333 "annotation": "", | |
334 "content_id": "toolshed.g2.bx.psu.edu/repos/brenninc/samtools_flag_filter_1_2/samtools_flag_filter/0.1", | |
335 "id": 7, | |
336 "input_connections": { | |
337 "input": { | |
338 "id": 6, | |
339 "output_name": "bam_output" | |
340 } | |
341 }, | |
342 "inputs": [ | |
343 { | |
344 "description": "runtime parameter for tool Samtools flag_filter", | |
345 "name": "input" | |
346 } | |
347 ], | |
348 "label": null, | |
349 "name": "Samtools flag_filter", | |
350 "outputs": [ | |
351 { | |
352 "name": "output", | |
353 "type": "bam" | |
354 } | |
355 ], | |
356 "position": { | |
357 "left": 1004.5, | |
358 "top": 303 | |
359 }, | |
360 "post_job_actions": {}, | |
361 "tool_errors": null, | |
362 "tool_id": "toolshed.g2.bx.psu.edu/repos/brenninc/samtools_flag_filter_1_2/samtools_flag_filter/0.1", | |
363 "tool_shed_repository": { | |
364 "changeset_revision": "97bb72be07f9", | |
365 "name": "samtools_flag_filter_1_2", | |
366 "owner": "brenninc", | |
367 "tool_shed": "toolshed.g2.bx.psu.edu" | |
368 }, | |
369 "tool_state": "{\"input\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"__rerun_remap_job_id__\": null, \"bits\": \"[{\\\"__index__\\\": 0, \\\"flag\\\": \\\"0x0004\\\", \\\"state\\\": \\\"f\\\"}]\", \"__page__\": 0}", | |
370 "tool_version": "0.1", | |
371 "type": "tool", | |
372 "uuid": "aa177899-8618-4afb-b484-e2a9eb616f04", | |
373 "workflow_outputs": [ | |
374 { | |
375 "label": null, | |
376 "output_name": "output", | |
377 "uuid": "a960b5e7-cb47-4afb-9688-3a787b4813a5" | |
378 } | |
379 ] | |
380 }, | |
381 "8": { | |
382 "annotation": "", | |
383 "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa/0.7.12.1", | |
384 "id": 8, | |
385 "input_connections": { | |
386 "input_type|bam_input": { | |
387 "id": 7, | |
388 "output_name": "output" | |
389 }, | |
390 "reference_source|ref_file": { | |
391 "id": 3, | |
392 "output_name": "output" | |
393 } | |
394 }, | |
395 "inputs": [ | |
396 { | |
397 "description": "runtime parameter for tool Map with BWA", | |
398 "name": "input_type" | |
399 }, | |
400 { | |
401 "description": "runtime parameter for tool Map with BWA", | |
402 "name": "reference_source" | |
403 } | |
404 ], | |
405 "label": null, | |
406 "name": "Map with BWA", | |
407 "outputs": [ | |
408 { | |
409 "name": "bam_output", | |
410 "type": "bam" | |
411 } | |
412 ], | |
413 "position": { | |
414 "left": 1279.5, | |
415 "top": 305 | |
416 }, | |
417 "post_job_actions": {}, | |
418 "tool_errors": null, | |
419 "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa/0.7.12.1", | |
420 "tool_shed_repository": { | |
421 "changeset_revision": "546ada4a9f43", | |
422 "name": "bwa", | |
423 "owner": "devteam", | |
424 "tool_shed": "toolshed.g2.bx.psu.edu" | |
425 }, | |
426 "tool_state": "{\"__page__\": 0, \"input_type\": \"{\\\"bam_input\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}, \\\"__current_case__\\\": 3, \\\"input_type_selector\\\": \\\"paired_bam\\\", \\\"adv_bam_pe_options\\\": {\\\"__current_case__\\\": 1, \\\"adv_pe_options_selector\\\": \\\"do_not_set\\\"}}\", \"__rerun_remap_job_id__\": null, \"rg\": \"{\\\"rg_selector\\\": \\\"do_not_set\\\", \\\"__current_case__\\\": 3}\", \"analysis_type\": \"{\\\"analysis_type_selector\\\": \\\"illumina\\\", \\\"__current_case__\\\": 0}\", \"reference_source\": \"{\\\"ref_file\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}, \\\"reference_source_selector\\\": \\\"history\\\", \\\"__current_case__\\\": 1, \\\"index_a\\\": \\\"auto\\\"}\"}", | |
427 "tool_version": "0.7.12.1", | |
428 "type": "tool", | |
429 "uuid": "91a7471e-ee8d-4f6f-8002-d0914dd8df57", | |
430 "workflow_outputs": [ | |
431 { | |
432 "label": null, | |
433 "output_name": "bam_output", | |
434 "uuid": "70c657a7-61ce-4c52-a5b4-564eddd9e79e" | |
435 } | |
436 ] | |
437 }, | |
438 "9": { | |
439 "annotation": "", | |
440 "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_sort/samtools_sort/2.0", | |
441 "id": 9, | |
442 "input_connections": { | |
443 "input1": { | |
444 "id": 8, | |
445 "output_name": "bam_output" | |
446 } | |
447 }, | |
448 "inputs": [ | |
449 { | |
450 "description": "runtime parameter for tool Sort", | |
451 "name": "input1" | |
452 } | |
453 ], | |
454 "label": null, | |
455 "name": "Sort", | |
456 "outputs": [ | |
457 { | |
458 "name": "output1", | |
459 "type": "bam" | |
460 } | |
461 ], | |
462 "position": { | |
463 "left": 1506, | |
464 "top": 306 | |
465 }, | |
466 "post_job_actions": {}, | |
467 "tool_errors": null, | |
468 "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_sort/samtools_sort/2.0", | |
469 "tool_shed_repository": { | |
470 "changeset_revision": "a430da4f04cd", | |
471 "name": "samtools_sort", | |
472 "owner": "devteam", | |
473 "tool_shed": "toolshed.g2.bx.psu.edu" | |
474 }, | |
475 "tool_state": "{\"__page__\": 0, \"__rerun_remap_job_id__\": null, \"input1\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"sort_mode\": \"\\\"-n\\\"\"}", | |
476 "tool_version": "2.0", | |
477 "type": "tool", | |
478 "uuid": "62d071ac-483d-43d0-a7a2-59cd7c41ee39", | |
479 "workflow_outputs": [ | |
480 { | |
481 "label": null, | |
482 "output_name": "output1", | |
483 "uuid": "b6efbbfd-4e6b-410c-a99d-f8dd4e600ea9" | |
484 } | |
485 ] | |
486 }, | |
487 "10": { | |
488 "annotation": "", | |
489 "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/bam_to_sam/bam_to_sam/2.0", | |
490 "id": 10, | |
491 "input_connections": { | |
492 "input1": { | |
493 "id": 9, | |
494 "output_name": "output1" | |
495 } | |
496 }, | |
497 "inputs": [ | |
498 { | |
499 "description": "runtime parameter for tool BAM-to-SAM", | |
500 "name": "input1" | |
501 } | |
502 ], | |
503 "label": null, | |
504 "name": "BAM-to-SAM", | |
505 "outputs": [ | |
506 { | |
507 "name": "output1", | |
508 "type": "sam" | |
509 } | |
510 ], | |
511 "position": { | |
512 "left": 1507.5, | |
513 "top": 433 | |
514 }, | |
515 "post_job_actions": {}, | |
516 "tool_errors": null, | |
517 "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/bam_to_sam/bam_to_sam/2.0", | |
518 "tool_shed_repository": { | |
519 "changeset_revision": "af7c50162f0b", | |
520 "name": "bam_to_sam", | |
521 "owner": "devteam", | |
522 "tool_shed": "toolshed.g2.bx.psu.edu" | |
523 }, | |
524 "tool_state": "{\"header\": \"\\\"-h\\\"\", \"__rerun_remap_job_id__\": null, \"input1\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"__page__\": 0}", | |
525 "tool_version": "2.0", | |
526 "type": "tool", | |
527 "uuid": "5076f37b-5da6-44a3-a3b2-f4172d547dc3", | |
528 "workflow_outputs": [ | |
529 { | |
530 "label": null, | |
531 "output_name": "output1", | |
532 "uuid": "4b52f2d0-1a66-408a-bc99-0da79cc8542f" | |
533 } | |
534 ] | |
535 }, | |
536 "11": { | |
537 "annotation": "", | |
538 "content_id": "toolshed.g2.bx.psu.edu/repos/chrisd/coverage_sampler/gene_fraction/0.1.0", | |
539 "id": 11, | |
540 "input_connections": { | |
541 "input1": { | |
542 "id": 3, | |
543 "output_name": "output" | |
544 }, | |
545 "input2": { | |
546 "id": 10, | |
547 "output_name": "output1" | |
548 } | |
549 }, | |
550 "inputs": [ | |
551 { | |
552 "description": "runtime parameter for tool Coverage Sampler", | |
553 "name": "input2" | |
554 }, | |
555 { | |
556 "description": "runtime parameter for tool Coverage Sampler", | |
557 "name": "input1" | |
558 } | |
559 ], | |
560 "label": null, | |
561 "name": "Coverage Sampler", | |
562 "outputs": [ | |
563 { | |
564 "name": "output1", | |
565 "type": "tabular" | |
566 } | |
567 ], | |
568 "position": { | |
569 "left": 1618.5, | |
570 "top": 553 | |
571 }, | |
572 "post_job_actions": { | |
573 "HideDatasetActionoutput1": { | |
574 "action_arguments": {}, | |
575 "action_type": "HideDatasetAction", | |
576 "output_name": "output1" | |
577 } | |
578 }, | |
579 "tool_errors": null, | |
580 "tool_id": "toolshed.g2.bx.psu.edu/repos/chrisd/coverage_sampler/gene_fraction/0.1.0", | |
581 "tool_shed_repository": { | |
582 "changeset_revision": "72901052a829", | |
583 "name": "coverage_sampler", | |
584 "owner": "chrisd", | |
585 "tool_shed": "toolshed.g2.bx.psu.edu" | |
586 }, | |
587 "tool_state": "{\"input2\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"__page__\": 0, \"input1\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"min\": \"\\\"5\\\"\", \"max\": \"\\\"100\\\"\", \"__rerun_remap_job_id__\": null, \"samples\": \"\\\"1\\\"\", \"skip\": \"\\\"5\\\"\", \"threshold\": \"\\\"80\\\"\"}", | |
588 "tool_version": "0.1.0", | |
589 "type": "tool", | |
590 "uuid": "a79d4e7c-dc9c-45fc-bc5f-e07c8289dc6c", | |
591 "workflow_outputs": [] | |
592 } | |
593 }, | |
594 "uuid": "882a41f1-f16c-4e06-a19b-21a5ffc1fd36" | |
595 } |