| %!PS-Adobe-3.0 |
| %%Creator: graphviz version 2.26.3 (20100126.1600) |
| %%Title: G |
| %%Pages: (atend) |
| %%BoundingBox: (atend) |
| %%EndComments |
| save |
| %%BeginProlog |
| /DotDict 200 dict def |
| DotDict begin |
| |
| /setupLatin1 { |
| mark |
| /EncodingVector 256 array def |
| EncodingVector 0 |
| |
| ISOLatin1Encoding 0 255 getinterval putinterval |
| EncodingVector 45 /hyphen put |
| |
| % Set up ISO Latin 1 character encoding |
| /starnetISO { |
| dup dup findfont dup length dict begin |
| { 1 index /FID ne { def }{ pop pop } ifelse |
| } forall |
| /Encoding EncodingVector def |
| currentdict end definefont |
| } def |
| /Times-Roman starnetISO def |
| /Times-Italic starnetISO def |
| /Times-Bold starnetISO def |
| /Times-BoldItalic starnetISO def |
| /Helvetica starnetISO def |
| /Helvetica-Oblique starnetISO def |
| /Helvetica-Bold starnetISO def |
| /Helvetica-BoldOblique starnetISO def |
| /Courier starnetISO def |
| /Courier-Oblique starnetISO def |
| /Courier-Bold starnetISO def |
| /Courier-BoldOblique starnetISO def |
| cleartomark |
| } bind def |
| |
| %%BeginResource: procset graphviz 0 0 |
| /coord-font-family /Times-Roman def |
| /default-font-family /Times-Roman def |
| /coordfont coord-font-family findfont 8 scalefont def |
| |
| /InvScaleFactor 1.0 def |
| /set_scale { |
| dup 1 exch div /InvScaleFactor exch def |
| scale |
| } bind def |
| |
| % styles |
| /solid { [] 0 setdash } bind def |
| /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def |
| /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def |
| /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def |
| /bold { 2 setlinewidth } bind def |
| /filled { } bind def |
| /unfilled { } bind def |
| /rounded { } bind def |
| /diagonals { } bind def |
| |
| % hooks for setting color |
| /nodecolor { sethsbcolor } bind def |
| /edgecolor { sethsbcolor } bind def |
| /graphcolor { sethsbcolor } bind def |
| /nopcolor {pop pop pop} bind def |
| |
| /beginpage { % i j npages |
| /npages exch def |
| /j exch def |
| /i exch def |
| /str 10 string def |
| npages 1 gt { |
| gsave |
| coordfont setfont |
| 0 0 moveto |
| (\() show i str cvs show (,) show j str cvs show (\)) show |
| grestore |
| } if |
| } bind def |
| |
| /set_font { |
| findfont exch |
| scalefont setfont |
| } def |
| |
| % draw text fitted to its expected width |
| /alignedtext { % width text |
| /text exch def |
| /width exch def |
| gsave |
| width 0 gt { |
| [] 0 setdash |
| text stringwidth pop width exch sub text length div 0 text ashow |
| } if |
| grestore |
| } def |
| |
| /boxprim { % xcorner ycorner xsize ysize |
| 4 2 roll |
| moveto |
| 2 copy |
| exch 0 rlineto |
| 0 exch rlineto |
| pop neg 0 rlineto |
| closepath |
| } bind def |
| |
| /ellipse_path { |
| /ry exch def |
| /rx exch def |
| /y exch def |
| /x exch def |
| matrix currentmatrix |
| newpath |
| x y translate |
| rx ry scale |
| 0 0 1 0 360 arc |
| setmatrix |
| } bind def |
| |
| /endpage { showpage } bind def |
| /showpage { } def |
| |
| /layercolorseq |
| [ % layer color sequence - darkest to lightest |
| [0 0 0] |
| [.2 .8 .8] |
| [.4 .8 .8] |
| [.6 .8 .8] |
| [.8 .8 .8] |
| ] |
| def |
| |
| /layerlen layercolorseq length def |
| |
| /setlayer {/maxlayer exch def /curlayer exch def |
| layercolorseq curlayer 1 sub layerlen mod get |
| aload pop sethsbcolor |
| /nodecolor {nopcolor} def |
| /edgecolor {nopcolor} def |
| /graphcolor {nopcolor} def |
| } bind def |
| |
| /onlayer { curlayer ne {invis} if } def |
| |
| /onlayers { |
| /myupper exch def |
| /mylower exch def |
| curlayer mylower lt |
| curlayer myupper gt |
| or |
| {invis} if |
| } def |
| |
| /curlayer 0 def |
| |
| %%EndResource |
| %%EndProlog |
| %%BeginSetup |
| 14 default-font-family set_font |
| 1 setmiterlimit |
| % /arrowlength 10 def |
| % /arrowwidth 5 def |
| |
| % make sure pdfmark is harmless for PS-interpreters other than Distiller |
| /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse |
| % make '<<' and '>>' safe on PS Level 1 devices |
| /languagelevel where {pop languagelevel}{1} ifelse |
| 2 lt { |
| userdict (<<) cvn ([) cvn load put |
| userdict (>>) cvn ([) cvn load put |
| } if |
| |
| %%EndSetup |
| setupLatin1 |
| %%Page: 1 1 |
| %%PageBoundingBox: 36 36 1438 468 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 1402 432 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % ATA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 13 moveto |
| 0 143 lineto |
| 56 143 lineto |
| 56 13 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 126.4 moveto 28 (ATA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 117 moveto |
| 56 117 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 100.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 91 moveto |
| 56 91 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8 74.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 65 moveto |
| 56 65 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 16.5 48.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 39 moveto |
| 56 39 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 22.4 moveto 28 (ATA) alignedtext |
| grestore |
| % ATG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 138 111 moveto |
| 138 241 lineto |
| 194 241 lineto |
| 194 111 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 151 224.4 moveto 30 (ATG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 138 215 moveto |
| 194 215 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 152 198.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 138 189 moveto |
| 194 189 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 146 172.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 138 163 moveto |
| 194 163 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 154.5 146.4 moveto 23 (3.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 138 137 moveto |
| 194 137 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 151 120.4 moveto 30 (ATG) alignedtext |
| grestore |
| % ATA->ATG |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 56.1 108.47 moveto |
| 61.77 113.93 67.89 119.35 74 124 curveto |
| 90.88 136.83 111.28 148.68 128.57 157.81 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 127.33 161.11 moveto |
| 137.82 162.6 lineto |
| 130.54 154.89 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 127.33 161.11 moveto |
| 137.82 162.6 lineto |
| 130.54 154.89 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74 156.4 moveto 46 (RF: [6]) alignedtext |
| grestore |
| % CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 978.5 46 moveto |
| 978.5 176 lineto |
| 1043.5 176 lineto |
| 1043.5 46 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 995.5 159.4 moveto 31 (CCG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 978.5 150 moveto |
| 1043.5 150 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 997 133.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 978.5 124 moveto |
| 1043.5 124 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 991 107.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 978.5 98 moveto |
| 1043.5 98 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 999.5 81.4 moveto 23 (4.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 978.5 72 moveto |
| 1043.5 72 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 986.5 55.4 moveto 49 (CCGAT) alignedtext |
| grestore |
| % ATA->CCG |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 56.03 70.21 moveto |
| 83.74 63.2 127.46 54 166 54 curveto |
| 166 54 166 54 832 54 curveto |
| 880.8 54 933.7 73.47 969.25 89.65 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 967.8 92.84 moveto |
| 978.34 93.9 lineto |
| 970.76 86.5 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 967.8 92.84 moveto |
| 978.34 93.9 lineto |
| 970.76 86.5 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 418 59.4 moveto 88 (RR: [1,2,4,5]) alignedtext |
| grestore |
| % ATG->ATA |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 137.85 119.91 moveto |
| 132.64 113.16 126.7 106.93 120 102 curveto |
| 104.45 90.54 83.89 84.54 66.15 81.41 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 66.5 77.92 moveto |
| 56.09 79.87 lineto |
| 65.45 84.84 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 66.5 77.92 moveto |
| 56.09 79.87 lineto |
| 65.45 84.84 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74 107.4 moveto 46 (RF: [6]) alignedtext |
| grestore |
| % ATG->CCG |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 194.24 136.93 moveto |
| 199.57 131.82 205.54 127.24 212 124 curveto |
| 345.84 56.88 822 93.7 968.08 106.91 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 968.14 110.43 moveto |
| 978.41 107.85 lineto |
| 968.77 103.45 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 968.14 110.43 moveto |
| 978.41 107.85 lineto |
| 968.77 103.45 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 524 90.4 moveto 88 (RR: [1,2,4,5]) alignedtext |
| grestore |
| % CCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 434 258 moveto |
| 434 388 lineto |
| 490 388 lineto |
| 490 258 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 447 371.4 moveto 30 (CCA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 434 362 moveto |
| 490 362 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 448 345.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 434 336 moveto |
| 490 336 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 442 319.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 434 310 moveto |
| 490 310 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 450.5 293.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 434 284 moveto |
| 490 284 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 447 267.4 moveto 30 (CCA) alignedtext |
| grestore |
| % ATG->CCA |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 194.06 224.96 moveto |
| 213.56 253.86 242.4 288.01 278 305 curveto |
| 324.47 327.17 384.95 328.63 423.64 326.62 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 424.18 330.09 moveto |
| 433.94 325.98 lineto |
| 423.74 323.11 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 424.18 330.09 moveto |
| 433.94 325.98 lineto |
| 423.74 323.11 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 283 327.4 moveto 46 (FR: [6]) alignedtext |
| grestore |
| % AAT |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 278 166 moveto |
| 278 296 lineto |
| 334 296 lineto |
| 334 166 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 291.5 279.4 moveto 29 (AAT) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 278 270 moveto |
| 334 270 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 292 253.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 278 244 moveto |
| 334 244 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 286 227.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 278 218 moveto |
| 334 218 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 294.5 201.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 278 192 moveto |
| 334 192 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 286.5 175.4 moveto 39 (CAAT) alignedtext |
| grestore |
| % ATG->AAT |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 194.36 191.71 moveto |
| 200.12 194.64 206.19 197.55 212 200 curveto |
| 230 207.6 250.55 214.57 267.83 219.96 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 267 223.37 moveto |
| 277.59 222.95 lineto |
| 269.05 216.67 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 267 223.37 moveto |
| 277.59 222.95 lineto |
| 269.05 216.67 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 212 221.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % CCG->ATA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 978.48 72.65 moveto |
| 972.67 66.99 966.42 61.55 960 57 curveto |
| 909.19 21 894.27 0 832 0 curveto |
| 166 0 166 0 166 0 curveto |
| 127.59 0 90.05 23.18 63.84 44.27 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 61.53 41.64 moveto |
| 56.08 50.72 lineto |
| 66.01 47.02 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 61.53 41.64 moveto |
| 56.08 50.72 lineto |
| 66.01 47.02 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 439.5 5.4 moveto 45 (FF: [5]) alignedtext |
| grestore |
| % CCG->ATG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 978.23 118.95 moveto |
| 942.51 126.92 883.54 138 832 138 curveto |
| 306 138 306 138 306 138 curveto |
| 270.29 138 231.19 149.66 203.41 160.06 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 202.15 156.79 moveto |
| 194.08 163.66 lineto |
| 204.67 163.32 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 202.15 156.79 moveto |
| 194.08 163.66 lineto |
| 204.67 163.32 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 545.5 143.4 moveto 45 (FF: [4]) alignedtext |
| grestore |
| % ACC |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 1152.5 126 moveto |
| 1152.5 256 lineto |
| 1219.5 256 lineto |
| 1219.5 126 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1152.5 126 moveto |
| 1152.5 256 lineto |
| 1219.5 256 lineto |
| 1219.5 126 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1171 239.4 moveto 30 (ACC) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1152.5 230 moveto |
| 1219.5 230 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1161 213.4 moveto 50 (5':[4,3]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1152.5 204 moveto |
| 1219.5 204 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1166 187.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1152.5 178 moveto |
| 1219.5 178 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1174.5 161.4 moveto 23 (3.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1152.5 152 moveto |
| 1219.5 152 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1160.5 135.4 moveto 51 (AAACC) alignedtext |
| grestore |
| % CCG->ACC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 1043.59 133.53 moveto |
| 1049.58 137.26 1055.88 140.91 1062 144 curveto |
| 1069.64 147.87 1110.3 163.12 1143.01 175.21 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 1141.83 178.51 moveto |
| 1152.42 178.69 lineto |
| 1144.25 171.94 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 1141.83 178.51 moveto |
| 1152.42 178.69 lineto |
| 1144.25 171.94 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1067.5 176.4 moveto 61 (RR: [1,4]) alignedtext |
| grestore |
| % AGC |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 798 240 moveto |
| 798 370 lineto |
| 866 370 lineto |
| 866 240 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 798 240 moveto |
| 798 370 lineto |
| 866 370 lineto |
| 866 240 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 816.5 353.4 moveto 31 (AGC) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 798 344 moveto |
| 866 344 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 807 327.4 moveto 50 (5':[5,6]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 798 318 moveto |
| 866 318 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 812 301.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 798 292 moveto |
| 866 292 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 820.5 275.4 moveto 23 (3.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 798 266 moveto |
| 866 266 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 806 249.4 moveto 52 (AAGCC) alignedtext |
| grestore |
| % CCG->AGC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 978.37 137.95 moveto |
| 972.48 142.03 966.23 145.91 960 149 curveto |
| 928.51 164.64 909.29 146.57 884 171 curveto |
| 865.5 188.87 875.09 201.94 866 226 curveto |
| 865.47 227.4 864.93 228.8 864.39 230.22 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 861.08 229.07 moveto |
| 860.66 239.66 lineto |
| 867.59 231.64 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 861.08 229.07 moveto |
| 860.66 239.66 lineto |
| 867.59 231.64 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 884.5 176.4 moveto 75 (RR: [2,5,6]) alignedtext |
| grestore |
| % ACC->CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1152.38 140.24 moveto |
| 1146.84 134.7 1140.69 129.73 1134 126 curveto |
| 1109.75 112.48 1078.69 108.78 1053.85 108.43 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 1053.61 104.93 moveto |
| 1043.62 108.47 lineto |
| 1053.63 111.93 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 1053.61 104.93 moveto |
| 1043.62 108.47 lineto |
| 1053.63 111.93 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1069 131.4 moveto 58 (FF: [1,4]) alignedtext |
| grestore |
| % ACC->CCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1172.23 256.28 moveto |
| 1164.31 282.24 1152.2 311.09 1134 333 curveto |
| 1093.38 381.9 1074.57 406 1011 406 curveto |
| 658 406 658 406 658 406 curveto |
| 598.82 406 536.97 373.51 498.96 349.19 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 500.57 346.06 moveto |
| 490.29 343.52 lineto |
| 496.74 351.92 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 500.57 346.06 moveto |
| 490.29 343.52 lineto |
| 496.74 351.92 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 809.5 411.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % TAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 1328 200 moveto |
| 1328 330 lineto |
| 1394 330 lineto |
| 1394 200 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1328 200 moveto |
| 1328 330 lineto |
| 1394 330 lineto |
| 1394 200 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1346.5 313.4 moveto 29 (TAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1328 304 moveto |
| 1394 304 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1336 287.4 moveto 50 (5':[2,1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1328 278 moveto |
| 1394 278 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1341 261.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1328 252 moveto |
| 1394 252 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1349.5 235.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1328 226 moveto |
| 1394 226 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1346.5 209.4 moveto 29 (TAA) alignedtext |
| grestore |
| % ACC->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 1219.53 188.69 moveto |
| 1245.65 188.34 1282.05 191.12 1310 206 curveto |
| 1313.53 207.88 1316.92 210.11 1320.17 212.59 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 1318.03 215.36 moveto |
| 1327.91 219.19 lineto |
| 1322.57 210.03 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 1318.03 215.36 moveto |
| 1327.91 219.19 lineto |
| 1322.57 210.03 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1250 211.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % CCA->ATG |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 433.86 334.11 moveto |
| 396.87 346.98 330.41 364.01 278 344 curveto |
| 237.09 328.38 209.44 288.01 191.85 250.75 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 194.91 249.03 moveto |
| 187.59 241.36 lineto |
| 188.53 251.92 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 194.91 249.03 moveto |
| 187.59 241.36 lineto |
| 188.53 251.92 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 283 358.4 moveto 46 (FR: [6]) alignedtext |
| grestore |
| % CCA->ACC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 490.27 292.04 moveto |
| 525.72 256.79 590.13 204 658 204 curveto |
| 658 204 658 204 1011 204 curveto |
| 1055.78 204 1106.83 199.71 1142.19 196.06 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 1142.6 199.54 moveto |
| 1152.18 195.01 lineto |
| 1141.87 192.58 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 1142.6 199.54 moveto |
| 1152.18 195.01 lineto |
| 1141.87 192.58 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 808 209.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % CCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 630 244 moveto |
| 630 374 lineto |
| 686 374 lineto |
| 686 244 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 643 357.4 moveto 30 (CCC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 630 348 moveto |
| 686 348 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 644 331.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 630 322 moveto |
| 686 322 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 638 305.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 630 296 moveto |
| 686 296 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 646.5 279.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 630 270 moveto |
| 686 270 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 643 253.4 moveto 30 (CCC) alignedtext |
| grestore |
| % CCA->CCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 490.21 321.29 moveto |
| 520.37 319.42 569.58 316.26 612 313 curveto |
| 614.52 312.81 617.11 312.6 619.73 312.39 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 620.12 315.87 moveto |
| 629.79 311.54 lineto |
| 619.53 308.89 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 620.12 315.87 moveto |
| 629.79 311.54 lineto |
| 619.53 308.89 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 544 323.4 moveto 48 (RR: [6]) alignedtext |
| grestore |
| % CCA->AAT |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 433.8 269.55 moveto |
| 424.69 257.17 413.41 245.46 400 238 curveto |
| 383.26 228.69 362.18 226.43 344.23 226.72 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 343.92 223.23 moveto |
| 334.08 227.15 lineto |
| 344.22 230.22 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 343.92 223.23 moveto |
| 334.08 227.15 lineto |
| 344.22 230.22 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 353.5 243.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % TAA->ACC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1327.78 256.31 moveto |
| 1302.53 249.15 1267.28 237.91 1238 224 curveto |
| 1234.86 222.51 1231.68 220.87 1228.53 219.13 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 1230.14 216.02 moveto |
| 1219.73 214.06 lineto |
| 1226.64 222.09 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 1230.14 216.02 moveto |
| 1219.73 214.06 lineto |
| 1226.64 222.09 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1238 255.4 moveto 72 (FF: [1,3,4]) alignedtext |
| grestore |
| % TAA->AGC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1327.73 280.33 moveto |
| 1321.92 282.54 1315.85 284.55 1310 286 curveto |
| 1158.68 323.59 1115.89 306.87 960 310 curveto |
| 926.23 310.68 917.74 311.62 884 310 curveto |
| 881.46 309.88 878.86 309.72 876.23 309.54 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 876.33 306.04 moveto |
| 866.09 308.75 lineto |
| 875.79 313.02 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 876.33 306.04 moveto |
| 866.09 308.75 lineto |
| 875.79 313.02 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1062 316.4 moveto 72 (FF: [2,5,6]) alignedtext |
| grestore |
| % AGC->CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 866.04 268.98 moveto |
| 871.9 263.16 878.03 257.31 884 252 curveto |
| 915.94 223.56 931.37 224.76 960 193 curveto |
| 964.27 188.26 968.4 183.12 972.34 177.8 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 975.42 179.5 moveto |
| 978.35 169.32 lineto |
| 969.71 175.45 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 975.42 179.5 moveto |
| 978.35 169.32 lineto |
| 969.71 175.45 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 893 257.4 moveto 58 (FF: [2,5]) alignedtext |
| grestore |
| % AGC->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 866.27 301.74 moveto |
| 911.19 297.52 992.45 290.13 1062 285 curveto |
| 1172.12 276.88 1199.92 278.72 1310 270 curveto |
| 1312.52 269.8 1315.11 269.58 1317.73 269.35 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 1318.18 272.83 moveto |
| 1327.82 268.43 lineto |
| 1317.54 265.86 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 1318.18 272.83 moveto |
| 1327.82 268.43 lineto |
| 1317.54 265.86 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1074 290.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % AGC->CCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 797.99 305.78 moveto |
| 768.87 306.45 726.94 307.42 696.56 308.11 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 696.26 304.62 moveto |
| 686.34 308.35 lineto |
| 696.42 311.62 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 696.26 304.62 moveto |
| 686.34 308.35 lineto |
| 696.42 311.62 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 719.5 312.4 moveto 45 (FF: [6]) alignedtext |
| grestore |
| % CCC->CCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 629.78 296.06 moveto |
| 624.01 293.96 617.9 292.11 612 291 curveto |
| 573.57 283.75 562.01 281.77 524 291 curveto |
| 515.62 293.03 507.11 296.41 499.19 300.22 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 497.5 297.16 moveto |
| 490.21 304.85 lineto |
| 500.7 303.38 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 497.5 297.16 moveto |
| 490.21 304.85 lineto |
| 500.7 303.38 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 545.5 296.4 moveto 45 (FF: [6]) alignedtext |
| grestore |
| % CCC->AGC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 686.3 290.82 moveto |
| 691.96 288 698.01 285.52 704 284 curveto |
| 736.74 275.68 746.84 277.56 780 284 curveto |
| 782.69 284.52 785.41 285.18 788.13 285.94 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 787.29 289.35 moveto |
| 797.88 289.08 lineto |
| 789.43 282.69 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 787.29 289.35 moveto |
| 797.88 289.08 lineto |
| 789.43 282.69 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 704.5 289.4 moveto 75 (RR: [2,5,6]) alignedtext |
| grestore |
| % AAT->ATG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 277.77 190.57 moveto |
| 272.46 185.51 266.51 181.05 260 178 curveto |
| 242.83 169.94 221.88 168.79 204.12 169.93 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 203.73 166.45 moveto |
| 194.08 170.83 lineto |
| 204.36 173.42 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 203.73 166.45 moveto |
| 194.08 170.83 lineto |
| 204.36 173.42 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 213.5 183.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % AAT->CCA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 334.1 248.98 moveto |
| 339.99 252.67 346.17 256.5 352 260 curveto |
| 376.1 274.49 403.53 290.2 424.98 302.31 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 423.35 305.41 moveto |
| 433.78 307.27 lineto |
| 426.78 299.31 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 423.35 305.41 moveto |
| 433.78 307.27 lineto |
| 426.78 299.31 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 352 291.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 1438 468 |
| end |
| restore |
| %%EOF |