comparison Galaxy-Workflow-microsatellite_profiling_v2.ga @ 4:d74dc58cbd53 draft

Uploaded
author arkarachai-fungtammasan
date Sat, 22 Aug 2015 12:12:55 -0400
parents
children
comparison
equal deleted inserted replaced
3:3d58c22ea6c9 4:d74dc58cbd53
1 {
2 "a_galaxy_workflow": "true",
3 "annotation": "Profile length of microsatellites or short tandem repeats from short read data",
4 "format-version": "0.1",
5 "name": "microsatellite_profiling_v2",
6 "steps": {
7 "0": {
8 "annotation": "input raw read that you want to detect Tandem reepats (TRs)/microsatellites",
9 "id": 0,
10 "input_connections": {},
11 "inputs": [
12 {
13 "description": "input raw read that you want to detect Tandem reepats (TRs)/microsatellites",
14 "name": "single end fastq"
15 }
16 ],
17 "name": "Input dataset",
18 "outputs": [],
19 "position": {
20 "left": 249,
21 "top": 274.765625
22 },
23 "tool_errors": null,
24 "tool_id": null,
25 "tool_state": "{\"name\": \"single end fastq\"}",
26 "tool_version": null,
27 "type": "data_input",
28 "user_outputs": []
29 },
30 "1": {
31 "annotation": "need to be prepared by user using TR genome profiling",
32 "id": 1,
33 "input_connections": {},
34 "inputs": [
35 {
36 "description": "need to be prepared by user using TR genome profiling",
37 "name": "STR in genome"
38 }
39 ],
40 "name": "Input dataset",
41 "outputs": [],
42 "position": {
43 "left": 226,
44 "top": 412.953125
45 },
46 "tool_errors": null,
47 "tool_id": null,
48 "tool_state": "{\"name\": \"STR in genome\"}",
49 "tool_version": null,
50 "type": "data_input",
51 "user_outputs": []
52 },
53 "2": {
54 "annotation": "https://usegalaxy.org/u/guru%40psu.edu/h/error-rates-files",
55 "id": 2,
56 "input_connections": {},
57 "inputs": [
58 {
59 "description": "https://usegalaxy.org/u/guru%40psu.edu/h/error-rates-files",
60 "name": "error rate file"
61 }
62 ],
63 "name": "Input dataset",
64 "outputs": [],
65 "position": {
66 "left": 1492.875,
67 "top": 497.671875
68 },
69 "tool_errors": null,
70 "tool_id": null,
71 "tool_state": "{\"name\": \"error rate file\"}",
72 "tool_version": null,
73 "type": "data_input",
74 "user_outputs": []
75 },
76 "3": {
77 "annotation": "",
78 "id": 3,
79 "input_connections": {
80 "filePath": {
81 "id": 0,
82 "output_name": "output"
83 }
84 },
85 "inputs": [],
86 "name": "STR detection",
87 "outputs": [
88 {
89 "name": "stdout",
90 "type": "tabular"
91 }
92 ],
93 "position": {
94 "left": 515,
95 "top": 256.5
96 },
97 "post_job_actions": {
98 "ChangeDatatypeActionstdout": {
99 "action_arguments": {
100 "newtype": "tabular"
101 },
102 "action_type": "ChangeDatatypeAction",
103 "output_name": "stdout"
104 },
105 "RenameDatasetActionstdout": {
106 "action_arguments": {
107 "newname": "STR in raw reads"
108 },
109 "action_type": "RenameDatasetAction",
110 "output_name": "stdout"
111 }
112 },
113 "tool_errors": null,
114 "tool_id": "toolshed.g2.bx.psu.edu/repos/arkarachai-fungtammasan/str_fm/microsatellite/1.0.0",
115 "tool_state": "{\"__page__\": 0, \"flankSetting\": \"{\\\"noflankdisplay\\\": \\\"True\\\", \\\"__current_case__\\\": 1}\", \"filePath\": \"null\", \"minlength\": \"\\\"5\\\"\", \"hammingThreshold\": \"\\\"0\\\"\", \"period\": \"\\\"1\\\"\", \"surfix\": \"\\\"20\\\"\", \"prefix\": \"\\\"20\\\"\", \"__rerun_remap_job_id__\": null, \"inputFileSource\": \"{\\\"inputFileType\\\": \\\"fasta\\\", \\\"__current_case__\\\": 2}\", \"partialmotifs\": \"\\\"True\\\"\", \"multipleruns\": \"\\\"True\\\"\"}",
116 "tool_version": "1.0.0",
117 "type": "tool",
118 "user_outputs": []
119 },
120 "4": {
121 "annotation": "",
122 "id": 4,
123 "input_connections": {
124 "input": {
125 "id": 3,
126 "output_name": "stdout"
127 }
128 },
129 "inputs": [],
130 "name": "Read name modifier",
131 "outputs": [
132 {
133 "name": "output",
134 "type": "tabular"
135 }
136 ],
137 "position": {
138 "left": 478,
139 "top": 370
140 },
141 "post_job_actions": {},
142 "tool_errors": null,
143 "tool_id": "toolshed.g2.bx.psu.edu/repos/arkarachai-fungtammasan/str_fm/space2underscore_readname/1.0.0",
144 "tool_state": "{\"__page__\": 0, \"column_n\": \"\\\"6\\\"\", \"__rerun_remap_job_id__\": null, \"input\": \"null\"}",
145 "tool_version": "1.0.0",
146 "type": "tool",
147 "user_outputs": []
148 },
149 "5": {
150 "annotation": "",
151 "id": 5,
152 "input_connections": {
153 "microsat_in_read": {
154 "id": 4,
155 "output_name": "output"
156 }
157 },
158 "inputs": [],
159 "name": "Fetch bases flanking",
160 "outputs": [
161 {
162 "name": "Leftflanking",
163 "type": "fastq"
164 },
165 {
166 "name": "Rightflanking",
167 "type": "fastq"
168 }
169 ],
170 "position": {
171 "left": 446.5,
172 "top": 503.5
173 },
174 "post_job_actions": {
175 "ChangeDatatypeActionLeftflanking": {
176 "action_arguments": {
177 "newtype": "fastqsanger"
178 },
179 "action_type": "ChangeDatatypeAction",
180 "output_name": "Leftflanking"
181 },
182 "ChangeDatatypeActionRightflanking": {
183 "action_arguments": {
184 "newtype": "fastqsanger"
185 },
186 "action_type": "ChangeDatatypeAction",
187 "output_name": "Rightflanking"
188 },
189 "HideDatasetActionLeftflanking": {
190 "action_arguments": {},
191 "action_type": "HideDatasetAction",
192 "output_name": "Leftflanking"
193 },
194 "HideDatasetActionRightflanking": {
195 "action_arguments": {},
196 "action_type": "HideDatasetAction",
197 "output_name": "Rightflanking"
198 }
199 },
200 "tool_errors": null,
201 "tool_id": "toolshed.g2.bx.psu.edu/repos/arkarachai-fungtammasan/str_fm/fetchflank/1.0.0",
202 "tool_state": "{\"qualitycutoff\": \"\\\"20\\\"\", \"lengthofbasetocheckquality\": \"\\\"20\\\"\", \"__rerun_remap_job_id__\": null, \"microsat_in_read\": \"null\", \"__page__\": 0}",
203 "tool_version": "1.0.0",
204 "type": "tool",
205 "user_outputs": []
206 },
207 "6": {
208 "annotation": "this tool has problems with parameter setting when you run it from pipeline. If you want different parameter, it's recommend that you clone pipleline and modify it.",
209 "id": 6,
210 "input_connections": {
211 "paired|input1": {
212 "id": 5,
213 "output_name": "Leftflanking"
214 },
215 "paired|input2": {
216 "id": 5,
217 "output_name": "Rightflanking"
218 }
219 },
220 "inputs": [],
221 "name": "Map with BWA for Illumina",
222 "outputs": [
223 {
224 "name": "output",
225 "type": "sam"
226 }
227 ],
228 "position": {
229 "left": 452,
230 "top": 686
231 },
232 "post_job_actions": {
233 "HideDatasetActionoutput": {
234 "action_arguments": {},
235 "action_type": "HideDatasetAction",
236 "output_name": "output"
237 }
238 },
239 "tool_errors": null,
240 "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa_wrappers/bwa_wrapper/1.2.3",
241 "tool_state": "{\"genomeSource\": \"{\\\"refGenomeSource\\\": \\\"history\\\", \\\"ownFile\\\": null, \\\"__current_case__\\\": 1}\", \"__page__\": 0, \"__rerun_remap_job_id__\": null, \"paired\": \"{\\\"input2\\\": null, \\\"sPaired\\\": \\\"paired\\\", \\\"input1\\\": null, \\\"__current_case__\\\": 1}\", \"params\": \"{\\\"outputTopN\\\": \\\"3\\\", \\\"suboptAlign\\\": \\\"\\\", \\\"gapOpenPenalty\\\": \\\"11\\\", \\\"maxGapOpens\\\": \\\"1\\\", \\\"mismatchPenalty\\\": \\\"3\\\", \\\"fracMissingAligns\\\": \\\"0.04\\\", \\\"disallowIndel\\\": \\\"5\\\", \\\"outputTopNDisc\\\": \\\"10\\\", \\\"disallowLongDel\\\": \\\"16\\\", \\\"readGroup\\\": {\\\"__current_case__\\\": 1, \\\"specReadGroup\\\": \\\"no\\\"}, \\\"maxInsertSize\\\": \\\"500\\\", \\\"__current_case__\\\": 1, \\\"maxEditDist\\\": \\\"0\\\", \\\"gapExtensPenalty\\\": \\\"4\\\", \\\"maxGapExtens\\\": \\\"-1\\\", \\\"maxEditDistSeed\\\": \\\"2\\\", \\\"noIterSearch\\\": \\\"False\\\", \\\"seed\\\": \\\"-1\\\", \\\"maxOccurPairing\\\": \\\"100000\\\", \\\"source_select\\\": \\\"full\\\"}\", \"suppressHeader\": \"\\\"False\\\"\"}",
242 "tool_version": "1.2.3",
243 "type": "tool",
244 "user_outputs": []
245 },
246 "7": {
247 "annotation": "",
248 "id": 7,
249 "input_connections": {
250 "input1": {
251 "id": 6,
252 "output_name": "output"
253 }
254 },
255 "inputs": [],
256 "name": "Filter SAM",
257 "outputs": [
258 {
259 "name": "out_file1",
260 "type": "sam"
261 }
262 ],
263 "position": {
264 "left": 827,
265 "top": 489.953125
266 },
267 "post_job_actions": {
268 "HideDatasetActionout_file1": {
269 "action_arguments": {},
270 "action_type": "HideDatasetAction",
271 "output_name": "out_file1"
272 }
273 },
274 "tool_errors": null,
275 "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/sam_bitwise_flag_filter/sam_bw_filter/1.0.0",
276 "tool_state": "{\"__page__\": 0, \"__rerun_remap_job_id__\": null, \"input1\": \"null\", \"bits\": \"[{\\\"states\\\": \\\"0\\\", \\\"__index__\\\": 0, \\\"flags\\\": \\\"--0x0004\\\"}]\"}",
277 "tool_version": "1.0.0",
278 "type": "tool",
279 "user_outputs": []
280 },
281 "8": {
282 "annotation": "remove all mapped read with soft mask",
283 "id": 8,
284 "input_connections": {
285 "input": {
286 "id": 7,
287 "output_name": "out_file1"
288 }
289 },
290 "inputs": [],
291 "name": "Filter",
292 "outputs": [
293 {
294 "name": "out_file1",
295 "type": "input"
296 }
297 ],
298 "position": {
299 "left": 830.5,
300 "top": 602
301 },
302 "post_job_actions": {
303 "HideDatasetActionout_file1": {
304 "action_arguments": {},
305 "action_type": "HideDatasetAction",
306 "output_name": "out_file1"
307 }
308 },
309 "tool_errors": null,
310 "tool_id": "Filter1",
311 "tool_state": "{\"input\": \"null\", \"__rerun_remap_job_id__\": null, \"header_lines\": \"\\\"0\\\"\", \"cond\": \"\\\"c6.count('S')==0\\\"\", \"__page__\": 0}",
312 "tool_version": "1.1.0",
313 "type": "tool",
314 "user_outputs": []
315 },
316 "9": {
317 "annotation": "",
318 "id": 9,
319 "input_connections": {
320 "input": {
321 "id": 8,
322 "output_name": "out_file1"
323 }
324 },
325 "inputs": [],
326 "name": "Sort",
327 "outputs": [
328 {
329 "name": "out_file1",
330 "type": "input"
331 }
332 ],
333 "position": {
334 "left": 826.5,
335 "top": 739
336 },
337 "post_job_actions": {
338 "HideDatasetActionout_file1": {
339 "action_arguments": {},
340 "action_type": "HideDatasetAction",
341 "output_name": "out_file1"
342 }
343 },
344 "tool_errors": null,
345 "tool_id": "sort1",
346 "tool_state": "{\"__page__\": 0, \"style\": \"\\\"alpha\\\"\", \"column\": \"{\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}\", \"__rerun_remap_job_id__\": null, \"order\": \"\\\"ASC\\\"\", \"input\": \"null\", \"column_set\": \"[]\"}",
347 "tool_version": "1.0.3",
348 "type": "tool",
349 "user_outputs": []
350 },
351 "10": {
352 "annotation": "",
353 "id": 10,
354 "input_connections": {
355 "flankedbasesSAM": {
356 "id": 9,
357 "output_name": "out_file1"
358 }
359 },
360 "inputs": [],
361 "name": "Combine mapped faux paired-end reads",
362 "outputs": [
363 {
364 "name": "output",
365 "type": "tabular"
366 }
367 ],
368 "position": {
369 "left": 757,
370 "top": 866.5
371 },
372 "post_job_actions": {
373 "HideDatasetActionoutput": {
374 "action_arguments": {},
375 "action_type": "HideDatasetAction",
376 "output_name": "output"
377 }
378 },
379 "tool_errors": null,
380 "tool_id": "toolshed.g2.bx.psu.edu/repos/arkarachai-fungtammasan/str_fm/PEsortedSAM2readprofile/1.0.0",
381 "tool_state": "{\"__page__\": 0, \"__rerun_remap_job_id__\": null, \"maxoriginalreadlength\": \"\\\"101\\\"\", \"maxTRlength\": \"\\\"100\\\"\", \"flankedbasesSAM\": \"null\", \"twobitref\": \"null\"}",
382 "tool_version": "1.0.0",
383 "type": "tool",
384 "user_outputs": []
385 },
386 "11": {
387 "annotation": "",
388 "id": 11,
389 "input_connections": {
390 "input1": {
391 "id": 4,
392 "output_name": "output"
393 },
394 "input2": {
395 "id": 10,
396 "output_name": "output"
397 }
398 },
399 "inputs": [],
400 "name": "Join two Datasets",
401 "outputs": [
402 {
403 "name": "out_file1",
404 "type": "input"
405 }
406 ],
407 "position": {
408 "left": 1165.375,
409 "top": 431.84375
410 },
411 "post_job_actions": {
412 "ColumnSetActionout_file1": {
413 "action_arguments": {
414 "chromCol": "10",
415 "endCol": "14",
416 "nameCol": "",
417 "startCol": "13",
418 "strandCol": ""
419 },
420 "action_type": "ColumnSetAction",
421 "output_name": "out_file1"
422 },
423 "HideDatasetActionout_file1": {
424 "action_arguments": {},
425 "action_type": "HideDatasetAction",
426 "output_name": "out_file1"
427 }
428 },
429 "tool_errors": null,
430 "tool_id": "join1",
431 "tool_state": "{\"input2\": \"null\", \"__page__\": 0, \"field1\": \"{\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"6\\\"}\", \"partial\": \"\\\"\\\"\", \"field2\": \"{\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}\", \"__rerun_remap_job_id__\": null, \"fill_empty_columns\": \"{\\\"fill_empty_columns_switch\\\": \\\"no_fill\\\", \\\"__current_case__\\\": 0}\", \"unmatched\": \"\\\"\\\"\", \"input1\": \"null\"}",
432 "tool_version": "2.0.2",
433 "type": "tool",
434 "user_outputs": []
435 },
436 "12": {
437 "annotation": "",
438 "id": 12,
439 "input_connections": {
440 "input1": {
441 "id": 1,
442 "output_name": "output"
443 },
444 "input2": {
445 "id": 11,
446 "output_name": "out_file1"
447 }
448 },
449 "inputs": [],
450 "name": "Join",
451 "outputs": [
452 {
453 "name": "output",
454 "type": "interval"
455 }
456 ],
457 "position": {
458 "left": 1162.96875,
459 "top": 560.296875
460 },
461 "post_job_actions": {
462 "HideDatasetActionoutput": {
463 "action_arguments": {},
464 "action_type": "HideDatasetAction",
465 "output_name": "output"
466 }
467 },
468 "tool_errors": null,
469 "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/join/gops_join_1/1.0.0",
470 "tool_state": "{\"input2\": \"null\", \"__page__\": 0, \"input1\": \"null\", \"min\": \"\\\"1\\\"\", \"__rerun_remap_job_id__\": null, \"fill\": \"\\\"none\\\"\"}",
471 "tool_version": "1.0.0",
472 "type": "tool",
473 "user_outputs": []
474 },
475 "13": {
476 "annotation": "",
477 "id": 13,
478 "input_connections": {
479 "input": {
480 "id": 12,
481 "output_name": "output"
482 }
483 },
484 "inputs": [],
485 "name": "Check STR motif compatibility between reference and read STRs",
486 "outputs": [
487 {
488 "name": "output",
489 "type": "tabular"
490 }
491 ],
492 "position": {
493 "left": 1166.5,
494 "top": 707.5
495 },
496 "post_job_actions": {
497 "HideDatasetActionoutput": {
498 "action_arguments": {},
499 "action_type": "HideDatasetAction",
500 "output_name": "output"
501 }
502 },
503 "tool_errors": null,
504 "tool_id": "toolshed.g2.bx.psu.edu/repos/arkarachai-fungtammasan/str_fm/microsatcompat/1.0.0",
505 "tool_state": "{\"__page__\": 0, \"input\": \"null\", \"__rerun_remap_job_id__\": null, \"column1\": \"\\\"4\\\"\", \"column2\": \"\\\"10\\\"\"}",
506 "tool_version": "1.0.0",
507 "type": "tool",
508 "user_outputs": []
509 },
510 "14": {
511 "annotation": "",
512 "id": 14,
513 "input_connections": {
514 "input": {
515 "id": 13,
516 "output_name": "output"
517 }
518 },
519 "inputs": [],
520 "name": "Filter",
521 "outputs": [
522 {
523 "name": "out_file1",
524 "type": "input"
525 }
526 ],
527 "position": {
528 "left": 1159.5,
529 "top": 842
530 },
531 "post_job_actions": {
532 "HideDatasetActionout_file1": {
533 "action_arguments": {},
534 "action_type": "HideDatasetAction",
535 "output_name": "out_file1"
536 }
537 },
538 "tool_errors": null,
539 "tool_id": "Filter1",
540 "tool_state": "{\"input\": \"null\", \"__rerun_remap_job_id__\": null, \"header_lines\": \"\\\"0\\\"\", \"cond\": \"\\\"c2==c19\\\"\", \"__page__\": 0}",
541 "tool_version": "1.1.0",
542 "type": "tool",
543 "user_outputs": []
544 },
545 "15": {
546 "annotation": "",
547 "id": 15,
548 "input_connections": {
549 "input": {
550 "id": 14,
551 "output_name": "out_file1"
552 }
553 },
554 "inputs": [],
555 "name": "Filter",
556 "outputs": [
557 {
558 "name": "out_file1",
559 "type": "input"
560 }
561 ],
562 "position": {
563 "left": 1351.5,
564 "top": 841
565 },
566 "post_job_actions": {
567 "HideDatasetActionout_file1": {
568 "action_arguments": {},
569 "action_type": "HideDatasetAction",
570 "output_name": "out_file1"
571 }
572 },
573 "tool_errors": null,
574 "tool_id": "Filter1",
575 "tool_state": "{\"input\": \"null\", \"__rerun_remap_job_id__\": null, \"header_lines\": \"\\\"0\\\"\", \"cond\": \"\\\"c3==c20\\\"\", \"__page__\": 0}",
576 "tool_version": "1.1.0",
577 "type": "tool",
578 "user_outputs": []
579 },
580 "16": {
581 "annotation": "",
582 "id": 16,
583 "input_connections": {
584 "input": {
585 "id": 15,
586 "output_name": "out_file1"
587 }
588 },
589 "inputs": [],
590 "name": "Cut",
591 "outputs": [
592 {
593 "name": "out_file1",
594 "type": "tabular"
595 }
596 ],
597 "position": {
598 "left": 1210,
599 "top": 963.953125
600 },
601 "post_job_actions": {
602 "HideDatasetActionout_file1": {
603 "action_arguments": {},
604 "action_type": "HideDatasetAction",
605 "output_name": "out_file1"
606 }
607 },
608 "tool_errors": null,
609 "tool_id": "Cut1",
610 "tool_state": "{\"columnList\": \"\\\"c1,c2,c3,c4,c5,c7\\\"\", \"input\": \"null\", \"delimiter\": \"\\\"T\\\"\", \"__rerun_remap_job_id__\": null, \"__page__\": 0}",
611 "tool_version": "1.0.2",
612 "type": "tool",
613 "user_outputs": []
614 },
615 "17": {
616 "annotation": "",
617 "id": 17,
618 "input_connections": {
619 "input": {
620 "id": 16,
621 "output_name": "out_file1"
622 }
623 },
624 "inputs": [],
625 "name": "Add column",
626 "outputs": [
627 {
628 "name": "out_file1",
629 "type": "input"
630 }
631 ],
632 "position": {
633 "left": 1217,
634 "top": 1069.953125
635 },
636 "post_job_actions": {
637 "HideDatasetActionout_file1": {
638 "action_arguments": {},
639 "action_type": "HideDatasetAction",
640 "output_name": "out_file1"
641 }
642 },
643 "tool_errors": null,
644 "tool_id": "addValue",
645 "tool_state": "{\"__page__\": 0, \"input\": \"null\", \"__rerun_remap_job_id__\": null, \"exp\": \"\\\"_\\\"\", \"iterate\": \"\\\"no\\\"\"}",
646 "tool_version": "1.0.0",
647 "type": "tool",
648 "user_outputs": []
649 },
650 "18": {
651 "annotation": "",
652 "id": 18,
653 "input_connections": {
654 "input1": {
655 "id": 17,
656 "output_name": "out_file1"
657 }
658 },
659 "inputs": [],
660 "name": "Merge Columns",
661 "outputs": [
662 {
663 "name": "out_file1",
664 "type": "tabular"
665 }
666 ],
667 "position": {
668 "left": 1224,
669 "top": 1184.953125
670 },
671 "post_job_actions": {
672 "HideDatasetActionout_file1": {
673 "action_arguments": {},
674 "action_type": "HideDatasetAction",
675 "output_name": "out_file1"
676 }
677 },
678 "tool_errors": null,
679 "tool_id": "mergeCols1",
680 "tool_state": "{\"__page__\": 0, \"input1\": \"null\", \"__rerun_remap_job_id__\": null, \"col2\": \"{\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"7\\\"}\", \"col1\": \"{\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}\", \"columns\": \"[{\\\"__index__\\\": 0, \\\"datacol\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"2\\\"}}, {\\\"__index__\\\": 1, \\\"datacol\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"7\\\"}}, {\\\"__index__\\\": 2, \\\"datacol\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"3\\\"}}]\"}",
681 "tool_version": "1.0.1",
682 "type": "tool",
683 "user_outputs": []
684 },
685 "19": {
686 "annotation": "",
687 "id": 19,
688 "input_connections": {
689 "input1": {
690 "id": 18,
691 "output_name": "out_file1"
692 }
693 },
694 "inputs": [],
695 "name": "Group",
696 "outputs": [
697 {
698 "name": "out_file1",
699 "type": "tabular"
700 }
701 ],
702 "position": {
703 "left": 1224,
704 "top": 1297.953125
705 },
706 "post_job_actions": {
707 "HideDatasetActionout_file1": {
708 "action_arguments": {},
709 "action_type": "HideDatasetAction",
710 "output_name": "out_file1"
711 }
712 },
713 "tool_errors": null,
714 "tool_id": "Grouping1",
715 "tool_state": "{\"operations\": \"[{\\\"opcol\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"6\\\"}, \\\"__index__\\\": 0, \\\"optype\\\": \\\"cat\\\", \\\"opround\\\": \\\"no\\\"}, {\\\"opcol\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"4\\\"}, \\\"__index__\\\": 1, \\\"optype\\\": \\\"cat_uniq\\\", \\\"opround\\\": \\\"no\\\"}]\", \"__page__\": 0, \"input1\": \"null\", \"ignorelines\": \"null\", \"groupcol\": \"{\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"8\\\"}\", \"__rerun_remap_job_id__\": null, \"ignorecase\": \"\\\"False\\\"\"}",
716 "tool_version": "2.1.0",
717 "type": "tool",
718 "user_outputs": []
719 },
720 "20": {
721 "annotation": "",
722 "id": 20,
723 "input_connections": {
724 "input": {
725 "id": 19,
726 "output_name": "out_file1"
727 }
728 },
729 "inputs": [],
730 "name": "Filter",
731 "outputs": [
732 {
733 "name": "out_file1",
734 "type": "input"
735 }
736 ],
737 "position": {
738 "left": 1227,
739 "top": 1406.953125
740 },
741 "post_job_actions": {
742 "RenameDatasetActionout_file1": {
743 "action_arguments": {
744 "newname": "STR profile"
745 },
746 "action_type": "RenameDatasetAction",
747 "output_name": "out_file1"
748 }
749 },
750 "tool_errors": null,
751 "tool_id": "Filter1",
752 "tool_state": "{\"input\": \"null\", \"__rerun_remap_job_id__\": null, \"header_lines\": \"\\\"0\\\"\", \"cond\": \"\\\"c2.count(\\\\\\\",\\\\\\\")>=4\\\"\", \"__page__\": 0}",
753 "tool_version": "1.1.0",
754 "type": "tool",
755 "user_outputs": []
756 },
757 "21": {
758 "annotation": "",
759 "id": 21,
760 "input_connections": {
761 "microsat_error_profile": {
762 "id": 2,
763 "output_name": "output"
764 },
765 "microsat_raw": {
766 "id": 20,
767 "output_name": "out_file1"
768 }
769 },
770 "inputs": [],
771 "name": "Correct genotype for STR errors",
772 "outputs": [
773 {
774 "name": "microsat_corrected",
775 "type": "tabular"
776 }
777 ],
778 "position": {
779 "left": 1673.5,
780 "top": 561.5
781 },
782 "post_job_actions": {
783 "RenameDatasetActionmicrosat_corrected": {
784 "action_arguments": {
785 "newname": "Genotype file"
786 },
787 "action_type": "RenameDatasetAction",
788 "output_name": "microsat_corrected"
789 }
790 },
791 "tool_errors": null,
792 "tool_id": "toolshed.g2.bx.psu.edu/repos/arkarachai-fungtammasan/str_fm/GenotypeSTR/2.0.0",
793 "tool_state": "{\"microsat_raw\": \"null\", \"__page__\": 0, \"__rerun_remap_job_id__\": null, \"microsat_error_profile\": \"null\", \"expectedminorallele\": \"\\\"0.5\\\"\"}",
794 "tool_version": "2.0.0",
795 "type": "tool",
796 "user_outputs": []
797 }
798 }
799 }