comparison Galaxy-Workflow-SNiPlay.ga @ 0:b9f2901a4b00 draft

planemo upload commit 475f4d7d8442a0d75e103af326ae5881c4d2a4ac
author dereeper
date Mon, 16 Apr 2018 09:36:25 -0400
parents
children 0bf2b08766d9
comparison
equal deleted inserted replaced
-1:000000000000 0:b9f2901a4b00
1 {
2 "a_galaxy_workflow": "true",
3 "annotation": "",
4 "format-version": "0.1",
5 "name": "SNiPlay Workflow",
6 "steps": {
7 "0": {
8 "annotation": "",
9 "content_id": null,
10 "errors": null,
11 "id": 0,
12 "input_connections": {},
13 "inputs": [],
14 "label": null,
15 "name": "Input dataset",
16 "outputs": [],
17 "position": {
18 "left": 200,
19 "top": 273
20 },
21 "tool_id": null,
22 "tool_state": "{}",
23 "tool_version": null,
24 "type": "data_input",
25 "uuid": "6cadf2e0-c934-40e9-b7da-6617917bad24",
26 "workflow_outputs": []
27 },
28 "1": {
29 "annotation": "",
30 "content_id": null,
31 "errors": null,
32 "id": 1,
33 "input_connections": {},
34 "inputs": [],
35 "label": null,
36 "name": "Input dataset",
37 "outputs": [],
38 "position": {
39 "left": 201,
40 "top": 360
41 },
42 "tool_id": null,
43 "tool_state": "{}",
44 "tool_version": null,
45 "type": "data_input",
46 "uuid": "253e89d3-c948-419e-af50-f8c8a448af00",
47 "workflow_outputs": []
48 },
49 "2": {
50 "annotation": "",
51 "content_id": null,
52 "errors": null,
53 "id": 2,
54 "input_connections": {},
55 "inputs": [],
56 "label": null,
57 "name": "Input dataset",
58 "outputs": [],
59 "position": {
60 "left": 201,
61 "top": 458
62 },
63 "tool_id": null,
64 "tool_state": "{}",
65 "tool_version": null,
66 "type": "data_input",
67 "uuid": "c83428cf-c1d4-47a2-98ff-721de1e99d22",
68 "workflow_outputs": []
69 },
70 "3": {
71 "annotation": "",
72 "content_id": "toolshed.g2.bx.psu.edu/repos/dereeper/vcftools_filter_stats_diversity/sniplay_vcftoolsfilter/2.0.0",
73 "errors": null,
74 "id": 3,
75 "input_connections": {
76 "input": {
77 "id": 0,
78 "output_name": "output"
79 }
80 },
81 "inputs": [
82 {
83 "description": "runtime parameter for tool VCFtools Filter",
84 "name": "input"
85 }
86 ],
87 "label": null,
88 "name": "VCFtools Filter",
89 "outputs": [
90 {
91 "name": "fileout",
92 "type": "vcf"
93 },
94 {
95 "name": "fileout_map",
96 "type": "tabular"
97 },
98 {
99 "name": "filelog",
100 "type": "txt"
101 }
102 ],
103 "position": {
104 "left": 411,
105 "top": 221.81666564941406
106 },
107 "post_job_actions": {},
108 "tool_id": "toolshed.g2.bx.psu.edu/repos/dereeper/vcftools_filter_stats_diversity/sniplay_vcftoolsfilter/2.0.0",
109 "tool_shed_repository": {
110 "changeset_revision": null,
111 "name": "vcftools_filter_stats_diversity",
112 "owner": "dereeper",
113 "tool_shed": "toolshed.g2.bx.psu.edu"
114 },
115 "tool_state": "{\"nb_alleles_min\": \"\\\"2\\\"\", \"chromosomes\": \"\\\"\\\"\", \"__page__\": null, \"nb_alleles_max\": \"\\\"4\\\"\", \"type_p\": \"\\\"ALL\\\"\", \"allow_missing\": \"\\\"0.0\\\"\", \"fileout_label\": \"\\\"filtered\\\"\", \"frequency\": \"\\\"0.001\\\"\", \"export\": \"\\\"VCF\\\"\", \"samples\": \"\\\"\\\"\", \"bound_end\": \"\\\"100000000\\\"\", \"input\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"max_freq\": \"\\\"0.5\\\"\", \"__rerun_remap_job_id__\": null, \"bound_start\": \"\\\"1\\\"\"}",
116 "tool_version": "2.0.0",
117 "type": "tool",
118 "uuid": "631d47f0-20d4-43b2-9201-df377902566b",
119 "workflow_outputs": []
120 },
121 "4": {
122 "annotation": "",
123 "content_id": "toolshed.g2.bx.psu.edu/repos/dereeper/snpeff_from_gff_vcf/snpEff/2.0.0",
124 "errors": null,
125 "id": 4,
126 "input_connections": {
127 "genome": {
128 "id": 1,
129 "output_name": "output"
130 },
131 "gff": {
132 "id": 2,
133 "output_name": "output"
134 },
135 "vcf": {
136 "id": 3,
137 "output_name": "fileout"
138 }
139 },
140 "inputs": [
141 {
142 "description": "runtime parameter for tool SnpEff",
143 "name": "gff"
144 },
145 {
146 "description": "runtime parameter for tool SnpEff",
147 "name": "genome"
148 },
149 {
150 "description": "runtime parameter for tool SnpEff",
151 "name": "vcf"
152 }
153 ],
154 "label": null,
155 "name": "SnpEff",
156 "outputs": [
157 {
158 "name": "output",
159 "type": "vcf"
160 },
161 {
162 "name": "statsFile",
163 "type": "html"
164 },
165 {
166 "name": "log",
167 "type": "txt"
168 }
169 ],
170 "position": {
171 "left": 393,
172 "top": 429
173 },
174 "post_job_actions": {},
175 "tool_id": "toolshed.g2.bx.psu.edu/repos/dereeper/snpeff_from_gff_vcf/snpEff/2.0.0",
176 "tool_shed_repository": {
177 "changeset_revision": null,
178 "name": "snpeff_from_gff_vcf",
179 "owner": "dereeper",
180 "tool_shed": "toolshed.g2.bx.psu.edu"
181 },
182 "tool_state": "{\"__page__\": null, \"__rerun_remap_job_id__\": null, \"gff\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"genome\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"vcf\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\"}",
183 "tool_version": "2.0.0",
184 "type": "tool",
185 "uuid": "63658036-2ebe-459c-83d9-a7dd29ff0321",
186 "workflow_outputs": []
187 },
188 "5": {
189 "annotation": "",
190 "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_filter/4.3.0",
191 "errors": null,
192 "id": 5,
193 "input_connections": {
194 "input": {
195 "id": 4,
196 "output_name": "output"
197 }
198 },
199 "inputs": [
200 {
201 "description": "runtime parameter for tool SnpSift Filter",
202 "name": "input"
203 }
204 ],
205 "label": null,
206 "name": "SnpSift Filter",
207 "outputs": [
208 {
209 "name": "output",
210 "type": "vcf"
211 }
212 ],
213 "position": {
214 "left": 604,
215 "top": 326
216 },
217 "post_job_actions": {},
218 "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_filter/4.3.0",
219 "tool_shed_repository": {
220 "changeset_revision": null,
221 "name": "snpsift",
222 "owner": "iuc",
223 "tool_shed": "toolshed.g2.bx.psu.edu"
224 },
225 "tool_state": "{\"__page__\": null, \"inverse\": \"\\\"false\\\"\", \"expr\": \"\\\"(FILTER != 'LowQual')\\\"\", \"__rerun_remap_job_id__\": null, \"filtering\": \"{\\\"mode\\\": \\\"entries\\\", \\\"__current_case__\\\": 0}\", \"input\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\"}",
226 "tool_version": "4.3.0",
227 "type": "tool",
228 "uuid": "1e790f32-adfd-4b0c-bc61-9fc558249a6d",
229 "workflow_outputs": []
230 },
231 "6": {
232 "annotation": "",
233 "content_id": "toolshed.g2.bx.psu.edu/repos/dereeper/vcftools_filter_stats_diversity/sniplay_vcftoolsfilter/2.0.0",
234 "errors": null,
235 "id": 6,
236 "input_connections": {
237 "input": {
238 "id": 5,
239 "output_name": "output"
240 }
241 },
242 "inputs": [
243 {
244 "description": "runtime parameter for tool VCFtools Filter",
245 "name": "input"
246 }
247 ],
248 "label": null,
249 "name": "VCFtools Filter",
250 "outputs": [
251 {
252 "name": "fileout",
253 "type": "vcf"
254 },
255 {
256 "name": "fileout_map",
257 "type": "tabular"
258 },
259 {
260 "name": "filelog",
261 "type": "txt"
262 }
263 ],
264 "position": {
265 "left": 678,
266 "top": 482.816650390625
267 },
268 "post_job_actions": {},
269 "tool_id": "toolshed.g2.bx.psu.edu/repos/dereeper/vcftools_filter_stats_diversity/sniplay_vcftoolsfilter/2.0.0",
270 "tool_shed_repository": {
271 "changeset_revision": null,
272 "name": "vcftools_filter_stats_diversity",
273 "owner": "dereeper",
274 "tool_shed": "toolshed.g2.bx.psu.edu"
275 },
276 "tool_state": "{\"nb_alleles_min\": \"\\\"2\\\"\", \"chromosomes\": \"\\\"\\\"\", \"__page__\": null, \"nb_alleles_max\": \"\\\"2\\\"\", \"type_p\": \"\\\"ALL\\\"\", \"allow_missing\": \"\\\"0.0\\\"\", \"fileout_label\": \"\\\"filtered\\\"\", \"frequency\": \"\\\"0.001\\\"\", \"export\": \"\\\"VCF\\\"\", \"samples\": \"\\\"\\\"\", \"bound_end\": \"\\\"100000000\\\"\", \"input\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"max_freq\": \"\\\"0.5\\\"\", \"__rerun_remap_job_id__\": null, \"bound_start\": \"\\\"1\\\"\"}",
277 "tool_version": "2.0.0",
278 "type": "tool",
279 "uuid": "990bd647-19b2-4286-a1f2-2abe5c2de6fc",
280 "workflow_outputs": []
281 },
282 "7": {
283 "annotation": "",
284 "content_id": "toolshed.g2.bx.psu.edu/repos/dereeper/vcftools_filter_stats_diversity/sniplay_vcftoolsfilter/2.0.0",
285 "errors": null,
286 "id": 7,
287 "input_connections": {
288 "input": {
289 "id": 6,
290 "output_name": "fileout"
291 }
292 },
293 "inputs": [
294 {
295 "description": "runtime parameter for tool VCFtools Filter",
296 "name": "input"
297 }
298 ],
299 "label": null,
300 "name": "VCFtools Filter",
301 "outputs": [
302 {
303 "name": "fileout",
304 "type": "vcf"
305 },
306 {
307 "name": "fileout_map",
308 "type": "tabular"
309 },
310 {
311 "name": "filelog",
312 "type": "txt"
313 }
314 ],
315 "position": {
316 "left": 378,
317 "top": 716.816650390625
318 },
319 "post_job_actions": {},
320 "tool_id": "toolshed.g2.bx.psu.edu/repos/dereeper/vcftools_filter_stats_diversity/sniplay_vcftoolsfilter/2.0.0",
321 "tool_shed_repository": {
322 "changeset_revision": null,
323 "name": "vcftools_filter_stats_diversity",
324 "owner": "dereeper",
325 "tool_shed": "toolshed.g2.bx.psu.edu"
326 },
327 "tool_state": "{\"nb_alleles_min\": \"\\\"2\\\"\", \"chromosomes\": \"\\\"\\\"\", \"__page__\": null, \"nb_alleles_max\": \"\\\"2\\\"\", \"type_p\": \"\\\"SNP\\\"\", \"allow_missing\": \"\\\"0.0\\\"\", \"fileout_label\": \"\\\"filtered\\\"\", \"frequency\": \"\\\"0.001\\\"\", \"export\": \"\\\"plink\\\"\", \"samples\": \"\\\"\\\"\", \"bound_end\": \"\\\"100000000\\\"\", \"input\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"max_freq\": \"\\\"0.5\\\"\", \"__rerun_remap_job_id__\": null, \"bound_start\": \"\\\"1\\\"\"}",
328 "tool_version": "2.0.0",
329 "type": "tool",
330 "uuid": "12053570-88ed-4d97-8be1-ff9981df4382",
331 "workflow_outputs": []
332 },
333 "8": {
334 "annotation": "",
335 "content_id": "toolshed.g2.bx.psu.edu/repos/dereeper/vcftools_filter_stats_diversity/sniplay_vcftoolsstats/2.0.0",
336 "errors": null,
337 "id": 8,
338 "input_connections": {
339 "filein": {
340 "id": 6,
341 "output_name": "fileout"
342 }
343 },
344 "inputs": [
345 {
346 "description": "runtime parameter for tool VCFtools Stats",
347 "name": "filein"
348 }
349 ],
350 "label": null,
351 "name": "VCFtools Stats",
352 "outputs": [
353 {
354 "name": "fileout_het",
355 "type": "txt"
356 },
357 {
358 "name": "fileout_imiss",
359 "type": "txt"
360 },
361 {
362 "name": "fileout_sum",
363 "type": "txt"
364 },
365 {
366 "name": "filelog",
367 "type": "txt"
368 }
369 ],
370 "position": {
371 "left": 848,
372 "top": 291.81666564941406
373 },
374 "post_job_actions": {},
375 "tool_id": "toolshed.g2.bx.psu.edu/repos/dereeper/vcftools_filter_stats_diversity/sniplay_vcftoolsstats/2.0.0",
376 "tool_shed_repository": {
377 "changeset_revision": null,
378 "name": "vcftools_filter_stats_diversity",
379 "owner": "dereeper",
380 "tool_shed": "toolshed.g2.bx.psu.edu"
381 },
382 "tool_state": "{\"fileout_label\": \"\\\"vcf_stats\\\"\", \"__page__\": null, \"__rerun_remap_job_id__\": null, \"filein\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\"}",
383 "tool_version": "2.0.0",
384 "type": "tool",
385 "uuid": "20eed6b5-29e4-4037-b8d8-85b2554c9615",
386 "workflow_outputs": []
387 },
388 "9": {
389 "annotation": "",
390 "content_id": "toolshed.g2.bx.psu.edu/repos/dereeper/vcftools_filter_stats_diversity/sniplay_vcftoolsslidingwindow/2.0.0",
391 "errors": null,
392 "id": 9,
393 "input_connections": {
394 "filein": {
395 "id": 6,
396 "output_name": "fileout"
397 }
398 },
399 "inputs": [
400 {
401 "description": "runtime parameter for tool VCFtools SlidingWindow",
402 "name": "group"
403 },
404 {
405 "description": "runtime parameter for tool VCFtools SlidingWindow",
406 "name": "filein"
407 }
408 ],
409 "label": null,
410 "name": "VCFtools SlidingWindow",
411 "outputs": [
412 {
413 "name": "fileout_snp",
414 "type": "txt"
415 },
416 {
417 "name": "fileout_taj",
418 "type": "txt"
419 },
420 {
421 "name": "fileout_tstv",
422 "type": "txt"
423 },
424 {
425 "name": "fileout_windowed",
426 "type": "txt"
427 },
428 {
429 "name": "filelog",
430 "type": "txt"
431 },
432 {
433 "name": "fileout_fst",
434 "type": "txt"
435 },
436 {
437 "name": "fileout_fst_marker",
438 "type": "txt"
439 },
440 {
441 "name": "fileout_windowed_combined",
442 "type": "txt"
443 },
444 {
445 "name": "fileout_taj_combined",
446 "type": "txt"
447 },
448 {
449 "name": "fileout_tstv_combined",
450 "type": "txt"
451 },
452 {
453 "name": "fileout_snp_combined",
454 "type": "txt"
455 }
456 ],
457 "position": {
458 "left": 1029,
459 "top": 242.81666564941406
460 },
461 "post_job_actions": {},
462 "tool_id": "toolshed.g2.bx.psu.edu/repos/dereeper/vcftools_filter_stats_diversity/sniplay_vcftoolsslidingwindow/2.0.0",
463 "tool_shed_repository": {
464 "changeset_revision": null,
465 "name": "vcftools_filter_stats_diversity",
466 "owner": "dereeper",
467 "tool_shed": "toolshed.g2.bx.psu.edu"
468 },
469 "tool_state": "{\"__page__\": null, \"group\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"__rerun_remap_job_id__\": null, \"fileout_label\": \"\\\"snp_density\\\"\", \"window\": \"\\\"200000\\\"\", \"filein\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\"}",
470 "tool_version": "2.0.0",
471 "type": "tool",
472 "uuid": "374c1d03-dbe6-43d8-9a75-b83d5fac56f2",
473 "workflow_outputs": []
474 },
475 "10": {
476 "annotation": "",
477 "content_id": "toolshed.g2.bx.psu.edu/repos/dereeper/snmf/snmf/2.0.0",
478 "errors": null,
479 "id": 10,
480 "input_connections": {
481 "vcf": {
482 "id": 6,
483 "output_name": "fileout"
484 }
485 },
486 "inputs": [
487 {
488 "description": "runtime parameter for tool sNMF",
489 "name": "vcf"
490 }
491 ],
492 "label": null,
493 "name": "sNMF",
494 "outputs": [
495 {
496 "name": "best_k_output",
497 "type": "txt"
498 },
499 {
500 "name": "best_k_groups",
501 "type": "txt"
502 },
503 {
504 "name": "best_k_logfile",
505 "type": "txt"
506 },
507 {
508 "name": "outputs",
509 "type": "txt"
510 },
511 {
512 "name": "logs",
513 "type": "txt"
514 }
515 ],
516 "position": {
517 "left": 1284.800048828125,
518 "top": 444.1166687011719
519 },
520 "post_job_actions": {},
521 "tool_id": "toolshed.g2.bx.psu.edu/repos/dereeper/snmf/snmf/2.0.0",
522 "tool_shed_repository": {
523 "changeset_revision": null,
524 "name": "snmf",
525 "owner": "dereeper",
526 "tool_shed": "toolshed.g2.bx.psu.edu"
527 },
528 "tool_state": "{\"__page__\": null, \"vcf\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"__rerun_remap_job_id__\": null, \"kmin\": \"\\\"2\\\"\", \"threshold_group\": \"\\\"50\\\"\", \"kmax\": \"\\\"5\\\"\"}",
529 "tool_version": "2.0.0",
530 "type": "tool",
531 "uuid": "7dd4c260-bee4-42db-891d-f24fc262e94d",
532 "workflow_outputs": []
533 },
534 "11": {
535 "annotation": "",
536 "content_id": "toolshed.g2.bx.psu.edu/repos/dereeper/sniplay/sniplay_density/2.0.0",
537 "errors": null,
538 "id": 11,
539 "input_connections": {
540 "filein": {
541 "id": 6,
542 "output_name": "fileout"
543 }
544 },
545 "inputs": [
546 {
547 "description": "runtime parameter for tool SNP density",
548 "name": "filein"
549 }
550 ],
551 "label": null,
552 "name": "SNP density",
553 "outputs": [
554 {
555 "name": "fileout",
556 "type": "txt"
557 },
558 {
559 "name": "fileout_bysample",
560 "type": "txt"
561 }
562 ],
563 "position": {
564 "left": 1237,
565 "top": 657.816650390625
566 },
567 "post_job_actions": {},
568 "tool_id": "toolshed.g2.bx.psu.edu/repos/dereeper/sniplay/sniplay_density/2.0.0",
569 "tool_shed_repository": {
570 "changeset_revision": null,
571 "name": "sniplay",
572 "owner": "dereeper",
573 "tool_shed": "toolshed.g2.bx.psu.edu"
574 },
575 "tool_state": "{\"fileout_label\": \"\\\"densities\\\"\", \"__page__\": null, \"step\": \"\\\"200000\\\"\", \"__rerun_remap_job_id__\": null, \"filein\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\"}",
576 "tool_version": "2.0.0",
577 "type": "tool",
578 "uuid": "99a1d523-7782-4c36-ab4f-f09d86212a04",
579 "workflow_outputs": []
580 },
581 "12": {
582 "annotation": "",
583 "content_id": "toolshed.g2.bx.psu.edu/repos/dereeper/sniplay/sniplay_mdsplot/2.0.0",
584 "errors": null,
585 "id": 12,
586 "input_connections": {
587 "filemap": {
588 "id": 7,
589 "output_name": "fileout_map"
590 },
591 "fileped": {
592 "id": 7,
593 "output_name": "fileout"
594 }
595 },
596 "inputs": [
597 {
598 "description": "runtime parameter for tool MDS plot",
599 "name": "groups"
600 },
601 {
602 "description": "runtime parameter for tool MDS plot",
603 "name": "fileped"
604 },
605 {
606 "description": "runtime parameter for tool MDS plot",
607 "name": "filemap"
608 }
609 ],
610 "label": null,
611 "name": "MDS plot",
612 "outputs": [
613 {
614 "name": "fileout_matrix",
615 "type": "txt"
616 },
617 {
618 "name": "fileout_plot",
619 "type": "txt"
620 },
621 {
622 "name": "fileout_log",
623 "type": "txt"
624 }
625 ],
626 "position": {
627 "left": 731,
628 "top": 675.816650390625
629 },
630 "post_job_actions": {},
631 "tool_id": "toolshed.g2.bx.psu.edu/repos/dereeper/sniplay/sniplay_mdsplot/2.0.0",
632 "tool_shed_repository": {
633 "changeset_revision": null,
634 "name": "sniplay",
635 "owner": "dereeper",
636 "tool_shed": "toolshed.g2.bx.psu.edu"
637 },
638 "tool_state": "{\"__page__\": null, \"fileped\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"filemap\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"__rerun_remap_job_id__\": null, \"fileout_label\": \"\\\"analyse\\\"\", \"groups\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\"}",
639 "tool_version": "2.0.0",
640 "type": "tool",
641 "uuid": "16887250-114f-4afb-89c7-9ffd0f0ddec4",
642 "workflow_outputs": []
643 },
644 "13": {
645 "annotation": "",
646 "content_id": "toolshed.g2.bx.psu.edu/repos/dereeper/sniplay/sniplay_pedToFasta/2.0.0",
647 "errors": null,
648 "id": 13,
649 "input_connections": {
650 "filein": {
651 "id": 7,
652 "output_name": "fileout"
653 }
654 },
655 "inputs": [
656 {
657 "description": "runtime parameter for tool Ped2Fasta",
658 "name": "filein"
659 }
660 ],
661 "label": null,
662 "name": "Ped2Fasta",
663 "outputs": [
664 {
665 "name": "fileout",
666 "type": "fasta"
667 }
668 ],
669 "position": {
670 "left": 592,
671 "top": 907.816650390625
672 },
673 "post_job_actions": {},
674 "tool_id": "toolshed.g2.bx.psu.edu/repos/dereeper/sniplay/sniplay_pedToFasta/2.0.0",
675 "tool_shed_repository": {
676 "changeset_revision": null,
677 "name": "sniplay",
678 "owner": "dereeper",
679 "tool_shed": "toolshed.g2.bx.psu.edu"
680 },
681 "tool_state": "{\"fileout_label\": \"\\\"filtered\\\"\", \"__page__\": null, \"__rerun_remap_job_id__\": null, \"filein\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\"}",
682 "tool_version": "2.0.0",
683 "type": "tool",
684 "uuid": "e68df48c-2cbe-4f1b-9223-33647b9508b2",
685 "workflow_outputs": []
686 },
687 "14": {
688 "annotation": "",
689 "content_id": "toolshed.g2.bx.psu.edu/repos/dereeper/sniplay/ped2bed/2.0.0",
690 "errors": null,
691 "id": 14,
692 "input_connections": {
693 "map": {
694 "id": 7,
695 "output_name": "fileout_map"
696 },
697 "ped": {
698 "id": 7,
699 "output_name": "fileout"
700 }
701 },
702 "inputs": [],
703 "label": null,
704 "name": "PLINK: ped2bed",
705 "outputs": [
706 {
707 "name": "bed",
708 "type": "txt"
709 },
710 {
711 "name": "fam",
712 "type": "txt"
713 },
714 {
715 "name": "bim",
716 "type": "txt"
717 },
718 {
719 "name": "logs",
720 "type": "txt"
721 }
722 ],
723 "position": {
724 "left": 934.5,
725 "top": 714
726 },
727 "post_job_actions": {},
728 "tool_id": "toolshed.g2.bx.psu.edu/repos/dereeper/sniplay/ped2bed/2.0.0",
729 "tool_shed_repository": {
730 "changeset_revision": null,
731 "name": "sniplay",
732 "owner": "dereeper",
733 "tool_shed": "toolshed.g2.bx.psu.edu"
734 },
735 "tool_state": "{\"ped\": \"{\\\"values\\\": [{\\\"src\\\": \\\"hda\\\", \\\"id\\\": 36321}]}\", \"map\": \"{\\\"values\\\": [{\\\"src\\\": \\\"hda\\\", \\\"id\\\": 36321}]}\", \"__rerun_remap_job_id__\": null, \"__page__\": null}",
736 "tool_version": "2.0.0",
737 "type": "tool",
738 "uuid": "ffd301d8-d99c-4e4e-9881-f61ad019b4d7",
739 "workflow_outputs": []
740 },
741 "15": {
742 "annotation": "",
743 "content_id": "toolshed.g2.bx.psu.edu/repos/dereeper/readseq/sniplay_readseq/2.0.0",
744 "errors": null,
745 "id": 15,
746 "input_connections": {
747 "filein": {
748 "id": 13,
749 "output_name": "fileout"
750 }
751 },
752 "inputs": [
753 {
754 "description": "runtime parameter for tool Readseq",
755 "name": "filein"
756 }
757 ],
758 "label": null,
759 "name": "Readseq",
760 "outputs": [
761 {
762 "name": "fileout_log",
763 "type": "txt"
764 },
765 {
766 "name": "fileout",
767 "type": "txt"
768 }
769 ],
770 "position": {
771 "left": 835,
772 "top": 963.816650390625
773 },
774 "post_job_actions": {},
775 "tool_id": "toolshed.g2.bx.psu.edu/repos/dereeper/readseq/sniplay_readseq/2.0.0",
776 "tool_shed_repository": {
777 "changeset_revision": null,
778 "name": "readseq",
779 "owner": "dereeper",
780 "tool_shed": "toolshed.g2.bx.psu.edu"
781 },
782 "tool_state": "{\"fileout_label\": \"\\\"phylip conversion\\\"\", \"__page__\": null, \"__rerun_remap_job_id__\": null, \"filein\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"format\": \"\\\"12\\\"\"}",
783 "tool_version": "2.0.0",
784 "type": "tool",
785 "uuid": "f55fcf51-daac-428f-801f-1b8307bc3d13",
786 "workflow_outputs": []
787 },
788 "16": {
789 "annotation": "",
790 "content_id": "toolshed.g2.bx.psu.edu/repos/dereeper/fastme/fastme/2.0.0",
791 "errors": null,
792 "id": 16,
793 "input_connections": {
794 "input": {
795 "id": 15,
796 "output_name": "fileout"
797 }
798 },
799 "inputs": [
800 {
801 "description": "runtime parameter for tool FastME",
802 "name": "input"
803 }
804 ],
805 "label": null,
806 "name": "FastME",
807 "outputs": [
808 {
809 "name": "outputTree",
810 "type": "nhx"
811 },
812 {
813 "name": "outputLog",
814 "type": "txt"
815 },
816 {
817 "name": "outputBoostrap",
818 "type": "nhx"
819 },
820 {
821 "name": "outputMatrix",
822 "type": "txt"
823 }
824 ],
825 "position": {
826 "left": 1132,
827 "top": 925.816650390625
828 },
829 "post_job_actions": {},
830 "tool_id": "toolshed.g2.bx.psu.edu/repos/dereeper/fastme/fastme/2.0.0",
831 "tool_shed_repository": {
832 "changeset_revision": null,
833 "name": "fastme",
834 "owner": "dereeper",
835 "tool_shed": "toolshed.g2.bx.psu.edu"
836 },
837 "tool_state": "{\"distance\": \"\\\"--method=I\\\"\", \"__page__\": null, \"equilibrium\": \"\\\"false\\\"\", \"__rerun_remap_job_id__\": null, \"bootChoice\": \"{\\\"boot\\\": \\\"false\\\", \\\"__current_case__\\\": 0}\", \"treeRefinement\": \"\\\"--spr\\\"\", \"gammaChoice\": \"{\\\"__current_case__\\\": 1, \\\"gamma\\\": \\\"false\\\"}\", \"fileout_label\": \"\\\"Newick tree\\\"\", \"input\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"typeChoice\": \"{\\\"datatype\\\": \\\"d\\\", \\\"modeldna\\\": \\\"4\\\", \\\"__current_case__\\\": 0}\", \"removeGap\": \"\\\"\\\"\"}",
838 "tool_version": "2.0.0",
839 "type": "tool",
840 "uuid": "74189f4d-bd98-46fc-9778-b8e9a698a539",
841 "workflow_outputs": []
842 },
843 "17": {
844 "annotation": "",
845 "content_id": "toolshed.g2.bx.psu.edu/repos/dereeper/sniplay/sniplay_rooting/2.0.0",
846 "errors": null,
847 "id": 17,
848 "input_connections": {
849 "filein": {
850 "id": 16,
851 "output_name": "outputTree"
852 }
853 },
854 "inputs": [],
855 "label": null,
856 "name": "Rooting",
857 "outputs": [
858 {
859 "name": "fileout_log",
860 "type": "txt"
861 },
862 {
863 "name": "fileout",
864 "type": "nwk,nhx"
865 }
866 ],
867 "position": {
868 "left": 1296,
869 "top": 798
870 },
871 "post_job_actions": {},
872 "tool_id": "toolshed.g2.bx.psu.edu/repos/dereeper/sniplay/sniplay_rooting/2.0.0",
873 "tool_shed_repository": {
874 "changeset_revision": null,
875 "name": "sniplay",
876 "owner": "dereeper",
877 "tool_shed": "toolshed.g2.bx.psu.edu"
878 },
879 "tool_state": "{\"fileout_label\": \"\\\"out tree\\\"\", \"__page__\": null, \"__rerun_remap_job_id__\": null, \"filein\": \"{\\\"values\\\": [{\\\"src\\\": \\\"hda\\\", \\\"id\\\": 36319}]}\"}",
880 "tool_version": "2.0.0",
881 "type": "tool",
882 "uuid": "ded86308-97bc-4580-adf1-23b1cc86c302",
883 "workflow_outputs": []
884 }
885 },
886 "tags": [],
887 "uuid": "f3ca58e0-87e5-4314-906e-9d2d34f95dc8"
888 }