comparison Workflow-AmrPlusPlus_PE.ga @ 0:1f4509af191a draft

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/workflows/amrplusplus commit 6fb8bfb033905a37bb6a02a5bc8029c87fa524b0
author chrisd
date Mon, 14 Mar 2016 18:15:23 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1f4509af191a
1 {
2 "a_galaxy_workflow": "true",
3 "annotation": "",
4 "format-version": "0.1",
5 "name": "AmrPlusPlus_PE",
6 "steps": {
7 "0": {
8 "annotation": "The genome to align non-host reads to",
9 "content_id": null,
10 "id": 0,
11 "input_connections": {},
12 "inputs": [
13 {
14 "description": "The genome to align non-host reads to",
15 "name": "AMR Database"
16 }
17 ],
18 "label": "AMR Database",
19 "name": "Input dataset",
20 "outputs": [],
21 "position": {
22 "left": 199.99998474121094,
23 "top": 199.99998092651367
24 },
25 "tool_errors": null,
26 "tool_id": null,
27 "tool_state": "{\"name\": \"AMR Database\"}",
28 "tool_version": null,
29 "type": "data_input",
30 "uuid": "7d2f1389-60a2-4e2f-b879-3d089d399123",
31 "workflow_outputs": [
32 {
33 "label": null,
34 "output_name": "output",
35 "uuid": "995b7bc5-5f82-4450-b7e3-8e44b3d9eaa8"
36 }
37 ]
38 },
39 "1": {
40 "annotation": "Genome used to filter reads on",
41 "content_id": null,
42 "id": 1,
43 "input_connections": {},
44 "inputs": [
45 {
46 "description": "Genome used to filter reads on",
47 "name": "Host Genome"
48 }
49 ],
50 "label": "Host Genome",
51 "name": "Input dataset",
52 "outputs": [],
53 "position": {
54 "left": 199.99998474121094,
55 "top": 283.1818046569824
56 },
57 "tool_errors": null,
58 "tool_id": null,
59 "tool_state": "{\"name\": \"Host Genome\"}",
60 "tool_version": null,
61 "type": "data_input",
62 "uuid": "828b361f-e9b5-4175-9261-5bc33d38914d",
63 "workflow_outputs": [
64 {
65 "label": null,
66 "output_name": "output",
67 "uuid": "5dc19bbb-b456-4a0d-b4c0-6c0bdfc8b967"
68 }
69 ]
70 },
71 "2": {
72 "annotation": "Forward reads",
73 "content_id": null,
74 "id": 2,
75 "input_connections": {},
76 "inputs": [
77 {
78 "description": "Forward reads",
79 "name": "FastQ Forward"
80 }
81 ],
82 "label": "FastQ Forward",
83 "name": "Input dataset",
84 "outputs": [],
85 "position": {
86 "left": 199.99998474121094,
87 "top": 366.3636283874512
88 },
89 "tool_errors": null,
90 "tool_id": null,
91 "tool_state": "{\"name\": \"FastQ Forward\"}",
92 "tool_version": null,
93 "type": "data_input",
94 "uuid": "c42b1fdc-e54c-422f-8c82-12d494a429ac",
95 "workflow_outputs": [
96 {
97 "label": null,
98 "output_name": "output",
99 "uuid": "f82d5e1c-12e6-4685-a368-496923b41016"
100 }
101 ]
102 },
103 "3": {
104 "annotation": "Reverse reads",
105 "content_id": null,
106 "id": 3,
107 "input_connections": {},
108 "inputs": [
109 {
110 "description": "Reverse reads",
111 "name": "FastQ Reverse"
112 }
113 ],
114 "label": "FastQ Reverse",
115 "name": "Input dataset",
116 "outputs": [],
117 "position": {
118 "left": 199.99998474121094,
119 "top": 449.5454521179199
120 },
121 "tool_errors": null,
122 "tool_id": null,
123 "tool_state": "{\"name\": \"FastQ Reverse\"}",
124 "tool_version": null,
125 "type": "data_input",
126 "uuid": "39a7b4e2-134a-4f45-ae88-82c43b30d7c9",
127 "workflow_outputs": [
128 {
129 "label": null,
130 "output_name": "output",
131 "uuid": "113db9c4-3cf2-4fc0-99eb-ab5d971fd35f"
132 }
133 ]
134 },
135 "4": {
136 "annotation": "",
137 "content_id": "testtoolshed.g2.bx.psu.edu/repos/pjbriggs/trimmomatic/trimmomatic/0.32.3",
138 "id": 4,
139 "input_connections": {
140 "paired_end|paired_input_type_conditional|fastq_r1_in": {
141 "id": 2,
142 "output_name": "output"
143 },
144 "paired_end|paired_input_type_conditional|fastq_r2_in": {
145 "id": 3,
146 "output_name": "output"
147 }
148 },
149 "inputs": [],
150 "label": null,
151 "name": "Trimmomatic",
152 "outputs": [
153 {
154 "name": "fastq_out_paired",
155 "type": "input"
156 },
157 {
158 "name": "fastq_out_unpaired",
159 "type": "input"
160 },
161 {
162 "name": "fastq_out_r1_paired",
163 "type": "fastqsanger"
164 },
165 {
166 "name": "fastq_out_r2_paired",
167 "type": "fastqsanger"
168 },
169 {
170 "name": "fastq_out_r1_unpaired",
171 "type": "fastqsanger"
172 },
173 {
174 "name": "fastq_out_r2_unpaired",
175 "type": "fastqsanger"
176 },
177 {
178 "name": "fastq_out",
179 "type": "fastqsanger"
180 }
181 ],
182 "position": {
183 "left": 428.1818389892578,
184 "top": 199.99998092651367
185 },
186 "post_job_actions": {
187 "DeleteIntermediatesActionfastq_out_paired": {
188 "action_arguments": {},
189 "action_type": "DeleteIntermediatesAction",
190 "output_name": "fastq_out_paired"
191 },
192 "HideDatasetActionfastq_out": {
193 "action_arguments": {},
194 "action_type": "HideDatasetAction",
195 "output_name": "fastq_out"
196 },
197 "HideDatasetActionfastq_out_paired": {
198 "action_arguments": {},
199 "action_type": "HideDatasetAction",
200 "output_name": "fastq_out_paired"
201 },
202 "HideDatasetActionfastq_out_r1_unpaired": {
203 "action_arguments": {},
204 "action_type": "HideDatasetAction",
205 "output_name": "fastq_out_r1_unpaired"
206 },
207 "HideDatasetActionfastq_out_r2_unpaired": {
208 "action_arguments": {},
209 "action_type": "HideDatasetAction",
210 "output_name": "fastq_out_r2_unpaired"
211 },
212 "HideDatasetActionfastq_out_unpaired": {
213 "action_arguments": {},
214 "action_type": "HideDatasetAction",
215 "output_name": "fastq_out_unpaired"
216 }
217 },
218 "tool_errors": null,
219 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/pjbriggs/trimmomatic/trimmomatic/0.32.3",
220 "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\\\": null, \\\"__current_case__\\\": 0, \\\"fastq_r2_in\\\": null}, \\\"__current_case__\\\": 1}\", \"illuminaclip\": \"{\\\"do_illuminaclip\\\": \\\"False\\\", \\\"__current_case__\\\": 1}\"}",
221 "tool_version": "0.32.3",
222 "type": "tool",
223 "uuid": "48c74cd7-a7ca-4b2e-aed8-83ce9fda1de0",
224 "workflow_outputs": [
225 {
226 "label": null,
227 "output_name": "fastq_out_r1_paired",
228 "uuid": "b646d123-7b6e-4850-a1c1-fa67e4b97b2a"
229 },
230 {
231 "label": null,
232 "output_name": "fastq_out_r2_paired",
233 "uuid": "b4795869-e4c5-4144-b070-0259ae2dea53"
234 }
235 ]
236 },
237 "5": {
238 "annotation": "",
239 "content_id": "testtoolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa/0.4.2",
240 "id": 5,
241 "input_connections": {
242 "input_type|fastq_input1": {
243 "id": 4,
244 "output_name": "fastq_out_r1_paired"
245 },
246 "input_type|fastq_input2": {
247 "id": 4,
248 "output_name": "fastq_out_r2_paired"
249 },
250 "reference_source|ref_file": {
251 "id": 1,
252 "output_name": "output"
253 }
254 },
255 "inputs": [],
256 "label": null,
257 "name": "Map with BWA",
258 "outputs": [
259 {
260 "name": "bam_output",
261 "type": "bam"
262 }
263 ],
264 "position": {
265 "left": 730.3408966064453,
266 "top": 199.99998092651367
267 },
268 "post_job_actions": {
269 "DeleteIntermediatesActionbam_output": {
270 "action_arguments": {},
271 "action_type": "DeleteIntermediatesAction",
272 "output_name": "bam_output"
273 }
274 },
275 "tool_errors": null,
276 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa/0.4.2",
277 "tool_state": "{\"__page__\": 0, \"input_type\": \"{\\\"adv_pe_options\\\": {\\\"__current_case__\\\": 1, \\\"adv_pe_options_selector\\\": \\\"do_not_set\\\"}, \\\"fastq_input2\\\": null, \\\"input_type_selector\\\": \\\"paired\\\", \\\"__current_case__\\\": 0, \\\"fastq_input1\\\": null}\", \"__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\\\": null, \\\"reference_source_selector\\\": \\\"history\\\", \\\"__current_case__\\\": 1}\"}",
278 "tool_version": "0.4.2",
279 "type": "tool",
280 "uuid": "eaea0a44-3a05-434a-b2ce-5bcd20c1569c",
281 "workflow_outputs": [
282 {
283 "label": null,
284 "output_name": "bam_output",
285 "uuid": "fff4aa69-6fa4-472d-9d35-33f729ca38ce"
286 }
287 ]
288 },
289 "6": {
290 "annotation": "",
291 "content_id": "testtoolshed.g2.bx.psu.edu/repos/devteam/picard/picard_FilterSamReads/1.136.0",
292 "id": 6,
293 "input_connections": {
294 "inputFile": {
295 "id": 5,
296 "output_name": "bam_output"
297 }
298 },
299 "inputs": [],
300 "label": null,
301 "name": "FilterSamReads",
302 "outputs": [
303 {
304 "name": "outFile",
305 "type": "bam"
306 }
307 ],
308 "position": {
309 "left": 1058.536880493164,
310 "top": 199.99998092651367
311 },
312 "post_job_actions": {
313 "DeleteIntermediatesActionoutFile": {
314 "action_arguments": {},
315 "action_type": "DeleteIntermediatesAction",
316 "output_name": "outFile"
317 }
318 },
319 "tool_errors": null,
320 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/devteam/picard/picard_FilterSamReads/1.136.0",
321 "tool_state": "{\"__page__\": 0, \"__rerun_remap_job_id__\": null, \"inputFile\": \"null\", \"filter_type\": \"{\\\"filter\\\": \\\"excludeAligned\\\", \\\"__current_case__\\\": 1}\", \"validation_stringency\": \"\\\"LENIENT\\\"\"}",
322 "tool_version": "1.136.0",
323 "type": "tool",
324 "uuid": "65d5c6a4-cbe4-4649-be02-c4292807ee7a",
325 "workflow_outputs": [
326 {
327 "label": null,
328 "output_name": "outFile",
329 "uuid": "e64ed103-3e36-43aa-bf68-a5fff478c23f"
330 }
331 ]
332 },
333 "7": {
334 "annotation": "",
335 "content_id": "testtoolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa/0.4.2",
336 "id": 7,
337 "input_connections": {
338 "input_type|bam_input": {
339 "id": 6,
340 "output_name": "outFile"
341 },
342 "reference_source|ref_file": {
343 "id": 0,
344 "output_name": "output"
345 }
346 },
347 "inputs": [],
348 "label": null,
349 "name": "Map with BWA",
350 "outputs": [
351 {
352 "name": "bam_output",
353 "type": "bam"
354 }
355 ],
356 "position": {
357 "left": 1386.718765258789,
358 "top": 199.99998092651367
359 },
360 "post_job_actions": {
361 "DeleteIntermediatesActionbam_output": {
362 "action_arguments": {},
363 "action_type": "DeleteIntermediatesAction",
364 "output_name": "bam_output"
365 }
366 },
367 "tool_errors": null,
368 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa/0.4.2",
369 "tool_state": "{\"__page__\": 0, \"input_type\": \"{\\\"bam_input\\\": null, \\\"input_type_selector\\\": \\\"paired_bam\\\", \\\"__current_case__\\\": 3, \\\"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\\\": null, \\\"reference_source_selector\\\": \\\"history\\\", \\\"__current_case__\\\": 1}\"}",
370 "tool_version": "0.4.2",
371 "type": "tool",
372 "uuid": "247ceef2-d557-458a-a747-8e237df453fa",
373 "workflow_outputs": [
374 {
375 "label": null,
376 "output_name": "bam_output",
377 "uuid": "e6b1c8f7-1f31-4cf3-8a4e-30aa85f51405"
378 }
379 ]
380 },
381 "8": {
382 "annotation": "",
383 "content_id": "testtoolshed.g2.bx.psu.edu/repos/devteam/picard/picard_SortSam/1.136.1",
384 "id": 8,
385 "input_connections": {
386 "inputFile": {
387 "id": 7,
388 "output_name": "bam_output"
389 }
390 },
391 "inputs": [],
392 "label": null,
393 "name": "SortSam",
394 "outputs": [
395 {
396 "name": "outFile",
397 "type": "bam"
398 }
399 ],
400 "position": {
401 "left": 1714.9005279541016,
402 "top": 199.99998092651367
403 },
404 "post_job_actions": {
405 "DeleteIntermediatesActionoutFile": {
406 "action_arguments": {},
407 "action_type": "DeleteIntermediatesAction",
408 "output_name": "outFile"
409 }
410 },
411 "tool_errors": null,
412 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/devteam/picard/picard_SortSam/1.136.1",
413 "tool_state": "{\"inputFile\": \"null\", \"__page__\": 0, \"__rerun_remap_job_id__\": null, \"sort_order\": \"\\\"queryname\\\"\", \"validation_stringency\": \"\\\"LENIENT\\\"\"}",
414 "tool_version": "1.136.1",
415 "type": "tool",
416 "uuid": "3fe9acee-3144-4aac-9ad8-6d11205b9ea1",
417 "workflow_outputs": [
418 {
419 "label": null,
420 "output_name": "outFile",
421 "uuid": "b71efaa4-fca9-4060-82ee-deb88042e2c1"
422 }
423 ]
424 },
425 "9": {
426 "annotation": "",
427 "content_id": "testtoolshed.g2.bx.psu.edu/repos/devteam/bam_to_sam/bam_to_sam/2.0",
428 "id": 9,
429 "input_connections": {
430 "input1": {
431 "id": 8,
432 "output_name": "outFile"
433 }
434 },
435 "inputs": [],
436 "label": null,
437 "name": "BAM-to-SAM",
438 "outputs": [
439 {
440 "name": "output1",
441 "type": "sam"
442 }
443 ],
444 "position": {
445 "left": 2043.082290649414,
446 "top": 199.99998092651367
447 },
448 "post_job_actions": {
449 "DeleteIntermediatesActionoutput1": {
450 "action_arguments": {},
451 "action_type": "DeleteIntermediatesAction",
452 "output_name": "output1"
453 }
454 },
455 "tool_errors": null,
456 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/devteam/bam_to_sam/bam_to_sam/2.0",
457 "tool_state": "{\"header\": \"\\\"-h\\\"\", \"__rerun_remap_job_id__\": null, \"input1\": \"null\", \"__page__\": 0}",
458 "tool_version": "2.0",
459 "type": "tool",
460 "uuid": "64102260-42a8-4c58-aad5-48bab5304c10",
461 "workflow_outputs": [
462 {
463 "label": null,
464 "output_name": "output1",
465 "uuid": "472d0a97-2929-4eba-bd8f-d3dc15bd75b9"
466 }
467 ]
468 },
469 "10": {
470 "annotation": "",
471 "content_id": "testtoolshed.g2.bx.psu.edu/repos/chrisd/coverage_sampler/gene_fraction/0.1.0",
472 "id": 10,
473 "input_connections": {
474 "input2": {
475 "id": 9,
476 "output_name": "output1"
477 }
478 },
479 "inputs": [],
480 "label": null,
481 "name": "Coverage Sampler",
482 "outputs": [
483 {
484 "name": "output1",
485 "type": "tabular"
486 }
487 ],
488 "position": {
489 "left": 2271.264175415039,
490 "top": 199.99998092651367
491 },
492 "post_job_actions": {
493 "ChangeDatatypeActionoutput1": {
494 "action_arguments": {
495 "newtype": "csv"
496 },
497 "action_type": "ChangeDatatypeAction",
498 "output_name": "output1"
499 },
500 "HideDatasetActionoutput1": {
501 "action_arguments": {},
502 "action_type": "HideDatasetAction",
503 "output_name": "output1"
504 },
505 "RenameDatasetActionoutput1": {
506 "action_arguments": {
507 "newname": "Gene Fraction Results"
508 },
509 "action_type": "RenameDatasetAction",
510 "output_name": "output1"
511 }
512 },
513 "tool_errors": null,
514 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/chrisd/coverage_sampler/gene_fraction/0.1.0",
515 "tool_state": "{\"input2\": \"null\", \"__page__\": 0, \"input1\": \"null\", \"min\": \"\\\"5\\\"\", \"max\": \"\\\"100\\\"\", \"__rerun_remap_job_id__\": null, \"samples\": \"\\\"1\\\"\", \"skip\": \"\\\"5\\\"\", \"threshold\": \"\\\"80\\\"\"}",
516 "tool_version": "0.1.0",
517 "type": "tool",
518 "uuid": "0d245bfb-d95b-4868-ac44-8e4ca0ba8f9b",
519 "workflow_outputs": []
520 },
521 "11": {
522 "annotation": "",
523 "content_id": "testtoolshed.g2.bx.psu.edu/repos/chrisd/snipfinder/snp_caller/0.1.0",
524 "id": 11,
525 "input_connections": {
526 "sam_type|sampe_input2": {
527 "id": 9,
528 "output_name": "output1"
529 }
530 },
531 "inputs": [],
532 "label": null,
533 "name": "Snip Finder",
534 "outputs": [
535 {
536 "name": "output1",
537 "type": "tabular"
538 }
539 ],
540 "position": {
541 "left": 2271.264175415039,
542 "top": 337.17329025268555
543 },
544 "post_job_actions": {
545 "ChangeDatatypeActionoutput1": {
546 "action_arguments": {
547 "newtype": "csv"
548 },
549 "action_type": "ChangeDatatypeAction",
550 "output_name": "output1"
551 },
552 "HideDatasetActionoutput1": {
553 "action_arguments": {},
554 "action_type": "HideDatasetAction",
555 "output_name": "output1"
556 },
557 "RenameDatasetActionoutput1": {
558 "action_arguments": {
559 "newname": "Snip Results"
560 },
561 "action_type": "RenameDatasetAction",
562 "output_name": "output1"
563 }
564 },
565 "tool_errors": null,
566 "tool_id": "testtoolshed.g2.bx.psu.edu/repos/chrisd/snipfinder/snp_caller/0.1.0",
567 "tool_state": "{\"sam_type\": \"{\\\"best\\\": \\\"False\\\", \\\"mode\\\": \\\"paired_end\\\", \\\"__current_case__\\\": 1, \\\"sampe_input2\\\": null}\", \"__page__\": 0, \"__rerun_remap_job_id__\": null, \"input1\": \"null\"}",
568 "tool_version": "0.1.0",
569 "type": "tool",
570 "uuid": "a16bf95a-c26a-4aac-8431-844f676c1dd3",
571 "workflow_outputs": []
572 }
573 },
574 "uuid": "e7a44935-9e5c-46ae-988e-01f0905d885c"
575 }