comparison BamCoveragePlot.ga @ 0:dbd0bf3cc3f6 draft

Uploaded
author getiria-onsongo
date Thu, 06 Dec 2012 12:27:04 -0500
parents
children 11c1341242d2
comparison
equal deleted inserted replaced
-1:000000000000 0:dbd0bf3cc3f6
1 {
2 "a_galaxy_workflow": "true",
3 "annotation": "",
4 "format-version": "0.1",
5 "name": "'imported: BamCoveragePlot' Extended Grapth",
6 "steps": {
7 "0": {
8 "annotation": "This file contains mapped reads.",
9 "id": 0,
10 "input_connections": {},
11 "inputs": [
12 {
13 "description": "This file contains mapped reads.",
14 "name": "Input Dataset:bam"
15 }
16 ],
17 "name": "Input dataset",
18 "outputs": [],
19 "position": {
20 "left": 200,
21 "top": 199
22 },
23 "tool_errors": null,
24 "tool_id": null,
25 "tool_state": "{\"name\": \"Input Dataset:bam\"}",
26 "tool_version": null,
27 "type": "data_input",
28 "user_outputs": []
29 },
30 "1": {
31 "annotation": "Bed file defining the target of interest (intervals).",
32 "id": 1,
33 "input_connections": {},
34 "inputs": [
35 {
36 "description": "Bed file defining the target of interest (intervals).",
37 "name": "Input Dataset:bed"
38 }
39 ],
40 "name": "Input dataset",
41 "outputs": [],
42 "position": {
43 "left": 200,
44 "top": 320
45 },
46 "tool_errors": null,
47 "tool_id": null,
48 "tool_state": "{\"name\": \"Input Dataset:bed\"}",
49 "tool_version": null,
50 "type": "data_input",
51 "user_outputs": []
52 },
53 "2": {
54 "annotation": "Points defining the X-axis.",
55 "id": 2,
56 "input_connections": {},
57 "inputs": [
58 {
59 "description": "Points defining the X-axis.",
60 "name": "Input Dataset:txt"
61 }
62 ],
63 "name": "Input dataset",
64 "outputs": [],
65 "position": {
66 "left": 200,
67 "top": 440
68 },
69 "tool_errors": null,
70 "tool_id": null,
71 "tool_state": "{\"name\": \"Input Dataset:txt\"}",
72 "tool_version": null,
73 "type": "data_input",
74 "user_outputs": []
75 },
76 "3": {
77 "annotation": "Convert .bam file to pileup to obtain a file with bases overlapping mapped reads and depth of coverage for each of these base positions.",
78 "id": 3,
79 "input_connections": {
80 "refOrHistory|input1": {
81 "id": 0,
82 "output_name": "output"
83 }
84 },
85 "inputs": [],
86 "name": "Generate pileup",
87 "outputs": [
88 {
89 "name": "output1",
90 "type": "tabular"
91 }
92 ],
93 "position": {
94 "left": 507,
95 "top": 184
96 },
97 "post_job_actions": {},
98 "tool_errors": null,
99 "tool_id": "sam_pileup",
100 "tool_state": "{\"__page__\": 0, \"c\": \"{\\\"consensus\\\": \\\"no\\\", \\\"__current_case__\\\": 0}\", \"indels\": \"\\\"no\\\"\", \"refOrHistory\": \"{\\\"input1\\\": null, \\\"reference\\\": \\\"indexed\\\", \\\"__current_case__\\\": 0}\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"lastCol\": \"\\\"no\\\"\", \"mapCap\": \"\\\"60\\\"\"}",
101 "tool_version": "1.1.1",
102 "type": "tool",
103 "user_outputs": []
104 },
105 "4": {
106 "annotation": "Determine the total number of bases in the target region.",
107 "id": 4,
108 "input_connections": {
109 "input1": {
110 "id": 1,
111 "output_name": "output"
112 }
113 },
114 "inputs": [],
115 "name": "Base Coverage",
116 "outputs": [
117 {
118 "name": "output",
119 "type": "txt"
120 }
121 ],
122 "position": {
123 "left": 420,
124 "top": 320
125 },
126 "post_job_actions": {},
127 "tool_errors": null,
128 "tool_id": "gops_basecoverage_1",
129 "tool_state": "{\"__page__\": 0, \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
130 "tool_version": "1.0.0",
131 "type": "tool",
132 "user_outputs": []
133 },
134 "5": {
135 "annotation": "Add a column (base - 1) which will enable conversion from pile up to interval format.",
136 "id": 5,
137 "input_connections": {
138 "input": {
139 "id": 3,
140 "output_name": "output1"
141 }
142 },
143 "inputs": [],
144 "name": "Compute",
145 "outputs": [
146 {
147 "name": "out_file1",
148 "type": "input"
149 }
150 ],
151 "position": {
152 "left": 860,
153 "top": 200
154 },
155 "post_job_actions": {},
156 "tool_errors": null,
157 "tool_id": "Add_a_column1",
158 "tool_state": "{\"__page__\": 0, \"cond\": \"\\\"c2-1\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"round\": \"\\\"yes\\\"\", \"input\": \"null\"}",
159 "tool_version": "1.1.0",
160 "type": "tool",
161 "user_outputs": []
162 },
163 "6": {
164 "annotation": "Extract columns c1, c2, c4 and c7 and re-arrange them to convert the pileup data to interval data (c1,c7,c2,c4) while retaining coverage information (c4).",
165 "id": 6,
166 "input_connections": {
167 "input": {
168 "id": 5,
169 "output_name": "out_file1"
170 }
171 },
172 "inputs": [],
173 "name": "Cut",
174 "outputs": [
175 {
176 "name": "out_file1",
177 "type": "tabular"
178 }
179 ],
180 "position": {
181 "left": 1085,
182 "top": 206
183 },
184 "post_job_actions": {
185 "ChangeDatatypeActionout_file1": {
186 "action_arguments": {
187 "newtype": "interval"
188 },
189 "action_type": "ChangeDatatypeAction",
190 "output_name": "out_file1"
191 }
192 },
193 "tool_errors": null,
194 "tool_id": "Cut1",
195 "tool_state": "{\"columnList\": \"\\\"c1,c7,c2,c4\\\"\", \"input\": \"null\", \"delimiter\": \"\\\"T\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"__page__\": 0}",
196 "tool_version": "1.0.1",
197 "type": "tool",
198 "user_outputs": []
199 },
200 "7": {
201 "annotation": "Determine bases with 1X coverage that overlap with the target region.",
202 "id": 7,
203 "input_connections": {
204 "input1": {
205 "id": 6,
206 "output_name": "out_file1"
207 },
208 "input2": {
209 "id": 1,
210 "output_name": "output"
211 }
212 },
213 "inputs": [],
214 "name": "Intersect",
215 "outputs": [
216 {
217 "name": "output",
218 "type": "input"
219 }
220 ],
221 "position": {
222 "left": 1276,
223 "top": 171
224 },
225 "post_job_actions": {},
226 "tool_errors": null,
227 "tool_id": "gops_intersect_1",
228 "tool_state": "{\"input2\": \"null\", \"__page__\": 0, \"input1\": \"null\", \"min\": \"\\\"1\\\"\", \"returntype\": \"\\\"\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
229 "tool_version": "1.0.0",
230 "type": "tool",
231 "user_outputs": []
232 },
233 "8": {
234 "annotation": "Count the total number of bases with 1X coverage overlapping with the target region.",
235 "id": 8,
236 "input_connections": {
237 "input1": {
238 "id": 7,
239 "output_name": "output"
240 }
241 },
242 "inputs": [],
243 "name": "Base Coverage",
244 "outputs": [
245 {
246 "name": "output",
247 "type": "txt"
248 }
249 ],
250 "position": {
251 "left": 1520,
252 "top": 200
253 },
254 "post_job_actions": {},
255 "tool_errors": null,
256 "tool_id": "gops_basecoverage_1",
257 "tool_state": "{\"__page__\": 0, \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
258 "tool_version": "1.0.0",
259 "type": "tool",
260 "user_outputs": []
261 },
262 "9": {
263 "annotation": "Determine bases with 5X coverage that overlap with the target region.",
264 "id": 9,
265 "input_connections": {
266 "input": {
267 "id": 7,
268 "output_name": "output"
269 }
270 },
271 "inputs": [],
272 "name": "Filter",
273 "outputs": [
274 {
275 "name": "out_file1",
276 "type": "input"
277 }
278 ],
279 "position": {
280 "left": 1520,
281 "top": 320
282 },
283 "post_job_actions": {},
284 "tool_errors": null,
285 "tool_id": "Filter1",
286 "tool_state": "{\"__page__\": 0, \"cond\": \"\\\"c4 >= 5\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"input\": \"null\"}",
287 "tool_version": "1.1.0",
288 "type": "tool",
289 "user_outputs": []
290 },
291 "10": {
292 "annotation": "",
293 "id": 10,
294 "input_connections": {
295 "input1": {
296 "id": 4,
297 "output_name": "output"
298 },
299 "input2": {
300 "id": 8,
301 "output_name": "output"
302 }
303 },
304 "inputs": [],
305 "name": "Paste",
306 "outputs": [
307 {
308 "name": "out_file1",
309 "type": "input"
310 }
311 ],
312 "position": {
313 "left": 1740,
314 "top": 200
315 },
316 "post_job_actions": {},
317 "tool_errors": null,
318 "tool_id": "Paste1",
319 "tool_state": "{\"input2\": \"null\", \"__page__\": 0, \"delimiter\": \"\\\"T\\\"\", \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
320 "tool_version": "1.0.0",
321 "type": "tool",
322 "user_outputs": []
323 },
324 "11": {
325 "annotation": "Count the total number of bases with 5X coverage overlapping with the target region.",
326 "id": 11,
327 "input_connections": {
328 "input1": {
329 "id": 9,
330 "output_name": "out_file1"
331 }
332 },
333 "inputs": [],
334 "name": "Base Coverage",
335 "outputs": [
336 {
337 "name": "output",
338 "type": "txt"
339 }
340 ],
341 "position": {
342 "left": 1740,
343 "top": 320
344 },
345 "post_job_actions": {},
346 "tool_errors": null,
347 "tool_id": "gops_basecoverage_1",
348 "tool_state": "{\"__page__\": 0, \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
349 "tool_version": "1.0.0",
350 "type": "tool",
351 "user_outputs": []
352 },
353 "12": {
354 "annotation": "Determine bases with 10X coverage that overlap with the target region.",
355 "id": 12,
356 "input_connections": {
357 "input": {
358 "id": 9,
359 "output_name": "out_file1"
360 }
361 },
362 "inputs": [],
363 "name": "Filter",
364 "outputs": [
365 {
366 "name": "out_file1",
367 "type": "input"
368 }
369 ],
370 "position": {
371 "left": 1740,
372 "top": 440
373 },
374 "post_job_actions": {},
375 "tool_errors": null,
376 "tool_id": "Filter1",
377 "tool_state": "{\"__page__\": 0, \"cond\": \"\\\"c4 >= 10\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"input\": \"null\"}",
378 "tool_version": "1.1.0",
379 "type": "tool",
380 "user_outputs": []
381 },
382 "13": {
383 "annotation": "",
384 "id": 13,
385 "input_connections": {
386 "input1": {
387 "id": 4,
388 "output_name": "output"
389 },
390 "input2": {
391 "id": 11,
392 "output_name": "output"
393 }
394 },
395 "inputs": [],
396 "name": "Paste",
397 "outputs": [
398 {
399 "name": "out_file1",
400 "type": "input"
401 }
402 ],
403 "position": {
404 "left": 1960,
405 "top": 200
406 },
407 "post_job_actions": {},
408 "tool_errors": null,
409 "tool_id": "Paste1",
410 "tool_state": "{\"input2\": \"null\", \"__page__\": 0, \"delimiter\": \"\\\"T\\\"\", \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
411 "tool_version": "1.0.0",
412 "type": "tool",
413 "user_outputs": []
414 },
415 "14": {
416 "annotation": "Count the total number of bases with 10X coverage overlapping with the target region.",
417 "id": 14,
418 "input_connections": {
419 "input1": {
420 "id": 12,
421 "output_name": "out_file1"
422 }
423 },
424 "inputs": [],
425 "name": "Base Coverage",
426 "outputs": [
427 {
428 "name": "output",
429 "type": "txt"
430 }
431 ],
432 "position": {
433 "left": 1960,
434 "top": 320
435 },
436 "post_job_actions": {},
437 "tool_errors": null,
438 "tool_id": "gops_basecoverage_1",
439 "tool_state": "{\"__page__\": 0, \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
440 "tool_version": "1.0.0",
441 "type": "tool",
442 "user_outputs": []
443 },
444 "15": {
445 "annotation": "Determine bases with 20X coverage that overlap with the target region.",
446 "id": 15,
447 "input_connections": {
448 "input": {
449 "id": 12,
450 "output_name": "out_file1"
451 }
452 },
453 "inputs": [],
454 "name": "Filter",
455 "outputs": [
456 {
457 "name": "out_file1",
458 "type": "input"
459 }
460 ],
461 "position": {
462 "left": 1960,
463 "top": 440
464 },
465 "post_job_actions": {},
466 "tool_errors": null,
467 "tool_id": "Filter1",
468 "tool_state": "{\"__page__\": 0, \"cond\": \"\\\"c4 >= 20\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"input\": \"null\"}",
469 "tool_version": "1.1.0",
470 "type": "tool",
471 "user_outputs": []
472 },
473 "16": {
474 "annotation": "",
475 "id": 16,
476 "input_connections": {
477 "input1": {
478 "id": 4,
479 "output_name": "output"
480 },
481 "input2": {
482 "id": 14,
483 "output_name": "output"
484 }
485 },
486 "inputs": [],
487 "name": "Paste",
488 "outputs": [
489 {
490 "name": "out_file1",
491 "type": "input"
492 }
493 ],
494 "position": {
495 "left": 2180,
496 "top": 200
497 },
498 "post_job_actions": {},
499 "tool_errors": null,
500 "tool_id": "Paste1",
501 "tool_state": "{\"input2\": \"null\", \"__page__\": 0, \"delimiter\": \"\\\"T\\\"\", \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
502 "tool_version": "1.0.0",
503 "type": "tool",
504 "user_outputs": []
505 },
506 "17": {
507 "annotation": "Count the total number of bases with 20X coverage overlapping with the target region.",
508 "id": 17,
509 "input_connections": {
510 "input1": {
511 "id": 15,
512 "output_name": "out_file1"
513 }
514 },
515 "inputs": [],
516 "name": "Base Coverage",
517 "outputs": [
518 {
519 "name": "output",
520 "type": "txt"
521 }
522 ],
523 "position": {
524 "left": 2180,
525 "top": 320
526 },
527 "post_job_actions": {},
528 "tool_errors": null,
529 "tool_id": "gops_basecoverage_1",
530 "tool_state": "{\"__page__\": 0, \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
531 "tool_version": "1.0.0",
532 "type": "tool",
533 "user_outputs": []
534 },
535 "18": {
536 "annotation": "Determine bases with 30X coverage that overlap with the target region.",
537 "id": 18,
538 "input_connections": {
539 "input": {
540 "id": 15,
541 "output_name": "out_file1"
542 }
543 },
544 "inputs": [],
545 "name": "Filter",
546 "outputs": [
547 {
548 "name": "out_file1",
549 "type": "input"
550 }
551 ],
552 "position": {
553 "left": 2180,
554 "top": 440
555 },
556 "post_job_actions": {},
557 "tool_errors": null,
558 "tool_id": "Filter1",
559 "tool_state": "{\"__page__\": 0, \"cond\": \"\\\"c4 >= 30\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"input\": \"null\"}",
560 "tool_version": "1.1.0",
561 "type": "tool",
562 "user_outputs": []
563 },
564 "19": {
565 "annotation": "",
566 "id": 19,
567 "input_connections": {
568 "input1": {
569 "id": 4,
570 "output_name": "output"
571 },
572 "input2": {
573 "id": 17,
574 "output_name": "output"
575 }
576 },
577 "inputs": [],
578 "name": "Paste",
579 "outputs": [
580 {
581 "name": "out_file1",
582 "type": "input"
583 }
584 ],
585 "position": {
586 "left": 2400,
587 "top": 200
588 },
589 "post_job_actions": {},
590 "tool_errors": null,
591 "tool_id": "Paste1",
592 "tool_state": "{\"input2\": \"null\", \"__page__\": 0, \"delimiter\": \"\\\"T\\\"\", \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
593 "tool_version": "1.0.0",
594 "type": "tool",
595 "user_outputs": []
596 },
597 "20": {
598 "annotation": "Count the total number of bases with 30X coverage overlapping with the target region.",
599 "id": 20,
600 "input_connections": {
601 "input1": {
602 "id": 18,
603 "output_name": "out_file1"
604 }
605 },
606 "inputs": [],
607 "name": "Base Coverage",
608 "outputs": [
609 {
610 "name": "output",
611 "type": "txt"
612 }
613 ],
614 "position": {
615 "left": 2417,
616 "top": 321
617 },
618 "post_job_actions": {},
619 "tool_errors": null,
620 "tool_id": "gops_basecoverage_1",
621 "tool_state": "{\"__page__\": 0, \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
622 "tool_version": "1.0.0",
623 "type": "tool",
624 "user_outputs": []
625 },
626 "21": {
627 "annotation": "Determine bases with 40X coverage that overlap with the target region.",
628 "id": 21,
629 "input_connections": {
630 "input": {
631 "id": 18,
632 "output_name": "out_file1"
633 }
634 },
635 "inputs": [],
636 "name": "Filter",
637 "outputs": [
638 {
639 "name": "out_file1",
640 "type": "input"
641 }
642 ],
643 "position": {
644 "left": 2400,
645 "top": 440
646 },
647 "post_job_actions": {},
648 "tool_errors": null,
649 "tool_id": "Filter1",
650 "tool_state": "{\"__page__\": 0, \"cond\": \"\\\"c4 >= 40\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"input\": \"null\"}",
651 "tool_version": "1.1.0",
652 "type": "tool",
653 "user_outputs": []
654 },
655 "22": {
656 "annotation": "",
657 "id": 22,
658 "input_connections": {
659 "input1": {
660 "id": 4,
661 "output_name": "output"
662 },
663 "input2": {
664 "id": 20,
665 "output_name": "output"
666 }
667 },
668 "inputs": [],
669 "name": "Paste",
670 "outputs": [
671 {
672 "name": "out_file1",
673 "type": "input"
674 }
675 ],
676 "position": {
677 "left": 2620,
678 "top": 200
679 },
680 "post_job_actions": {},
681 "tool_errors": null,
682 "tool_id": "Paste1",
683 "tool_state": "{\"input2\": \"null\", \"__page__\": 0, \"delimiter\": \"\\\"T\\\"\", \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
684 "tool_version": "1.0.0",
685 "type": "tool",
686 "user_outputs": []
687 },
688 "23": {
689 "annotation": "Count the total number of bases with 40X coverage overlapping with the target region.",
690 "id": 23,
691 "input_connections": {
692 "input1": {
693 "id": 21,
694 "output_name": "out_file1"
695 }
696 },
697 "inputs": [],
698 "name": "Base Coverage",
699 "outputs": [
700 {
701 "name": "output",
702 "type": "txt"
703 }
704 ],
705 "position": {
706 "left": 2620,
707 "top": 320
708 },
709 "post_job_actions": {},
710 "tool_errors": null,
711 "tool_id": "gops_basecoverage_1",
712 "tool_state": "{\"__page__\": 0, \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
713 "tool_version": "1.0.0",
714 "type": "tool",
715 "user_outputs": []
716 },
717 "24": {
718 "annotation": "Determine bases with 60X coverage that overlap with the target region.",
719 "id": 24,
720 "input_connections": {
721 "input": {
722 "id": 21,
723 "output_name": "out_file1"
724 }
725 },
726 "inputs": [],
727 "name": "Filter",
728 "outputs": [
729 {
730 "name": "out_file1",
731 "type": "input"
732 }
733 ],
734 "position": {
735 "left": 2620,
736 "top": 440
737 },
738 "post_job_actions": {},
739 "tool_errors": null,
740 "tool_id": "Filter1",
741 "tool_state": "{\"__page__\": 0, \"cond\": \"\\\"c4 >= 60\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"input\": \"null\"}",
742 "tool_version": "1.1.0",
743 "type": "tool",
744 "user_outputs": []
745 },
746 "25": {
747 "annotation": "",
748 "id": 25,
749 "input_connections": {
750 "input1": {
751 "id": 4,
752 "output_name": "output"
753 },
754 "input2": {
755 "id": 23,
756 "output_name": "output"
757 }
758 },
759 "inputs": [],
760 "name": "Paste",
761 "outputs": [
762 {
763 "name": "out_file1",
764 "type": "input"
765 }
766 ],
767 "position": {
768 "left": 2840,
769 "top": 200
770 },
771 "post_job_actions": {},
772 "tool_errors": null,
773 "tool_id": "Paste1",
774 "tool_state": "{\"input2\": \"null\", \"__page__\": 0, \"delimiter\": \"\\\"T\\\"\", \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
775 "tool_version": "1.0.0",
776 "type": "tool",
777 "user_outputs": []
778 },
779 "26": {
780 "annotation": "Count the total number of bases with 60X coverage overlapping with the target region.",
781 "id": 26,
782 "input_connections": {
783 "input1": {
784 "id": 24,
785 "output_name": "out_file1"
786 }
787 },
788 "inputs": [],
789 "name": "Base Coverage",
790 "outputs": [
791 {
792 "name": "output",
793 "type": "txt"
794 }
795 ],
796 "position": {
797 "left": 2840,
798 "top": 320
799 },
800 "post_job_actions": {},
801 "tool_errors": null,
802 "tool_id": "gops_basecoverage_1",
803 "tool_state": "{\"__page__\": 0, \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
804 "tool_version": "1.0.0",
805 "type": "tool",
806 "user_outputs": []
807 },
808 "27": {
809 "annotation": "Determine bases with 80X coverage that overlap with the target region.",
810 "id": 27,
811 "input_connections": {
812 "input": {
813 "id": 24,
814 "output_name": "out_file1"
815 }
816 },
817 "inputs": [],
818 "name": "Filter",
819 "outputs": [
820 {
821 "name": "out_file1",
822 "type": "input"
823 }
824 ],
825 "position": {
826 "left": 2840,
827 "top": 440
828 },
829 "post_job_actions": {},
830 "tool_errors": null,
831 "tool_id": "Filter1",
832 "tool_state": "{\"__page__\": 0, \"cond\": \"\\\"c4 >= 80\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"input\": \"null\"}",
833 "tool_version": "1.1.0",
834 "type": "tool",
835 "user_outputs": []
836 },
837 "28": {
838 "annotation": "",
839 "id": 28,
840 "input_connections": {
841 "input1": {
842 "id": 4,
843 "output_name": "output"
844 },
845 "input2": {
846 "id": 26,
847 "output_name": "output"
848 }
849 },
850 "inputs": [],
851 "name": "Paste",
852 "outputs": [
853 {
854 "name": "out_file1",
855 "type": "input"
856 }
857 ],
858 "position": {
859 "left": 3060,
860 "top": 200
861 },
862 "post_job_actions": {},
863 "tool_errors": null,
864 "tool_id": "Paste1",
865 "tool_state": "{\"input2\": \"null\", \"__page__\": 0, \"delimiter\": \"\\\"T\\\"\", \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
866 "tool_version": "1.0.0",
867 "type": "tool",
868 "user_outputs": []
869 },
870 "29": {
871 "annotation": "Count the total number of bases with 80X coverage overlapping with the target region.",
872 "id": 29,
873 "input_connections": {
874 "input1": {
875 "id": 27,
876 "output_name": "out_file1"
877 }
878 },
879 "inputs": [],
880 "name": "Base Coverage",
881 "outputs": [
882 {
883 "name": "output",
884 "type": "txt"
885 }
886 ],
887 "position": {
888 "left": 3060,
889 "top": 320
890 },
891 "post_job_actions": {},
892 "tool_errors": null,
893 "tool_id": "gops_basecoverage_1",
894 "tool_state": "{\"__page__\": 0, \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
895 "tool_version": "1.0.0",
896 "type": "tool",
897 "user_outputs": []
898 },
899 "30": {
900 "annotation": "Determine bases with 120X coverage that overlap with the target region.",
901 "id": 30,
902 "input_connections": {
903 "input": {
904 "id": 27,
905 "output_name": "out_file1"
906 }
907 },
908 "inputs": [],
909 "name": "Filter",
910 "outputs": [
911 {
912 "name": "out_file1",
913 "type": "input"
914 }
915 ],
916 "position": {
917 "left": 3060,
918 "top": 440
919 },
920 "post_job_actions": {},
921 "tool_errors": null,
922 "tool_id": "Filter1",
923 "tool_state": "{\"__page__\": 0, \"cond\": \"\\\"c4 >= 120\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"input\": \"null\"}",
924 "tool_version": "1.1.0",
925 "type": "tool",
926 "user_outputs": []
927 },
928 "31": {
929 "annotation": "",
930 "id": 31,
931 "input_connections": {
932 "input1": {
933 "id": 4,
934 "output_name": "output"
935 },
936 "input2": {
937 "id": 29,
938 "output_name": "output"
939 }
940 },
941 "inputs": [],
942 "name": "Paste",
943 "outputs": [
944 {
945 "name": "out_file1",
946 "type": "input"
947 }
948 ],
949 "position": {
950 "left": 3280,
951 "top": 200
952 },
953 "post_job_actions": {},
954 "tool_errors": null,
955 "tool_id": "Paste1",
956 "tool_state": "{\"input2\": \"null\", \"__page__\": 0, \"delimiter\": \"\\\"T\\\"\", \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
957 "tool_version": "1.0.0",
958 "type": "tool",
959 "user_outputs": []
960 },
961 "32": {
962 "annotation": "Count the total number of bases with 120X coverage overlapping with the target region.",
963 "id": 32,
964 "input_connections": {
965 "input1": {
966 "id": 30,
967 "output_name": "out_file1"
968 }
969 },
970 "inputs": [],
971 "name": "Base Coverage",
972 "outputs": [
973 {
974 "name": "output",
975 "type": "txt"
976 }
977 ],
978 "position": {
979 "left": 3280,
980 "top": 320
981 },
982 "post_job_actions": {},
983 "tool_errors": null,
984 "tool_id": "gops_basecoverage_1",
985 "tool_state": "{\"__page__\": 0, \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
986 "tool_version": "1.0.0",
987 "type": "tool",
988 "user_outputs": []
989 },
990 "33": {
991 "annotation": "Determine bases with 160X coverage that overlap with the target region.",
992 "id": 33,
993 "input_connections": {
994 "input": {
995 "id": 30,
996 "output_name": "out_file1"
997 }
998 },
999 "inputs": [],
1000 "name": "Filter",
1001 "outputs": [
1002 {
1003 "name": "out_file1",
1004 "type": "input"
1005 }
1006 ],
1007 "position": {
1008 "left": 3280,
1009 "top": 440
1010 },
1011 "post_job_actions": {},
1012 "tool_errors": null,
1013 "tool_id": "Filter1",
1014 "tool_state": "{\"__page__\": 0, \"cond\": \"\\\"c4 >= 160\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"input\": \"null\"}",
1015 "tool_version": "1.1.0",
1016 "type": "tool",
1017 "user_outputs": []
1018 },
1019 "34": {
1020 "annotation": "",
1021 "id": 34,
1022 "input_connections": {
1023 "input1": {
1024 "id": 4,
1025 "output_name": "output"
1026 },
1027 "input2": {
1028 "id": 32,
1029 "output_name": "output"
1030 }
1031 },
1032 "inputs": [],
1033 "name": "Paste",
1034 "outputs": [
1035 {
1036 "name": "out_file1",
1037 "type": "input"
1038 }
1039 ],
1040 "position": {
1041 "left": 3500,
1042 "top": 200
1043 },
1044 "post_job_actions": {},
1045 "tool_errors": null,
1046 "tool_id": "Paste1",
1047 "tool_state": "{\"input2\": \"null\", \"__page__\": 0, \"delimiter\": \"\\\"T\\\"\", \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
1048 "tool_version": "1.0.0",
1049 "type": "tool",
1050 "user_outputs": []
1051 },
1052 "35": {
1053 "annotation": "Count the total number of bases with 160X coverage overlapping with the target region.",
1054 "id": 35,
1055 "input_connections": {
1056 "input1": {
1057 "id": 33,
1058 "output_name": "out_file1"
1059 }
1060 },
1061 "inputs": [],
1062 "name": "Base Coverage",
1063 "outputs": [
1064 {
1065 "name": "output",
1066 "type": "txt"
1067 }
1068 ],
1069 "position": {
1070 "left": 3500,
1071 "top": 320
1072 },
1073 "post_job_actions": {},
1074 "tool_errors": null,
1075 "tool_id": "gops_basecoverage_1",
1076 "tool_state": "{\"__page__\": 0, \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
1077 "tool_version": "1.0.0",
1078 "type": "tool",
1079 "user_outputs": []
1080 },
1081 "36": {
1082 "annotation": "Determine bases with 180X coverage that overlap with the target region.",
1083 "id": 36,
1084 "input_connections": {
1085 "input": {
1086 "id": 33,
1087 "output_name": "out_file1"
1088 }
1089 },
1090 "inputs": [],
1091 "name": "Filter",
1092 "outputs": [
1093 {
1094 "name": "out_file1",
1095 "type": "input"
1096 }
1097 ],
1098 "position": {
1099 "left": 3500,
1100 "top": 440
1101 },
1102 "post_job_actions": {},
1103 "tool_errors": null,
1104 "tool_id": "Filter1",
1105 "tool_state": "{\"__page__\": 0, \"cond\": \"\\\"c4 >= 180\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"input\": \"null\"}",
1106 "tool_version": "1.1.0",
1107 "type": "tool",
1108 "user_outputs": []
1109 },
1110 "37": {
1111 "annotation": "",
1112 "id": 37,
1113 "input_connections": {
1114 "input1": {
1115 "id": 4,
1116 "output_name": "output"
1117 },
1118 "input2": {
1119 "id": 35,
1120 "output_name": "output"
1121 }
1122 },
1123 "inputs": [],
1124 "name": "Paste",
1125 "outputs": [
1126 {
1127 "name": "out_file1",
1128 "type": "input"
1129 }
1130 ],
1131 "position": {
1132 "left": 3720,
1133 "top": 200
1134 },
1135 "post_job_actions": {},
1136 "tool_errors": null,
1137 "tool_id": "Paste1",
1138 "tool_state": "{\"input2\": \"null\", \"__page__\": 0, \"delimiter\": \"\\\"T\\\"\", \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
1139 "tool_version": "1.0.0",
1140 "type": "tool",
1141 "user_outputs": []
1142 },
1143 "38": {
1144 "annotation": "Count the total number of bases with 180X coverage overlapping with the target region.",
1145 "id": 38,
1146 "input_connections": {
1147 "input1": {
1148 "id": 36,
1149 "output_name": "out_file1"
1150 }
1151 },
1152 "inputs": [],
1153 "name": "Base Coverage",
1154 "outputs": [
1155 {
1156 "name": "output",
1157 "type": "txt"
1158 }
1159 ],
1160 "position": {
1161 "left": 3720,
1162 "top": 320
1163 },
1164 "post_job_actions": {},
1165 "tool_errors": null,
1166 "tool_id": "gops_basecoverage_1",
1167 "tool_state": "{\"__page__\": 0, \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
1168 "tool_version": "1.0.0",
1169 "type": "tool",
1170 "user_outputs": []
1171 },
1172 "39": {
1173 "annotation": "Determine bases with 200X coverage that overlap with the target region.",
1174 "id": 39,
1175 "input_connections": {
1176 "input": {
1177 "id": 36,
1178 "output_name": "out_file1"
1179 }
1180 },
1181 "inputs": [],
1182 "name": "Filter",
1183 "outputs": [
1184 {
1185 "name": "out_file1",
1186 "type": "input"
1187 }
1188 ],
1189 "position": {
1190 "left": 3720,
1191 "top": 440
1192 },
1193 "post_job_actions": {},
1194 "tool_errors": null,
1195 "tool_id": "Filter1",
1196 "tool_state": "{\"__page__\": 0, \"cond\": \"\\\"c4 >= 200\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"input\": \"null\"}",
1197 "tool_version": "1.1.0",
1198 "type": "tool",
1199 "user_outputs": []
1200 },
1201 "40": {
1202 "annotation": "",
1203 "id": 40,
1204 "input_connections": {
1205 "input1": {
1206 "id": 4,
1207 "output_name": "output"
1208 },
1209 "input2": {
1210 "id": 38,
1211 "output_name": "output"
1212 }
1213 },
1214 "inputs": [],
1215 "name": "Paste",
1216 "outputs": [
1217 {
1218 "name": "out_file1",
1219 "type": "input"
1220 }
1221 ],
1222 "position": {
1223 "left": 3940,
1224 "top": 200
1225 },
1226 "post_job_actions": {},
1227 "tool_errors": null,
1228 "tool_id": "Paste1",
1229 "tool_state": "{\"input2\": \"null\", \"__page__\": 0, \"delimiter\": \"\\\"T\\\"\", \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
1230 "tool_version": "1.0.0",
1231 "type": "tool",
1232 "user_outputs": []
1233 },
1234 "41": {
1235 "annotation": "Count the total number of bases with 200X coverage overlapping with the target region.",
1236 "id": 41,
1237 "input_connections": {
1238 "input1": {
1239 "id": 39,
1240 "output_name": "out_file1"
1241 }
1242 },
1243 "inputs": [],
1244 "name": "Base Coverage",
1245 "outputs": [
1246 {
1247 "name": "output",
1248 "type": "txt"
1249 }
1250 ],
1251 "position": {
1252 "left": 3940,
1253 "top": 320
1254 },
1255 "post_job_actions": {},
1256 "tool_errors": null,
1257 "tool_id": "gops_basecoverage_1",
1258 "tool_state": "{\"__page__\": 0, \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
1259 "tool_version": "1.0.0",
1260 "type": "tool",
1261 "user_outputs": []
1262 },
1263 "42": {
1264 "annotation": "",
1265 "id": 42,
1266 "input_connections": {
1267 "input1": {
1268 "id": 4,
1269 "output_name": "output"
1270 },
1271 "input2": {
1272 "id": 41,
1273 "output_name": "output"
1274 }
1275 },
1276 "inputs": [],
1277 "name": "Paste",
1278 "outputs": [
1279 {
1280 "name": "out_file1",
1281 "type": "input"
1282 }
1283 ],
1284 "position": {
1285 "left": 4160,
1286 "top": 200
1287 },
1288 "post_job_actions": {},
1289 "tool_errors": null,
1290 "tool_id": "Paste1",
1291 "tool_state": "{\"input2\": \"null\", \"__page__\": 0, \"delimiter\": \"\\\"T\\\"\", \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
1292 "tool_version": "1.0.0",
1293 "type": "tool",
1294 "user_outputs": []
1295 },
1296 "43": {
1297 "annotation": "",
1298 "id": 43,
1299 "input_connections": {
1300 "input1": {
1301 "id": 10,
1302 "output_name": "out_file1"
1303 },
1304 "queries_0|input2": {
1305 "id": 13,
1306 "output_name": "out_file1"
1307 },
1308 "queries_10|input2": {
1309 "id": 42,
1310 "output_name": "out_file1"
1311 },
1312 "queries_1|input2": {
1313 "id": 16,
1314 "output_name": "out_file1"
1315 },
1316 "queries_2|input2": {
1317 "id": 19,
1318 "output_name": "out_file1"
1319 },
1320 "queries_3|input2": {
1321 "id": 22,
1322 "output_name": "out_file1"
1323 },
1324 "queries_4|input2": {
1325 "id": 25,
1326 "output_name": "out_file1"
1327 },
1328 "queries_5|input2": {
1329 "id": 28,
1330 "output_name": "out_file1"
1331 },
1332 "queries_6|input2": {
1333 "id": 31,
1334 "output_name": "out_file1"
1335 },
1336 "queries_7|input2": {
1337 "id": 34,
1338 "output_name": "out_file1"
1339 },
1340 "queries_8|input2": {
1341 "id": 37,
1342 "output_name": "out_file1"
1343 },
1344 "queries_9|input2": {
1345 "id": 40,
1346 "output_name": "out_file1"
1347 }
1348 },
1349 "inputs": [],
1350 "name": "Concatenate datasets",
1351 "outputs": [
1352 {
1353 "name": "out_file1",
1354 "type": "input"
1355 }
1356 ],
1357 "position": {
1358 "left": 4380,
1359 "top": 200
1360 },
1361 "post_job_actions": {},
1362 "tool_errors": null,
1363 "tool_id": "cat1",
1364 "tool_state": "{\"__page__\": 0, \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"queries\": \"[{\\\"input2\\\": null, \\\"__index__\\\": 0}, {\\\"input2\\\": null, \\\"__index__\\\": 1}, {\\\"input2\\\": null, \\\"__index__\\\": 2}, {\\\"input2\\\": null, \\\"__index__\\\": 3}, {\\\"input2\\\": null, \\\"__index__\\\": 4}, {\\\"input2\\\": null, \\\"__index__\\\": 5}, {\\\"input2\\\": null, \\\"__index__\\\": 6}, {\\\"input2\\\": null, \\\"__index__\\\": 7}, {\\\"input2\\\": null, \\\"__index__\\\": 8}, {\\\"input2\\\": null, \\\"__index__\\\": 9}, {\\\"input2\\\": null, \\\"__index__\\\": 10}]\"}",
1365 "tool_version": "1.0.0",
1366 "type": "tool",
1367 "user_outputs": []
1368 },
1369 "44": {
1370 "annotation": "",
1371 "id": 44,
1372 "input_connections": {
1373 "input": {
1374 "id": 43,
1375 "output_name": "out_file1"
1376 }
1377 },
1378 "inputs": [],
1379 "name": "Convert",
1380 "outputs": [
1381 {
1382 "name": "out_file1",
1383 "type": "tabular"
1384 }
1385 ],
1386 "position": {
1387 "left": 4600,
1388 "top": 200
1389 },
1390 "post_job_actions": {},
1391 "tool_errors": null,
1392 "tool_id": "Convert characters1",
1393 "tool_state": "{\"__page__\": 0, \"convert_from\": \"\\\"s\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"input\": \"null\"}",
1394 "tool_version": "1.0.0",
1395 "type": "tool",
1396 "user_outputs": []
1397 },
1398 "45": {
1399 "annotation": "",
1400 "id": 45,
1401 "input_connections": {
1402 "input": {
1403 "id": 44,
1404 "output_name": "out_file1"
1405 }
1406 },
1407 "inputs": [],
1408 "name": "Compute",
1409 "outputs": [
1410 {
1411 "name": "out_file1",
1412 "type": "input"
1413 }
1414 ],
1415 "position": {
1416 "left": 4820,
1417 "top": 200
1418 },
1419 "post_job_actions": {},
1420 "tool_errors": null,
1421 "tool_id": "Add_a_column1",
1422 "tool_state": "{\"__page__\": 0, \"cond\": \"\\\"(c2/c1)*100\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"round\": \"\\\"no\\\"\", \"input\": \"null\"}",
1423 "tool_version": "1.1.0",
1424 "type": "tool",
1425 "user_outputs": []
1426 },
1427 "46": {
1428 "annotation": "",
1429 "id": 46,
1430 "input_connections": {
1431 "input": {
1432 "id": 45,
1433 "output_name": "out_file1"
1434 }
1435 },
1436 "inputs": [],
1437 "name": "Cut",
1438 "outputs": [
1439 {
1440 "name": "out_file1",
1441 "type": "tabular"
1442 }
1443 ],
1444 "position": {
1445 "left": 5040,
1446 "top": 200
1447 },
1448 "post_job_actions": {},
1449 "tool_errors": null,
1450 "tool_id": "Cut1",
1451 "tool_state": "{\"columnList\": \"\\\"c3\\\"\", \"input\": \"null\", \"delimiter\": \"\\\"T\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\", \"__page__\": 0}",
1452 "tool_version": "1.0.1",
1453 "type": "tool",
1454 "user_outputs": []
1455 },
1456 "47": {
1457 "annotation": "",
1458 "id": 47,
1459 "input_connections": {
1460 "input1": {
1461 "id": 2,
1462 "output_name": "output"
1463 },
1464 "input2": {
1465 "id": 46,
1466 "output_name": "out_file1"
1467 }
1468 },
1469 "inputs": [],
1470 "name": "Paste",
1471 "outputs": [
1472 {
1473 "name": "out_file1",
1474 "type": "input"
1475 }
1476 ],
1477 "position": {
1478 "left": 5260,
1479 "top": 200
1480 },
1481 "post_job_actions": {},
1482 "tool_errors": null,
1483 "tool_id": "Paste1",
1484 "tool_state": "{\"input2\": \"null\", \"__page__\": 0, \"delimiter\": \"\\\"T\\\"\", \"input1\": \"null\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
1485 "tool_version": "1.0.0",
1486 "type": "tool",
1487 "user_outputs": []
1488 },
1489 "48": {
1490 "annotation": "",
1491 "id": 48,
1492 "input_connections": {
1493 "series_0|input": {
1494 "id": 47,
1495 "output_name": "out_file1"
1496 },
1497 "series_1|input": {
1498 "id": 47,
1499 "output_name": "out_file1"
1500 }
1501 },
1502 "inputs": [],
1503 "name": "Plotting tool",
1504 "outputs": [
1505 {
1506 "name": "out_file1",
1507 "type": "pdf"
1508 }
1509 ],
1510 "position": {
1511 "left": 5480,
1512 "top": 200
1513 },
1514 "post_job_actions": {},
1515 "tool_errors": null,
1516 "tool_id": "XY_Plot_1",
1517 "tool_state": "{\"__page__\": 0, \"xlab\": \"\\\"Coverage\\\"\", \"series\": \"[{\\\"__index__\\\": 0, \\\"xcol\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}, \\\"series_type\\\": {\\\"lty\\\": \\\"1\\\", \\\"lwd\\\": \\\"1.0\\\", \\\"type\\\": \\\"line\\\", \\\"col\\\": \\\"2\\\", \\\"__current_case__\\\": 0}, \\\"ycol\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"2\\\"}, \\\"input\\\": null}, {\\\"__index__\\\": 1, \\\"xcol\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"1\\\"}, \\\"series_type\\\": {\\\"pch\\\": \\\"1\\\", \\\"type\\\": \\\"points\\\", \\\"col\\\": \\\"4\\\", \\\"__current_case__\\\": 1, \\\"cex\\\": \\\"1.0\\\"}, \\\"ycol\\\": {\\\"__class__\\\": \\\"UnvalidatedValue\\\", \\\"value\\\": \\\"2\\\"}, \\\"input\\\": null}]\", \"ylab\": \"\\\"Percent of Bases\\\"\", \"main\": \"\\\"Percent of Bases vs Coverage\\\"\", \"chromInfo\": \"\\\"/website/galaxy.msi.umn.edu/PRODUCTION/tool-data/shared/ucsc/chrom/hg19.len\\\"\"}",
1518 "tool_version": "1.0.1",
1519 "type": "tool",
1520 "user_outputs": []
1521 }
1522 }
1523 }