| %!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 432 392 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 396 356 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 136 moveto |
| 0 240 lineto |
| 56 240 lineto |
| 56 136 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 12.5 223.4 moveto 31 (AAA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 214 moveto |
| 56 214 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 197.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 188 moveto |
| 56 188 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8 171.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 162 moveto |
| 56 162 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 16.5 145.4 moveto 23 (3.0) alignedtext |
| grestore |
| % AAT |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 244 moveto |
| 180 348 lineto |
| 236 348 lineto |
| 236 244 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 193.5 331.4 moveto 29 (AAT) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 322 moveto |
| 236 322 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 194 305.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 296 moveto |
| 236 296 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 188 279.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 270 moveto |
| 236 270 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 196.5 253.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAA->AAT |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 47.28 240.2 moveto |
| 54.02 252.28 62.8 263.94 74 272 curveto |
| 101.77 291.97 140.97 297.03 169.8 297.66 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 169.89 301.16 moveto |
| 179.91 297.71 lineto |
| 169.93 294.16 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 169.89 301.16 moveto |
| 179.91 297.71 lineto |
| 169.93 294.16 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 89.5 301.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 122 moveto |
| 180 226 lineto |
| 236 226 lineto |
| 236 122 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 192.5 209.4 moveto 31 (AAC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 200 moveto |
| 236 200 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 194 183.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 174 moveto |
| 236 174 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 188 157.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 148 moveto |
| 236 148 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 196.5 131.4 moveto 23 (2.0) alignedtext |
| grestore |
| % AAA->AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 56.21 189.46 moveto |
| 81 190.34 118.01 190.67 150 187 curveto |
| 156.46 186.26 163.25 185.09 169.82 183.76 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 170.86 187.12 moveto |
| 179.88 181.56 lineto |
| 169.37 180.28 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 170.86 187.12 moveto |
| 179.88 181.56 lineto |
| 169.37 180.28 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 83 195.4 moveto 58 (FF: [1,2]) alignedtext |
| grestore |
| % GAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 168 0 moveto |
| 168 104 lineto |
| 248 104 lineto |
| 248 0 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 168 0 moveto |
| 168 104 lineto |
| 248 104 lineto |
| 248 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 192 87.4 moveto 32 (GAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 168 78 moveto |
| 248 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 176 61.4 moveto 64 (5':[2,3,1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 168 52 moveto |
| 248 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 188 35.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 168 26 moveto |
| 248 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 196.5 9.4 moveto 23 (3.0) alignedtext |
| grestore |
| % AAA->GAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 56.16 154.62 moveto |
| 61.78 148.77 67.86 142.97 74 138 curveto |
| 104.5 113.29 117.06 114.35 150 93 curveto |
| 153.08 91.01 156.23 88.92 159.38 86.79 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 161.44 89.63 moveto |
| 167.72 81.1 lineto |
| 157.49 83.85 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 161.44 89.63 moveto |
| 167.72 81.1 lineto |
| 157.49 83.85 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74.5 143.4 moveto 75 (RR: [1,2,3]) alignedtext |
| grestore |
| % AAT->AAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 179.96 271.85 moveto |
| 170.72 264.42 160.19 256.49 150 250 curveto |
| 118.15 229.71 107.63 229.18 74 212 curveto |
| 71.11 210.52 68.13 208.99 65.13 207.44 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 66.67 204.3 moveto |
| 56.18 202.8 lineto |
| 63.45 210.51 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 66.67 204.3 moveto |
| 56.18 202.8 lineto |
| 63.45 210.51 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 88 255.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % AAC->AAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 179.89 167.33 moveto |
| 152.49 161.95 109.85 156.54 74 165 curveto |
| 71.32 165.63 68.62 166.45 65.95 167.39 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 64.37 164.25 moveto |
| 56.43 171.26 lineto |
| 67.01 170.73 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 64.37 164.25 moveto |
| 56.43 171.26 lineto |
| 67.01 170.73 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 81.5 170.4 moveto 61 (RR: [1,2]) alignedtext |
| grestore |
| % ACG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 332 182 moveto |
| 332 286 lineto |
| 388 286 lineto |
| 388 182 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 344.5 269.4 moveto 31 (ACG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 332 260 moveto |
| 388 260 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 346 243.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 332 234 moveto |
| 388 234 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 340 217.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 332 208 moveto |
| 388 208 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 348.5 191.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAC->ACG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 236.28 196.08 moveto |
| 245.37 202.32 255.74 208.59 266 213 curveto |
| 283.59 220.56 304.26 225.56 321.73 228.78 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 321.14 232.23 moveto |
| 331.59 230.47 lineto |
| 322.33 225.33 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 321.14 232.23 moveto |
| 331.59 230.47 lineto |
| 322.33 225.33 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 267.5 232.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % ACC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 332 60 moveto |
| 332 164 lineto |
| 388 164 lineto |
| 388 60 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 345 147.4 moveto 30 (ACC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 332 138 moveto |
| 388 138 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 346 121.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 332 112 moveto |
| 388 112 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 340 95.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 332 86 moveto |
| 388 86 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 348.5 69.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAC->ACC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 236.36 162.55 moveto |
| 257.72 153.91 287.72 141.76 314 131 curveto |
| 316.7 129.9 319.49 128.75 322.29 127.6 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 323.88 130.73 moveto |
| 331.79 123.68 lineto |
| 321.21 124.26 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 323.88 130.73 moveto |
| 331.79 123.68 lineto |
| 321.21 124.26 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 267.5 154.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % GAA->AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 167.83 47.65 moveto |
| 138.82 46.71 100.28 50.25 74 71 curveto |
| 56.7 84.66 45.89 105.76 39.14 126.29 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 35.76 125.39 moveto |
| 36.23 135.98 lineto |
| 42.46 127.41 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 35.76 125.39 moveto |
| 36.23 135.98 lineto |
| 42.46 127.41 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 76 76.4 moveto 72 (FF: [1,2,3]) alignedtext |
| grestore |
| % ACG->AAC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 331.79 202.91 moveto |
| 326.3 198.3 320.28 194.08 314 191 curveto |
| 293.09 180.76 267.36 176.47 246.48 174.75 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 246.57 171.25 moveto |
| 236.36 174.09 lineto |
| 246.11 178.24 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 246.57 171.25 moveto |
| 236.36 174.09 lineto |
| 246.11 178.24 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 266 196.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % ACC->AAC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 331.6 104.8 moveto |
| 312.27 101.38 286.56 99.79 266 109 curveto |
| 257.69 112.72 250.08 118.29 243.3 124.63 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 240.8 122.18 moveto |
| 236.27 131.76 lineto |
| 245.78 127.09 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 240.8 122.18 moveto |
| 236.27 131.76 lineto |
| 245.78 127.09 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 266 114.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 432 392 |
| end |
| restore |
| %%EOF |