forked from jandrewrfarrell/RUFUS
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUntitled Diagram.drawio
902 lines (902 loc) · 113 KB
/
Untitled Diagram.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
<mxfile host="app.diagrams.net" modified="2023-10-19T15:58:28.429Z" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36" etag="U8cv8FaThiiUuEiKhADg" version="22.0.5" type="github">
<diagram id="C5RBs43oDa-KdzZeNtuy" name="Page-1">
<mxGraphModel dx="3341" dy="2107" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="WIyWlLk6GJQsqaUBKTNV-0" />
<mxCell id="WIyWlLk6GJQsqaUBKTNV-1" parent="WIyWlLk6GJQsqaUBKTNV-0" />
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-235" value="" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=13;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;fillOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#dfe3e8;dashed=1;fixDash=1;dashPattern=8 8;strokeWidth=2.3;lucidId=t5iAcjTArI~1;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-1152" y="1592" width="1227" height="1693" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-236" value="" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=13;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;fillOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#dfe3e8;dashed=1;fixDash=1;dashPattern=8 8;strokeWidth=2.3;lucidId=q45zl31V-LWZ;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="455" y="720" width="930" height="382" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-237" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.012;exitPerimeter=0;entryX=1.007;entryY=0.753;entryPerimeter=0;lucidId=_25zUYTocCSq;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-335" target="NVkNviZ4FxcrA1aYHcCZ-326">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points">
<mxPoint x="1040" y="1268" />
<mxPoint x="190" y="1268" />
<mxPoint x="190" y="1210" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-238" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.01;exitPerimeter=0;entryX=0.5;entryY=-0.012;entryPerimeter=0;lucidId=5aezbqJpjaCI;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-277" target="NVkNviZ4FxcrA1aYHcCZ-292">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-239" value="" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=left;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;fillOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#e8e2c8;strokeWidth=2.3;lucidId=_czy2bQKI_3b;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-135" y="-515" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-240" value="bam/fastq" style="strokeColor=none;fillColor=none;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-239">
<mxGeometry y="109" width="165" height="10" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-241" value="" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=13;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;fillOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#f2f3f5;dashed=1;fixDash=1;dashPattern=16 6;strokeWidth=2.3;lucidId=Rofy5sIKChfV;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="405" y="-1110" width="705" height="765" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-242" value="Start" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;rounded=1;arcSize=50;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=6ley_uuLBqN3;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="142" y="-460" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-243" value="" style="group;dropTarget=0;pointerEvents=0;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-205" y="-825" width="640" height="49" as="geometry" />
</mxCell>
<UserObject label="rufus" placeholders="1" id="NVkNviZ4FxcrA1aYHcCZ-244">
<mxCell style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;fontStyle=1;align=center;spacingLeft=7;spacingRight=7;spacingTop=2;spacing=3;strokeOpacity=0;fillOpacity=0;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#ffffff;strokeWidth=1.5;lucidId=6ley_W7gd-ma;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-243">
<mxGeometry width="640" height="40" as="geometry" />
</mxCell>
</UserObject>
<UserObject label="Stephanie Georges" placeholders="1" id="NVkNviZ4FxcrA1aYHcCZ-245">
<mxCell style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=center;spacingLeft=7;spacingRight=7;spacingTop=2;spacing=3;strokeOpacity=0;fillOpacity=0;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#ffffff;strokeWidth=1.5;lucidId=6leyZPqTRwtK;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-243">
<mxGeometry y="35" width="640" height="14" as="geometry" />
</mxCell>
</UserObject>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-246" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontFamily=Helvetica;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=none;lucidId=6leyvLCzbhy~;" edge="1" parent="NVkNviZ4FxcrA1aYHcCZ-243">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
<mxPoint x="157" y="34" as="sourcePoint" />
<mxPoint x="487" y="34" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-247" value="threads" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=dXey_Ma~kS~O;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="750" y="-924" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-248" value="kmersize" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=iXeyJHY~Am_y;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="750" y="-1050" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-249" value="subject" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=center;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=Y2eyOdmKaqcv;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-120" y="-665" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-470" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-251" target="NVkNviZ4FxcrA1aYHcCZ-344">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-251" value="control(s)" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=center;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;fillOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#e8e2c8;strokeWidth=2.3;lucidId=.3eyMsCTVFTs;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-112" y="-484" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-253" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=block;endFill=1;exitX=1.007;exitY=0.5;exitPerimeter=0;entryX=-0.009;entryY=0.5;entryPerimeter=0;lucidId=X4eyJGFG-D5w;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-249" target="NVkNviZ4FxcrA1aYHcCZ-242">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-254" value="ref" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=center;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=Z5eyaeQH-SDg;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="927" y="-567" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-256" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=block;endFill=1;exitX=1.007;exitY=0.5;exitPerimeter=0;entryX=-0.009;entryY=0.5;entryPerimeter=0;lucidId=X6eyIRHoRFpg;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-251" target="NVkNviZ4FxcrA1aYHcCZ-242">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-257" value="single-end mode" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=R8ey-Vw9mebl;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="435" y="-1065" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-258" value="contaminant mode" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=N-ey.8OcyTfk;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="435" y="-945" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-259" value="overwrite kmer minimum" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=R_ey-7Umktl9;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="597" y="-936" width="120" height="102" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-260" value="max allele bound
(switch to symbolic allele - e.g. DEL)" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=i.eyBzbbUk4J;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="597" y="-1095" width="120" height="150" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-261" value="low-freq mode" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=3.eyOFFS3uFI;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="435" y="-825" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-262" value="exome mode" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=Gbfy9k-MFLcR;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="435" y="-705" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-263" value="short assembly mode" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=HcfyZhK5i-qE;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="435" y="-591" width="120" height="102" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-264" value="parallelize Jellyfish" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=hdfySw9eyeMQ;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="750" y="-798" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-265" value="region
(only for bam inputs)" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=IdfyVVuE-qXh;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="597" y="-825" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-266" value="exclude kmer hash" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=center;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=1gfyubCOfAvl;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="927" y="-887" width="165" height="111" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-268" value="kmer minimum for inclusion" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=-hfyRuaniln_;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="597" y="-705" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-269" value="base quality minimum for inclusion" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=UkfyrkxO--pI;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="597" y="-585" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-270" value="parent kmer minimum" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=RlfyEUgDhuQ3;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="597" y="-465" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-271" value="stop-after modes" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=Fmfy_xIOLP5R;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="435" y="-465" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-272" value="reference kmer hash" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=center;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=mnfy9htkSzaP;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="927" y="-724" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-274" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;dashed=1;fixDash=1;dashPattern=16 6;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=block;endFill=1;exitX=-0.002;exitY=0.5;exitPerimeter=0;entryX=1.009;entryY=0.5;entryPerimeter=0;lucidId=Opfy-lnwQg1q;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-241" target="NVkNviZ4FxcrA1aYHcCZ-242">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-275" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=block;endFill=1;exitX=0.5;exitY=1.019;exitPerimeter=0;lucidId=~5fyqG~V1~4d;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-242">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
<mxPoint x="202" y="-294" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-276" value="generate jhash files" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=begyqEWSQ_Hm;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="134" y="-84" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-277" value="" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=left;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;fillOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#e8e2c8;strokeWidth=2.3;lucidId=8egyqvSvI5xZ;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="104" y="75" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-278" value="Jhash" style="strokeColor=none;fillColor=none;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-277">
<mxGeometry y="109" width="165" height="10" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-471" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-279" target="NVkNviZ4FxcrA1aYHcCZ-314">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="290" y="40" />
<mxPoint x="400" y="40" />
<mxPoint x="400" y="-55" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-279" value="kmer hash" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=center;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=vczyGmY8Z~fr;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="126" y="102" width="164" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-281" value="filter unique reads" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=-fzyKQ5O8mWv;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="157" y="1444" width="173" height="86" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-282" value="" style="strokeColor=none;fillColor=none;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=0;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;strokeWidth=2.3;html=1;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="972" y="-400" width="120" height="30" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-283" value="" style="shape=curlyBracket;rounded=1;strokeOpacity=100;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=0;strokeColor=#4881b3;fillColor=#F5FBFF;strokeWidth=2.3;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-282">
<mxGeometry width="7.5" height="30" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-284" value="" style="shape=curlyBracket;rounded=1;flipH=1;strokeOpacity=100;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=0;strokeColor=#4881b3;fillColor=#F5FBFF;strokeWidth=2.3;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-282">
<mxGeometry x="112.5" width="7.5" height="30" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-285" value="optional" style="strokeColor=none;fillColor=none;fontColor=#1d262b;whiteSpace=wrap;fontSize=18.3;spacing=0;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;strokeWidth=2.3;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-282">
<mxGeometry x="7.5" width="105" height="30" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-286" value="" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=left;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;fillOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#e8e2c8;strokeWidth=2.3;lucidId=04zy93~-xj-e;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-173" y="1380" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-287" value="fastq" style="strokeColor=none;fillColor=none;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-286">
<mxGeometry y="109" width="165" height="10" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-288" value="raw reads" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=center;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=pSzyOVGJkpVJ;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-158" y="1406" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-289" value="fastq" style="strokeColor=none;fillColor=none;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-288">
<mxGeometry y="109" width="165" height="10" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-290" value="mutant reads" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=center;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=bOazm3jqMG7F;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="135" y="1635" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-291" value="fastq" style="strokeColor=none;fillColor=none;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-290">
<mxGeometry y="109" width="165" height="10" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-292" value="retain unique kmers" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;align=center;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=4bdzzGazjtdx;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="69" y="292" width="235" height="136" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-293" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.012;exitPerimeter=0;entryX=0.549;entryY=-0.01;entryPerimeter=0;lucidId=S~dzHtGqUEdN;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-276" target="NVkNviZ4FxcrA1aYHcCZ-277">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-294" value="" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=left;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;fillOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#e8e2c8;strokeWidth=2.3;lucidId=NbezqrH8.uMk;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="104" y="483" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-295" value="Jhash" style="strokeColor=none;fillColor=none;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-294">
<mxGeometry y="109" width="165" height="10" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-296" value="unique kmer hash" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=left;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=Nbezv83MWbF6;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="126" y="516" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-298" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.012;exitPerimeter=0;entryX=0.5;entryY=-0.01;entryPerimeter=0;lucidId=GdezoQ9dvoCm;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-292" target="NVkNviZ4FxcrA1aYHcCZ-294">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-299" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.012;exitPerimeter=0;entryX=0.496;entryY=-0.01;entryPerimeter=0;lucidId=Ceezasm8NK0V;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-281" target="NVkNviZ4FxcrA1aYHcCZ-290">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-300" value="assemble" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=gmezHKx84ar.;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="157" y="1860" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-301" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.01;exitPerimeter=0;entryX=0.505;entryY=-0.012;entryPerimeter=0;lucidId=tmezgQhNhQTx;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-290" target="NVkNviZ4FxcrA1aYHcCZ-300">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-302" value="mutant contigs" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=center;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=WmezzasS3Mw~;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="134" y="2055" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-303" value="fastq" style="strokeColor=none;fillColor=none;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-302">
<mxGeometry y="109" width="165" height="10" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-304" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.012;exitPerimeter=0;entryX=0.5;entryY=-0.01;entryPerimeter=0;lucidId=3mezx~NmIPFd;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-300" target="NVkNviZ4FxcrA1aYHcCZ-302">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-305" value="use RUFUS.interpret" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=gnezFB08fns9;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="122" y="2475" width="189" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-306" value="variant calls" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=center;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=xnez3Rj2.f.0;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="134" y="2685" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-307" value="vcf" style="strokeColor=none;fillColor=none;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-306">
<mxGeometry y="109" width="165" height="10" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-308" value="" style="strokeColor=none;fillColor=none;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=3.8;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;strokeWidth=2.3;html=1;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="285" y="-94" width="60" height="120" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-309" value="" style="shape=curlyBracket;rounded=1;flipH=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;fillColor=#F5FBFF;strokeWidth=2.3;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-308">
<mxGeometry width="15" height="120" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-310" value="Jellyfish" style="strokeColor=none;fillColor=none;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=3.8;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;strokeWidth=2.3;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-308">
<mxGeometry x="15" width="45" height="120" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-311" value="" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=left;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;fillOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#e8e2c8;strokeWidth=2.3;lucidId=hUezEIVcr5lG;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="480" y="486" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-312" value="data likelihoods" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=center;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=hUezPIKnhnle;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="502" y="516" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-313" value="generate genomic kmer models" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=5VezMYNcp1Ae;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="502" y="312" width="120" height="96" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-314" value="group kmers by length" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=QWezS9nF.MPH;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="471.5" y="-120" width="182" height="131" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-315" value="" style="strokeColor=none;fillColor=none;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=3.8;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;strokeWidth=2.3;html=1;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="683" y="-114" width="60" height="120" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-316" value="" style="shape=curlyBracket;rounded=1;flipH=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;fillColor=#F5FBFF;strokeWidth=2.3;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-315">
<mxGeometry width="15" height="120" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-317" value="Jellyfish" style="strokeColor=none;fillColor=none;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=3.8;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;strokeWidth=2.3;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-315">
<mxGeometry x="15" width="45" height="120" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-318" value="" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=left;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;fillOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#e8e2c8;strokeWidth=2.3;lucidId=g1ezBv2H45HN;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="480" y="75" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-319" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.01;exitPerimeter=0;entryX=0.5;entryY=-0.012;entryPerimeter=0;lucidId=B2ezDC644rjY;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-318" target="NVkNviZ4FxcrA1aYHcCZ-313">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-320" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.012;exitPerimeter=0;entryX=0.5;entryY=-0.01;entryPerimeter=0;lucidId=o1ezewQdK7lm;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-314" target="NVkNviZ4FxcrA1aYHcCZ-318">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-321" value="kmer meta data" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=center;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=g1ez9o3xZVo8;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="502" y="109" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-322" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.012;exitPerimeter=0;entryX=0.5;entryY=-0.01;entryPerimeter=0;lucidId=z3ezG5POfyRv;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-313" target="NVkNviZ4FxcrA1aYHcCZ-311">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-323" value="determine mutation & copy number events" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;align=center;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=1S5zSC.lXBXy;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="104" y="810" width="173" height="122" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-324" value="" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=left;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;fillOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#e8e2c8;strokeWidth=2.3;lucidId=jV5zqLqtrGoa;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-15" y="1095" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-325" value="Jhash" style="strokeColor=none;fillColor=none;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-324">
<mxGeometry y="109" width="165" height="10" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-326" value="kmers with mutations" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=center;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=jV5z0ADTGPCR;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="7" y="1128" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-328" value="" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=left;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;fillOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#e8e2c8;strokeWidth=2.3;lucidId=lV5zGJuNi5Nr;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="293" y="1095" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-329" value="Jhash" style="strokeColor=none;fillColor=none;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-328">
<mxGeometry y="109" width="165" height="10" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-330" value="kmers part of abnormal CNV" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;align=center;spacing=0;verticalAlign=middle;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=lV5zKRdObWuU;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="315" y="1128" width="165" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-332" value="calculate posterior probability P(mut) that kmer represents mutation or CN" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;align=center;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=JW5zBBOcKal9;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="660" y="820" width="241" height="125" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-333" value="<div style="display: flex; justify-content: center; text-align: center; align-items: baseline; font-size: 0; line-height: 1.25;margin-top: -2px;"><span><span style="font-size:18.3px;color:#1d262b;font-family: Helvetica;">Is </span><span style="font-size:18.3px;color:#1d262b;font-style: italic;font-family: Helvetica;">P(mut) </span><span style="font-size:18.3px;color:#1d262b;font-family: Helvetica;">&gt; </span><span style="font-size:18.3px;color:#1d262b;font-style: italic;font-family: Helvetica;">p</span><span style="font-size:18.3px;color:#1d262b;font-family: Helvetica;">?</span></span></div>" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;rhombus;fontSize=13;fontFamily=Helvetica;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=CY5zRWoWq94C;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="960" y="821" width="150" height="124" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-334" value="Discard kmer" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=x05zjgfz1yAR;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="1180" y="839" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-335" value="Add kmer to output file" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=D05zXvNZBqBz;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="980" y="997" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-336" value="For each kmer" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=N15z9Vy5lQnV;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="485" y="838" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-337" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=1.009;exitY=0.5;exitPerimeter=0;entryX=0.093;entryY=0.5;entryPerimeter=0;lucidId=x25zCCCV74jU;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-336" target="NVkNviZ4FxcrA1aYHcCZ-332">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-338" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.907;exitY=0.5;exitPerimeter=0;entryX=0.007;entryY=0.5;entryPerimeter=0;lucidId=A25znNxhsEoQ;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-332" target="NVkNviZ4FxcrA1aYHcCZ-333">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-339" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.012;exitPerimeter=0;entryX=1.007;entryY=0.5;entryPerimeter=0;lucidId=325zzG5o2zAR;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-335" target="NVkNviZ4FxcrA1aYHcCZ-330">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-340" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.422;exitY=1.009;exitPerimeter=0;entryX=0.338;entryY=-0.01;entryPerimeter=0;lucidId=x35zbmZdVDr~;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-323" target="NVkNviZ4FxcrA1aYHcCZ-324">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-341" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.501;exitY=1.009;exitPerimeter=0;entryX=0.345;entryY=-0.01;entryPerimeter=0;lucidId=C35z~wPi5w-L;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-323" target="NVkNviZ4FxcrA1aYHcCZ-328">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-342" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.01;exitPerimeter=0;entryX=0.608;entryY=-0.009;entryPerimeter=0;lucidId=T65zv_GKvwkD;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-296" target="NVkNviZ4FxcrA1aYHcCZ-323">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-343" value="Are input files bam/cram?" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;rhombus;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=ca6zFHYIUEc5;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="112" y="-290" width="180" height="120" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-344" value="Filter secondary & supplemental alignments + PCR duplicates
samtools view -F 3328" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=Ja6z2JrP2t2D;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-180" y="-305" width="165" height="150" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-345" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;strokeColor=#224C72;dashed=1;fixDash=1;dashPattern=1 2;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.007;exitY=0.5;exitPerimeter=0;entryX=1.007;entryY=0.5;entryPerimeter=0;lucidId=1b6zmTuaEeLJ;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-343" target="NVkNviZ4FxcrA1aYHcCZ-344">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-346" value="Yes" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=18.3;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-345">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-347" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;strokeColor=#224C72;dashed=1;fixDash=1;dashPattern=1 2;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=0.998;exitPerimeter=0;entryX=0.568;entryY=-0.012;entryPerimeter=0;lucidId=hc6zcEO5_d-3;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-343" target="NVkNviZ4FxcrA1aYHcCZ-276">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-348" value="No" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=18.3;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-347">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-349" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.007;exitPerimeter=0;entryX=0.09;entryY=0.5;entryPerimeter=0;lucidId=lc6z7jVNJf_Z;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-344" target="NVkNviZ4FxcrA1aYHcCZ-276">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-350" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.01;exitPerimeter=0;entryX=0.78;entryY=-0.009;entryPerimeter=0;lucidId=Ig6za-46tj-1;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-312" target="NVkNviZ4FxcrA1aYHcCZ-323">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-351" value="RUFUS.build" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;fontStyle=1;spacing=3.8;strokeOpacity=0;fillOpacity=0;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#ffffff;strokeWidth=2.3;lucidId=yj6zPA6Ff1o4;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="840" y="720" width="180" height="45" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-352" value="" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=13;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;fillOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#dfe3e8;dashed=1;fixDash=1;dashPattern=8 8;strokeWidth=2.3;lucidId=Rj6zUymFQfeh;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="822" y="225" width="858" height="291" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-353" value="estimate contamination by fitting error model to histogram" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;align=center;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=Rj6zFqWipsUX;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="870" y="300.5" width="201" height="117" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-354" value="subtract error model" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;align=center;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=Pm6zBcVvlLHm;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="1100" y="290" width="224" height="136" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-355" value="iteratively fit genomic model & generate data likelihoods" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;align=center;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=xo6zB2w6GgCs;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="1340" y="290" width="310" height="140" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-356" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.913;exitY=0.5;exitPerimeter=0;entryX=0.087;entryY=0.5;entryPerimeter=0;lucidId=ms6zNLNu8SvD;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-353" target="NVkNviZ4FxcrA1aYHcCZ-354">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-357" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.913;exitY=0.5;exitPerimeter=0;entryX=0.089;entryY=0.492;entryPerimeter=0;lucidId=ps6z.TxAZ17z;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-354" target="NVkNviZ4FxcrA1aYHcCZ-355">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-358" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;dashed=1;fixDash=1;dashPattern=8 8;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=none;exitX=0.904;exitY=0.5;exitPerimeter=0;entryX=-0.001;entryY=0.465;entryPerimeter=0;lucidId=Bs6zBpWNPPbH;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-313" target="NVkNviZ4FxcrA1aYHcCZ-352">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-359" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.008;exitPerimeter=0;entryX=1.007;entryY=0.5;entryPerimeter=0;lucidId=Zs6zMlDi~Bwh;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-355" target="NVkNviZ4FxcrA1aYHcCZ-312">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-360" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.01;exitPerimeter=0;entryX=0.5;entryY=-0.012;entryPerimeter=0;lucidId=qy6zGeaMvpsM;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-326" target="NVkNviZ4FxcrA1aYHcCZ-281">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-361" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.01;exitPerimeter=0;entryX=0.766;entryY=-0.012;entryPerimeter=0;lucidId=Dy6zBOhckVD8;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-330" target="NVkNviZ4FxcrA1aYHcCZ-281">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-362" value="" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=13;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;fillOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#dfe3e8;dashed=1;fixDash=1;dashPattern=8 8;strokeWidth=2.3;lucidId=uA6zZji_9a~y;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="455" y="1350" width="930" height="630" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-363" value="Split read into kmers and match to CN/mutation hashes" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;align=center;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=uA6zWyK6xBAx;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="687" y="1444" width="214" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-364" value="Read matches to &gt;3 mutation kmers in 10bp window?" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;rhombus;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=uA6zgPuhOS4J;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="945" y="1410" width="210" height="182" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-365" value="Toss read" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=uA6zjj3~ogZ5;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="1230" y="1453" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-366" value="Keep read" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=uA6z.GDn1IDb;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="990" y="1669" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-367" value="For each read" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=uA6zc_o--2Ki;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="485" y="1455" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-368" value="RUFUS.filter" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;fontStyle=1;spacing=3.8;strokeOpacity=0;fillOpacity=0;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#ffffff;strokeWidth=2.3;lucidId=uA6zh6NRy_5Y;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="840" y="1350" width="180" height="45" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-369" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=0.997;exitPerimeter=0;entryX=0.5;entryY=-0.012;entryPerimeter=0;lucidId=y36zxPx0fpp0;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-364" target="NVkNviZ4FxcrA1aYHcCZ-366">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-370" value="Yes" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-369">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-371" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.996;exitY=0.5;exitPerimeter=0;entryX=-0.009;entryY=0.532;entryPerimeter=0;lucidId=R36z6kikxiZf;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-364" target="NVkNviZ4FxcrA1aYHcCZ-365">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-372" value="No" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-371">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-373" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.012;exitPerimeter=0;entryX=1.007;entryY=0.753;entryPerimeter=0;lucidId=i86z_yHaA0DW;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-366" target="NVkNviZ4FxcrA1aYHcCZ-290">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-374" value="Read matches to &gt;30 CN kmers in 30bp window?" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;rhombus;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=h66zChtjj7wh;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="687" y="1623" width="210" height="182" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-375" value="Toss read" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=h66z99nNf9jN;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="732" y="1860" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-376" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.996;exitY=0.5;exitPerimeter=0;entryX=-0.009;entryY=0.5;entryPerimeter=0;lucidId=366zmpr-SWuW;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-374" target="NVkNviZ4FxcrA1aYHcCZ-366">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-377" value="Yes" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-376">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-378" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=0.997;exitPerimeter=0;entryX=0.5;entryY=-0.012;entryPerimeter=0;lucidId=766zmDnYUCTP;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-374" target="NVkNviZ4FxcrA1aYHcCZ-375">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-379" value="No" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-378">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-380" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.938;exitY=0.5;exitPerimeter=0;entryX=0.008;entryY=0.485;entryPerimeter=0;lucidId=u76z_as9v0zE;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-363" target="NVkNviZ4FxcrA1aYHcCZ-364">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-381" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.01;exitPerimeter=0;entryX=0.509;entryY=0.005;entryPerimeter=0;lucidId=y76z4vVqF2~N;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-363" target="NVkNviZ4FxcrA1aYHcCZ-374">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-382" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=1.009;exitY=0.5;exitPerimeter=0;entryX=0.06;entryY=0.519;entryPerimeter=0;lucidId=-76zvZUVBmHH;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-367" target="NVkNviZ4FxcrA1aYHcCZ-363">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-383" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;dashed=1;fixDash=1;dashPattern=8 8;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=none;exitX=0.91;exitY=0.5;exitPerimeter=0;entryX=-0.001;entryY=0.22;entryPerimeter=0;lucidId=T86zJp40BG5.;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-281" target="NVkNviZ4FxcrA1aYHcCZ-362">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-384" value="RUFUS.model" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;fontStyle=1;spacing=3.8;strokeOpacity=0;fillOpacity=0;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#ffffff;strokeWidth=2.3;lucidId=o96zeciVw4yt;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="1144" y="222" width="180" height="45" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-385" value="Stop" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;rounded=1;arcSize=50;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=f_6z~IpcAYyw;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="157" y="2883" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-386" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.01;exitPerimeter=0;entryX=0.5;entryY=-0.019;entryPerimeter=0;lucidId=m_6z4lDpIhbt;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-306" target="NVkNviZ4FxcrA1aYHcCZ-385">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-387" value="For each read" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=bh7zoS4CRZgr;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-98" y="1860" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-388" value="For each base in read" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=.i7zXD9J6j3j;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-315" y="1860" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-389" value="Is base quality &gt; 5?" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;rhombus;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=oj7zs3wdtna0;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-570" y="1830" width="165" height="152" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-390" value="Trim leading/tailing Ns" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=.j7z8en03LNK;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-825" y="1853" width="150" height="105" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-391" value="Replace with N" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=Cl7zqAfG3-BQ;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-547" y="1654" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-392" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.005;exitY=0.5;exitPerimeter=0;entryX=0.912;entryY=0.51;entryPerimeter=0;lucidId=im7zsdbiLHhT;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-389" target="NVkNviZ4FxcrA1aYHcCZ-390">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-393" value="Yes" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-392">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-394" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=0.004;exitPerimeter=0;entryX=0.5;entryY=1.012;entryPerimeter=0;lucidId=km7zcZjOmJ_Y;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-389" target="NVkNviZ4FxcrA1aYHcCZ-391">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-395" value="No" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-394">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-396" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.09;exitY=0.5;exitPerimeter=0;entryX=0.5;entryY=-0.011;entryPerimeter=0;lucidId=co7zrvvXzKX5;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-391" target="NVkNviZ4FxcrA1aYHcCZ-390">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-397" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=-0.009;exitY=0.5;exitPerimeter=0;entryX=1.009;entryY=0.5;entryPerimeter=0;lucidId=ho7zjweX5XiK;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-387" target="NVkNviZ4FxcrA1aYHcCZ-388">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-398" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=-0.009;exitY=0.5;exitPerimeter=0;entryX=0.994;entryY=0.494;entryPerimeter=0;lucidId=jo7zfOX2m6lv;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-388" target="NVkNviZ4FxcrA1aYHcCZ-389">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-399" value="Trimmed read hash" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=ep7z0NeFinTD;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-1095" y="1860" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-400" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.086;exitY=0.5;exitPerimeter=0;entryX=1.009;entryY=0.51;entryPerimeter=0;lucidId=mr7zmLxNYObV;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-390" target="NVkNviZ4FxcrA1aYHcCZ-399">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-401" value="For each trimmed read" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=vr7zRJEihy9M;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-1095" y="2055" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-402" value="Does it match?" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;rhombus;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=tt7zG0nnUZ6S;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-870" y="2589" width="165" height="152" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-403" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.012;exitPerimeter=0;entryX=0.5;entryY=-0.012;entryPerimeter=0;lucidId=lGiAx8VbVV9r;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-399" target="NVkNviZ4FxcrA1aYHcCZ-401">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-404" value="For every other trimmed read" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=7GiA2.zPttdG;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-1095" y="2220" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-405" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.012;exitPerimeter=0;entryX=0.5;entryY=-0.012;entryPerimeter=0;lucidId=.GiAmBNTwmFR;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-401" target="NVkNviZ4FxcrA1aYHcCZ-404">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-406" value="For every overlap configuration" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=vHiAYQ~gB7Kb;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-1095" y="2385" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-407" value="For every base " style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=7HiAUxvHhLnG;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-1095" y="2619" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-408" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.995;exitY=0.5;exitPerimeter=0;entryX=-0.009;entryY=0.5;entryPerimeter=0;lucidId=ALiAQ9Z_QVj0;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-402" target="NVkNviZ4FxcrA1aYHcCZ-410">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-409" value="Yes" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-408">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-410" value="+1 score" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.5;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=DLiAY8l0iu9j;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-600" y="2619" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-411" value="Is quality score &gt; 10?" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;rhombus;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=0MiAlN1pXGfH;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-870" y="2799" width="165" height="152" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-412" value="Remove overlap from consideration" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.5;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=lOiAtFgDbT1e;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-847" y="3031" width="120" height="107" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-413" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.012;exitPerimeter=0;entryX=0.5;entryY=-0.012;entryPerimeter=0;lucidId=xOiA8Dpwv3W1;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-404" target="NVkNviZ4FxcrA1aYHcCZ-406">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-414" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.012;exitPerimeter=0;entryX=0.5;entryY=-0.012;entryPerimeter=0;lucidId=zOiA66Qo.mgn;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-406" target="NVkNviZ4FxcrA1aYHcCZ-407">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-415" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=1.009;exitY=0.5;exitPerimeter=0;entryX=0.006;entryY=0.494;entryPerimeter=0;lucidId=BOiA-zYE784u;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-407" target="NVkNviZ4FxcrA1aYHcCZ-402">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-416" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=0.996;exitPerimeter=0;entryX=0.5;entryY=0.004;entryPerimeter=0;lucidId=DOiAVQZU-6_s;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-402" target="NVkNviZ4FxcrA1aYHcCZ-411">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-417" value="No" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-416">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-418" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=0.996;exitPerimeter=0;entryX=0.5;entryY=-0.011;entryPerimeter=0;lucidId=GOiAdvi-x4.d;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-411" target="NVkNviZ4FxcrA1aYHcCZ-412">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-419" value="Yes" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-418">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-420" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.995;exitY=0.5;exitPerimeter=0;entryX=-0.009;entryY=0.5;entryPerimeter=0;lucidId=LOiAsJ16PBsH;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-411" target="NVkNviZ4FxcrA1aYHcCZ-422">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-421" value="No" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-420">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-422" value="Continue" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.5;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=MOiAJCADn73l;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-600" y="2829" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-423" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.012;exitPerimeter=0;entryX=0.5;entryY=1.012;entryPerimeter=0;lucidId=3OiAcBUA6n5x;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-422" target="NVkNviZ4FxcrA1aYHcCZ-407">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points">
<mxPoint x="-540" y="3227" />
<mxPoint x="-1035" y="3227" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-424" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.012;exitPerimeter=0;entryX=0.5;entryY=-0.012;entryPerimeter=0;lucidId=.OiAuTZ1jcDZ;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-410" target="NVkNviZ4FxcrA1aYHcCZ-422">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-425" value="Prevents hets from being masked" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;shadow=1;fontSize=13;fontColor=#1d262b;spacing=9;strokeColor=none;strokeOpacity=100;fillColor=#FFECA9;strokeWidth=0;lucidId=pPiAp-IRb4~n;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-990" y="2904" width="120" height="120" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-426" value="Is overlap &gt;30-50bp?" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;rhombus;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=nYiAUZtE8Sn7;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-870" y="2354" width="165" height="152" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-427" value="Is overlap 95-98% similar?" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;rhombus;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=TYiAxhEODp-e;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-615" y="2354" width="165" height="152" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-428" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=1.009;exitY=0.5;exitPerimeter=0;entryX=0.005;entryY=0.5;entryPerimeter=0;lucidId=6ZiAj0y9ACl_;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-406" target="NVkNviZ4FxcrA1aYHcCZ-426">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-429" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.995;exitY=0.5;exitPerimeter=0;entryX=0.005;entryY=0.5;entryPerimeter=0;lucidId=.ZiAvBR9XMH2;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-426" target="NVkNviZ4FxcrA1aYHcCZ-427">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-430" value="Yes" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-429">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-431" value="Collapse reads" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.5;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=e1iAvtLFMnCs;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-345" y="2385" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-432" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.995;exitY=0.5;exitPerimeter=0;entryX=-0.009;entryY=0.5;entryPerimeter=0;lucidId=q1iAW-0SSZid;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-427" target="NVkNviZ4FxcrA1aYHcCZ-431">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-433" value="Yes" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-432">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-434" value="Continue to second pass" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.5;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=-1iAQuzZ9S4g;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-597" y="2166" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-435" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=0.004;exitPerimeter=0;entryX=0.537;entryY=1.012;entryPerimeter=0;lucidId=62iAglaVlX2P;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-427" target="NVkNviZ4FxcrA1aYHcCZ-434">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-436" value="No" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-435">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-437" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=0.004;exitPerimeter=0;entryX=-0.009;entryY=0.5;entryPerimeter=0;lucidId=92iAR~O_I4nA;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-426" target="NVkNviZ4FxcrA1aYHcCZ-434">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-438" value="No" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-437">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-439" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=-0.012;exitPerimeter=0;entryX=1.009;entryY=0.5;entryPerimeter=0;lucidId=m3iAE6TMLegM;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-434" target="NVkNviZ4FxcrA1aYHcCZ-401">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-440" value="Is this last pass?" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;rhombus;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=p4iAp.AtreaE;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-367" y="2158" width="165" height="152" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-441" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=-0.012;exitPerimeter=0;entryX=0.5;entryY=0.996;entryPerimeter=0;lucidId=B4iAPgn88uoD;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-431" target="NVkNviZ4FxcrA1aYHcCZ-440">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-442" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.995;exitY=0.5;exitPerimeter=0;entryX=-0.007;entryY=0.5;entryPerimeter=0;lucidId=G4iAlTxsttSZ;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-440" target="NVkNviZ4FxcrA1aYHcCZ-302">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-443" value="Yes" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-442">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-444" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.005;exitY=0.5;exitPerimeter=0;entryX=1.009;entryY=0.5;entryPerimeter=0;lucidId=O4iAdnALz5ez;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-440" target="NVkNviZ4FxcrA1aYHcCZ-434">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-445" value="No" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-444">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-446" value="RUFUS.overlap" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=18.3;fontColor=#1d262b;fontStyle=1;spacing=3.8;strokeOpacity=0;fillOpacity=0;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#ffffff;strokeWidth=2.3;lucidId=S5iA66CDLIJG;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="-622" y="1592" width="180" height="45" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-447" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;dashed=1;fixDash=1;dashPattern=8 8;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=none;exitX=0.09;exitY=0.5;exitPerimeter=0;entryX=1.001;entryY=0.185;entryPerimeter=0;lucidId=g~iANpr.Xla.;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-300" target="NVkNviZ4FxcrA1aYHcCZ-235">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-448" value="Does sample species have published reference?" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;rhombus;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=wajAPCBPvOix;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="112" y="2220" width="210" height="182" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-449" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.01;exitPerimeter=0;entryX=0.5;entryY=0.003;entryPerimeter=0;lucidId=OcjAuXtvq~te;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-302" target="NVkNviZ4FxcrA1aYHcCZ-448">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-450" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=0.997;exitPerimeter=0;entryX=0.5;entryY=-0.01;entryPerimeter=0;lucidId=gdjAQz-ancUm;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-448" target="NVkNviZ4FxcrA1aYHcCZ-305">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-451" value="Yes" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-450">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-452" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=1.01;exitPerimeter=0;entryX=0.5;entryY=-0.01;entryPerimeter=0;lucidId=idjAMNbyz~Bn;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-305" target="NVkNviZ4FxcrA1aYHcCZ-306">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-453" value="BLAST contigs + functional assays" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0;fontSize=18.3;fontFamily=Helvetica;fontColor=#1d262b;spacing=3.8;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=vdjA9-5ltmye;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="405" y="2256" width="189" height="109" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-454" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.996;exitY=0.5;exitPerimeter=0;entryX=0.071;entryY=0.5;entryPerimeter=0;lucidId=RdjAZQ7Y0Aw1;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-448" target="NVkNviZ4FxcrA1aYHcCZ-453">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-455" value="No" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-454">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-457" value="<div style="display: flex; justify-content: center; text-align: center; align-items: baseline; font-size: 0; line-height: 1.25;margin-top: -2px;"><span><span style="font-size:13px;color:#1d262b;">Pprior
mutation event</span></span></div>" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=13;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=DerA0LtiLp2.;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="1485" y="765" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-458" value="<div style="display: flex; justify-content: center; text-align: center; align-items: baseline; font-size: 0; line-height: 1.25;margin-top: -2px;"><span><span style="font-size:13px;color:#1d262b;">Pprior
CN event</span></span></div>" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=13;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=WfrAq9bm7mq9;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="1485" y="870" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-459" value="p-value cutoff" style="html=1;overflow=block;blockSpacing=1;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;spacing=9;strokeColor=#4881b3;strokeOpacity=100;rounded=1;absoluteArcSize=1;arcSize=9;fillColor=#F5FBFF;strokeWidth=2.3;lucidId=hgrAv4lt_RGZ;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="1485" y="975" width="120" height="90" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-460" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=-0.009;exitY=0.5;exitPerimeter=0;entryX=0.51;entryY=-0.009;entryPerimeter=0;lucidId=3grAl-TvLctD;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-457" target="NVkNviZ4FxcrA1aYHcCZ-332">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points">
<mxPoint x="1467" y="810" />
<mxPoint x="1467" y="773" />
<mxPoint x="806" y="773" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-461" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=-0.009;exitY=0.5;exitPerimeter=0;entryX=0.51;entryY=-0.009;entryPerimeter=0;lucidId=chrAh1eKLGUU;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-458" target="NVkNviZ4FxcrA1aYHcCZ-332">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points">
<mxPoint x="1454" y="915" />
<mxPoint x="1454" y="788" />
<mxPoint x="806" y="788" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-462" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=-0.009;exitY=0.5;exitPerimeter=0;entryX=0.5;entryY=0.004;entryPerimeter=0;lucidId=lhrAj-2N-c.S;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-459" target="NVkNviZ4FxcrA1aYHcCZ-333">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points">
<mxPoint x="1454" y="1020" />
<mxPoint x="1454" y="803" />
<mxPoint x="1040" y="803" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-463" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.245;exitY=1.01;exitPerimeter=0;entryX=0.965;entryY=0.224;entryPerimeter=0;lucidId=ZorAwwPCT2c1;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-321" target="NVkNviZ4FxcrA1aYHcCZ-323">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points">
<mxPoint x="543" y="235" />
<mxPoint x="333" y="235" />
<mxPoint x="333" y="837" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-464" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;dashed=1;fixDash=1;dashPattern=8 8;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=none;exitX=0.912;exitY=0.5;exitPerimeter=0;entryX=-0.001;entryY=0.396;entryPerimeter=0;lucidId=3.rA30bTCh0u;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-323" target="NVkNviZ4FxcrA1aYHcCZ-236">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-465" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=1.007;exitY=0.5;exitPerimeter=0;entryX=0.09;entryY=0.5;entryPerimeter=0;lucidId=4psA3AFxNA.K;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-288" target="NVkNviZ4FxcrA1aYHcCZ-281">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-466" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.5;exitY=0.996;exitPerimeter=0;entryX=0.456;entryY=-0.012;entryPerimeter=0;lucidId=JtEABWclxq2d;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-333" target="NVkNviZ4FxcrA1aYHcCZ-335">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-467" value="Yes" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-466">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-468" value="" style="html=1;jettySize=18;whiteSpace=wrap;fontSize=13;fontColor=#1d262b;strokeColor=#224C72;strokeWidth=1.5;rounded=1;arcSize=12;edgeStyle=orthogonalEdgeStyle;startArrow=none;exitX=0.993;exitY=0.5;exitPerimeter=0;entryX=-0.009;entryY=0.491;entryPerimeter=0;lucidId=RtEAzUTT60o8;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="NVkNviZ4FxcrA1aYHcCZ-333" target="NVkNviZ4FxcrA1aYHcCZ-334">
<mxGeometry width="100" height="100" relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-469" value="No" style="text;html=1;resizable=0;labelBackgroundColor=default;align=center;verticalAlign=middle;fontColor=#1d262b;fontSize=13;" vertex="1" parent="NVkNviZ4FxcrA1aYHcCZ-468">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-473" value="<font style="font-size: 24px;">-e</font>" style="ellipse;whiteSpace=wrap;html=1;fillColor=#647687;strokeColor=#314354;fontColor=#ffffff;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="1050" y="-909" width="73.71" height="60" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-474" value="<font style="font-size: 24px;">-f</font>" style="ellipse;whiteSpace=wrap;html=1;fillColor=#647687;strokeColor=#314354;fontColor=#ffffff;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="1050" y="-757.5" width="73.71" height="60" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-475" value="<font style="font-size: 24px;">-r</font>" style="ellipse;whiteSpace=wrap;html=1;fillColor=#647687;strokeColor=#314354;fontColor=#ffffff;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="1050" y="-591" width="73.71" height="60" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-477" value="<font style="font-size: 16px;">had to remove this for getting HCC run going</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#303000;fontColor=#ffffff;strokeColor=#3A5431;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="1140" y="-887" width="130" height="120" as="geometry" />
</mxCell>
<mxCell id="NVkNviZ4FxcrA1aYHcCZ-478" value="<font style="font-size: 16px;">had to remove this for getting HCC run going</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#303000;fontColor=#ffffff;strokeColor=#3A5431;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="1140" y="-724" width="130" height="120" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>