Codebase list barrnap / ce3f2c4
Imported Upstream version 0.7+dfsg Afif Elghraoui 7 years ago
19 changed file(s) with 324199 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 data/
1 blib/
2 .build/
3 _build/
4 build/*.h??
5 build/*.i??
6 build/*.cm
7 build/*.ssi
8 build/Rfam.seed
9 build/*.fasta
10 build/*.bac.*
11 build/*.arc.*
12 build/*.euk.*
13 build/LSU*
14 cover_db/
15 inc/
16 Build
17 !Build/
18 Build.bat
19 .last_cover_stats
20 Makefile.old
21 MANIFEST.bak
22 META.yml
23 MYMETA.yml
24 nytprof.out
25 pm_to_blib
0 GNU GENERAL PUBLIC LICENSE
1 Version 3, 29 June 2007
2
3 Copyright (C) 2007 Free Software Foundation, Inc. {http://fsf.org/}
4 Everyone is permitted to copy and distribute verbatim copies
5 of this license document, but changing it is not allowed.
6
7 Preamble
8
9 The GNU General Public License is a free, copyleft license for
10 software and other kinds of works.
11
12 The licenses for most software and other practical works are designed
13 to take away your freedom to share and change the works. By contrast,
14 the GNU General Public License is intended to guarantee your freedom to
15 share and change all versions of a program--to make sure it remains free
16 software for all its users. We, the Free Software Foundation, use the
17 GNU General Public License for most of our software; it applies also to
18 any other work released this way by its authors. You can apply it to
19 your programs, too.
20
21 When we speak of free software, we are referring to freedom, not
22 price. Our General Public Licenses are designed to make sure that you
23 have the freedom to distribute copies of free software (and charge for
24 them if you wish), that you receive source code or can get it if you
25 want it, that you can change the software or use pieces of it in new
26 free programs, and that you know you can do these things.
27
28 To protect your rights, we need to prevent others from denying you
29 these rights or asking you to surrender the rights. Therefore, you have
30 certain responsibilities if you distribute copies of the software, or if
31 you modify it: responsibilities to respect the freedom of others.
32
33 For example, if you distribute copies of such a program, whether
34 gratis or for a fee, you must pass on to the recipients the same
35 freedoms that you received. You must make sure that they, too, receive
36 or can get the source code. And you must show them these terms so they
37 know their rights.
38
39 Developers that use the GNU GPL protect your rights with two steps:
40 (1) assert copyright on the software, and (2) offer you this License
41 giving you legal permission to copy, distribute and/or modify it.
42
43 For the developers' and authors' protection, the GPL clearly explains
44 that there is no warranty for this free software. For both users' and
45 authors' sake, the GPL requires that modified versions be marked as
46 changed, so that their problems will not be attributed erroneously to
47 authors of previous versions.
48
49 Some devices are designed to deny users access to install or run
50 modified versions of the software inside them, although the manufacturer
51 can do so. This is fundamentally incompatible with the aim of
52 protecting users' freedom to change the software. The systematic
53 pattern of such abuse occurs in the area of products for individuals to
54 use, which is precisely where it is most unacceptable. Therefore, we
55 have designed this version of the GPL to prohibit the practice for those
56 products. If such problems arise substantially in other domains, we
57 stand ready to extend this provision to those domains in future versions
58 of the GPL, as needed to protect the freedom of users.
59
60 Finally, every program is threatened constantly by software patents.
61 States should not allow patents to restrict development and use of
62 software on general-purpose computers, but in those that do, we wish to
63 avoid the special danger that patents applied to a free program could
64 make it effectively proprietary. To prevent this, the GPL assures that
65 patents cannot be used to render the program non-free.
66
67 The precise terms and conditions for copying, distribution and
68 modification follow.
69
70 TERMS AND CONDITIONS
71
72 0. Definitions.
73
74 "This License" refers to version 3 of the GNU General Public License.
75
76 "Copyright" also means copyright-like laws that apply to other kinds of
77 works, such as semiconductor masks.
78
79 "The Program" refers to any copyrightable work licensed under this
80 License. Each licensee is addressed as "you". "Licensees" and
81 "recipients" may be individuals or organizations.
82
83 To "modify" a work means to copy from or adapt all or part of the work
84 in a fashion requiring copyright permission, other than the making of an
85 exact copy. The resulting work is called a "modified version" of the
86 earlier work or a work "based on" the earlier work.
87
88 A "covered work" means either the unmodified Program or a work based
89 on the Program.
90
91 To "propagate" a work means to do anything with it that, without
92 permission, would make you directly or secondarily liable for
93 infringement under applicable copyright law, except executing it on a
94 computer or modifying a private copy. Propagation includes copying,
95 distribution (with or without modification), making available to the
96 public, and in some countries other activities as well.
97
98 To "convey" a work means any kind of propagation that enables other
99 parties to make or receive copies. Mere interaction with a user through
100 a computer network, with no transfer of a copy, is not conveying.
101
102 An interactive user interface displays "Appropriate Legal Notices"
103 to the extent that it includes a convenient and prominently visible
104 feature that (1) displays an appropriate copyright notice, and (2)
105 tells the user that there is no warranty for the work (except to the
106 extent that warranties are provided), that licensees may convey the
107 work under this License, and how to view a copy of this License. If
108 the interface presents a list of user commands or options, such as a
109 menu, a prominent item in the list meets this criterion.
110
111 1. Source Code.
112
113 The "source code" for a work means the preferred form of the work
114 for making modifications to it. "Object code" means any non-source
115 form of a work.
116
117 A "Standard Interface" means an interface that either is an official
118 standard defined by a recognized standards body, or, in the case of
119 interfaces specified for a particular programming language, one that
120 is widely used among developers working in that language.
121
122 The "System Libraries" of an executable work include anything, other
123 than the work as a whole, that (a) is included in the normal form of
124 packaging a Major Component, but which is not part of that Major
125 Component, and (b) serves only to enable use of the work with that
126 Major Component, or to implement a Standard Interface for which an
127 implementation is available to the public in source code form. A
128 "Major Component", in this context, means a major essential component
129 (kernel, window system, and so on) of the specific operating system
130 (if any) on which the executable work runs, or a compiler used to
131 produce the work, or an object code interpreter used to run it.
132
133 The "Corresponding Source" for a work in object code form means all
134 the source code needed to generate, install, and (for an executable
135 work) run the object code and to modify the work, including scripts to
136 control those activities. However, it does not include the work's
137 System Libraries, or general-purpose tools or generally available free
138 programs which are used unmodified in performing those activities but
139 which are not part of the work. For example, Corresponding Source
140 includes interface definition files associated with source files for
141 the work, and the source code for shared libraries and dynamically
142 linked subprograms that the work is specifically designed to require,
143 such as by intimate data communication or control flow between those
144 subprograms and other parts of the work.
145
146 The Corresponding Source need not include anything that users
147 can regenerate automatically from other parts of the Corresponding
148 Source.
149
150 The Corresponding Source for a work in source code form is that
151 same work.
152
153 2. Basic Permissions.
154
155 All rights granted under this License are granted for the term of
156 copyright on the Program, and are irrevocable provided the stated
157 conditions are met. This License explicitly affirms your unlimited
158 permission to run the unmodified Program. The output from running a
159 covered work is covered by this License only if the output, given its
160 content, constitutes a covered work. This License acknowledges your
161 rights of fair use or other equivalent, as provided by copyright law.
162
163 You may make, run and propagate covered works that you do not
164 convey, without conditions so long as your license otherwise remains
165 in force. You may convey covered works to others for the sole purpose
166 of having them make modifications exclusively for you, or provide you
167 with facilities for running those works, provided that you comply with
168 the terms of this License in conveying all material for which you do
169 not control copyright. Those thus making or running the covered works
170 for you must do so exclusively on your behalf, under your direction
171 and control, on terms that prohibit them from making any copies of
172 your copyrighted material outside their relationship with you.
173
174 Conveying under any other circumstances is permitted solely under
175 the conditions stated below. Sublicensing is not allowed; section 10
176 makes it unnecessary.
177
178 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
179
180 No covered work shall be deemed part of an effective technological
181 measure under any applicable law fulfilling obligations under article
182 11 of the WIPO copyright treaty adopted on 20 December 1996, or
183 similar laws prohibiting or restricting circumvention of such
184 measures.
185
186 When you convey a covered work, you waive any legal power to forbid
187 circumvention of technological measures to the extent such circumvention
188 is effected by exercising rights under this License with respect to
189 the covered work, and you disclaim any intention to limit operation or
190 modification of the work as a means of enforcing, against the work's
191 users, your or third parties' legal rights to forbid circumvention of
192 technological measures.
193
194 4. Conveying Verbatim Copies.
195
196 You may convey verbatim copies of the Program's source code as you
197 receive it, in any medium, provided that you conspicuously and
198 appropriately publish on each copy an appropriate copyright notice;
199 keep intact all notices stating that this License and any
200 non-permissive terms added in accord with section 7 apply to the code;
201 keep intact all notices of the absence of any warranty; and give all
202 recipients a copy of this License along with the Program.
203
204 You may charge any price or no price for each copy that you convey,
205 and you may offer support or warranty protection for a fee.
206
207 5. Conveying Modified Source Versions.
208
209 You may convey a work based on the Program, or the modifications to
210 produce it from the Program, in the form of source code under the
211 terms of section 4, provided that you also meet all of these conditions:
212
213 a) The work must carry prominent notices stating that you modified
214 it, and giving a relevant date.
215
216 b) The work must carry prominent notices stating that it is
217 released under this License and any conditions added under section
218 7. This requirement modifies the requirement in section 4 to
219 "keep intact all notices".
220
221 c) You must license the entire work, as a whole, under this
222 License to anyone who comes into possession of a copy. This
223 License will therefore apply, along with any applicable section 7
224 additional terms, to the whole of the work, and all its parts,
225 regardless of how they are packaged. This License gives no
226 permission to license the work in any other way, but it does not
227 invalidate such permission if you have separately received it.
228
229 d) If the work has interactive user interfaces, each must display
230 Appropriate Legal Notices; however, if the Program has interactive
231 interfaces that do not display Appropriate Legal Notices, your
232 work need not make them do so.
233
234 A compilation of a covered work with other separate and independent
235 works, which are not by their nature extensions of the covered work,
236 and which are not combined with it such as to form a larger program,
237 in or on a volume of a storage or distribution medium, is called an
238 "aggregate" if the compilation and its resulting copyright are not
239 used to limit the access or legal rights of the compilation's users
240 beyond what the individual works permit. Inclusion of a covered work
241 in an aggregate does not cause this License to apply to the other
242 parts of the aggregate.
243
244 6. Conveying Non-Source Forms.
245
246 You may convey a covered work in object code form under the terms
247 of sections 4 and 5, provided that you also convey the
248 machine-readable Corresponding Source under the terms of this License,
249 in one of these ways:
250
251 a) Convey the object code in, or embodied in, a physical product
252 (including a physical distribution medium), accompanied by the
253 Corresponding Source fixed on a durable physical medium
254 customarily used for software interchange.
255
256 b) Convey the object code in, or embodied in, a physical product
257 (including a physical distribution medium), accompanied by a
258 written offer, valid for at least three years and valid for as
259 long as you offer spare parts or customer support for that product
260 model, to give anyone who possesses the object code either (1) a
261 copy of the Corresponding Source for all the software in the
262 product that is covered by this License, on a durable physical
263 medium customarily used for software interchange, for a price no
264 more than your reasonable cost of physically performing this
265 conveying of source, or (2) access to copy the
266 Corresponding Source from a network server at no charge.
267
268 c) Convey individual copies of the object code with a copy of the
269 written offer to provide the Corresponding Source. This
270 alternative is allowed only occasionally and noncommercially, and
271 only if you received the object code with such an offer, in accord
272 with subsection 6b.
273
274 d) Convey the object code by offering access from a designated
275 place (gratis or for a charge), and offer equivalent access to the
276 Corresponding Source in the same way through the same place at no
277 further charge. You need not require recipients to copy the
278 Corresponding Source along with the object code. If the place to
279 copy the object code is a network server, the Corresponding Source
280 may be on a different server (operated by you or a third party)
281 that supports equivalent copying facilities, provided you maintain
282 clear directions next to the object code saying where to find the
283 Corresponding Source. Regardless of what server hosts the
284 Corresponding Source, you remain obligated to ensure that it is
285 available for as long as needed to satisfy these requirements.
286
287 e) Convey the object code using peer-to-peer transmission, provided
288 you inform other peers where the object code and Corresponding
289 Source of the work are being offered to the general public at no
290 charge under subsection 6d.
291
292 A separable portion of the object code, whose source code is excluded
293 from the Corresponding Source as a System Library, need not be
294 included in conveying the object code work.
295
296 A "User Product" is either (1) a "consumer product", which means any
297 tangible personal property which is normally used for personal, family,
298 or household purposes, or (2) anything designed or sold for incorporation
299 into a dwelling. In determining whether a product is a consumer product,
300 doubtful cases shall be resolved in favor of coverage. For a particular
301 product received by a particular user, "normally used" refers to a
302 typical or common use of that class of product, regardless of the status
303 of the particular user or of the way in which the particular user
304 actually uses, or expects or is expected to use, the product. A product
305 is a consumer product regardless of whether the product has substantial
306 commercial, industrial or non-consumer uses, unless such uses represent
307 the only significant mode of use of the product.
308
309 "Installation Information" for a User Product means any methods,
310 procedures, authorization keys, or other information required to install
311 and execute modified versions of a covered work in that User Product from
312 a modified version of its Corresponding Source. The information must
313 suffice to ensure that the continued functioning of the modified object
314 code is in no case prevented or interfered with solely because
315 modification has been made.
316
317 If you convey an object code work under this section in, or with, or
318 specifically for use in, a User Product, and the conveying occurs as
319 part of a transaction in which the right of possession and use of the
320 User Product is transferred to the recipient in perpetuity or for a
321 fixed term (regardless of how the transaction is characterized), the
322 Corresponding Source conveyed under this section must be accompanied
323 by the Installation Information. But this requirement does not apply
324 if neither you nor any third party retains the ability to install
325 modified object code on the User Product (for example, the work has
326 been installed in ROM).
327
328 The requirement to provide Installation Information does not include a
329 requirement to continue to provide support service, warranty, or updates
330 for a work that has been modified or installed by the recipient, or for
331 the User Product in which it has been modified or installed. Access to a
332 network may be denied when the modification itself materially and
333 adversely affects the operation of the network or violates the rules and
334 protocols for communication across the network.
335
336 Corresponding Source conveyed, and Installation Information provided,
337 in accord with this section must be in a format that is publicly
338 documented (and with an implementation available to the public in
339 source code form), and must require no special password or key for
340 unpacking, reading or copying.
341
342 7. Additional Terms.
343
344 "Additional permissions" are terms that supplement the terms of this
345 License by making exceptions from one or more of its conditions.
346 Additional permissions that are applicable to the entire Program shall
347 be treated as though they were included in this License, to the extent
348 that they are valid under applicable law. If additional permissions
349 apply only to part of the Program, that part may be used separately
350 under those permissions, but the entire Program remains governed by
351 this License without regard to the additional permissions.
352
353 When you convey a copy of a covered work, you may at your option
354 remove any additional permissions from that copy, or from any part of
355 it. (Additional permissions may be written to require their own
356 removal in certain cases when you modify the work.) You may place
357 additional permissions on material, added by you to a covered work,
358 for which you have or can give appropriate copyright permission.
359
360 Notwithstanding any other provision of this License, for material you
361 add to a covered work, you may (if authorized by the copyright holders of
362 that material) supplement the terms of this License with terms:
363
364 a) Disclaiming warranty or limiting liability differently from the
365 terms of sections 15 and 16 of this License; or
366
367 b) Requiring preservation of specified reasonable legal notices or
368 author attributions in that material or in the Appropriate Legal
369 Notices displayed by works containing it; or
370
371 c) Prohibiting misrepresentation of the origin of that material, or
372 requiring that modified versions of such material be marked in
373 reasonable ways as different from the original version; or
374
375 d) Limiting the use for publicity purposes of names of licensors or
376 authors of the material; or
377
378 e) Declining to grant rights under trademark law for use of some
379 trade names, trademarks, or service marks; or
380
381 f) Requiring indemnification of licensors and authors of that
382 material by anyone who conveys the material (or modified versions of
383 it) with contractual assumptions of liability to the recipient, for
384 any liability that these contractual assumptions directly impose on
385 those licensors and authors.
386
387 All other non-permissive additional terms are considered "further
388 restrictions" within the meaning of section 10. If the Program as you
389 received it, or any part of it, contains a notice stating that it is
390 governed by this License along with a term that is a further
391 restriction, you may remove that term. If a license document contains
392 a further restriction but permits relicensing or conveying under this
393 License, you may add to a covered work material governed by the terms
394 of that license document, provided that the further restriction does
395 not survive such relicensing or conveying.
396
397 If you add terms to a covered work in accord with this section, you
398 must place, in the relevant source files, a statement of the
399 additional terms that apply to those files, or a notice indicating
400 where to find the applicable terms.
401
402 Additional terms, permissive or non-permissive, may be stated in the
403 form of a separately written license, or stated as exceptions;
404 the above requirements apply either way.
405
406 8. Termination.
407
408 You may not propagate or modify a covered work except as expressly
409 provided under this License. Any attempt otherwise to propagate or
410 modify it is void, and will automatically terminate your rights under
411 this License (including any patent licenses granted under the third
412 paragraph of section 11).
413
414 However, if you cease all violation of this License, then your
415 license from a particular copyright holder is reinstated (a)
416 provisionally, unless and until the copyright holder explicitly and
417 finally terminates your license, and (b) permanently, if the copyright
418 holder fails to notify you of the violation by some reasonable means
419 prior to 60 days after the cessation.
420
421 Moreover, your license from a particular copyright holder is
422 reinstated permanently if the copyright holder notifies you of the
423 violation by some reasonable means, this is the first time you have
424 received notice of violation of this License (for any work) from that
425 copyright holder, and you cure the violation prior to 30 days after
426 your receipt of the notice.
427
428 Termination of your rights under this section does not terminate the
429 licenses of parties who have received copies or rights from you under
430 this License. If your rights have been terminated and not permanently
431 reinstated, you do not qualify to receive new licenses for the same
432 material under section 10.
433
434 9. Acceptance Not Required for Having Copies.
435
436 You are not required to accept this License in order to receive or
437 run a copy of the Program. Ancillary propagation of a covered work
438 occurring solely as a consequence of using peer-to-peer transmission
439 to receive a copy likewise does not require acceptance. However,
440 nothing other than this License grants you permission to propagate or
441 modify any covered work. These actions infringe copyright if you do
442 not accept this License. Therefore, by modifying or propagating a
443 covered work, you indicate your acceptance of this License to do so.
444
445 10. Automatic Licensing of Downstream Recipients.
446
447 Each time you convey a covered work, the recipient automatically
448 receives a license from the original licensors, to run, modify and
449 propagate that work, subject to this License. You are not responsible
450 for enforcing compliance by third parties with this License.
451
452 An "entity transaction" is a transaction transferring control of an
453 organization, or substantially all assets of one, or subdividing an
454 organization, or merging organizations. If propagation of a covered
455 work results from an entity transaction, each party to that
456 transaction who receives a copy of the work also receives whatever
457 licenses to the work the party's predecessor in interest had or could
458 give under the previous paragraph, plus a right to possession of the
459 Corresponding Source of the work from the predecessor in interest, if
460 the predecessor has it or can get it with reasonable efforts.
461
462 You may not impose any further restrictions on the exercise of the
463 rights granted or affirmed under this License. For example, you may
464 not impose a license fee, royalty, or other charge for exercise of
465 rights granted under this License, and you may not initiate litigation
466 (including a cross-claim or counterclaim in a lawsuit) alleging that
467 any patent claim is infringed by making, using, selling, offering for
468 sale, or importing the Program or any portion of it.
469
470 11. Patents.
471
472 A "contributor" is a copyright holder who authorizes use under this
473 License of the Program or a work on which the Program is based. The
474 work thus licensed is called the contributor's "contributor version".
475
476 A contributor's "essential patent claims" are all patent claims
477 owned or controlled by the contributor, whether already acquired or
478 hereafter acquired, that would be infringed by some manner, permitted
479 by this License, of making, using, or selling its contributor version,
480 but do not include claims that would be infringed only as a
481 consequence of further modification of the contributor version. For
482 purposes of this definition, "control" includes the right to grant
483 patent sublicenses in a manner consistent with the requirements of
484 this License.
485
486 Each contributor grants you a non-exclusive, worldwide, royalty-free
487 patent license under the contributor's essential patent claims, to
488 make, use, sell, offer for sale, import and otherwise run, modify and
489 propagate the contents of its contributor version.
490
491 In the following three paragraphs, a "patent license" is any express
492 agreement or commitment, however denominated, not to enforce a patent
493 (such as an express permission to practice a patent or covenant not to
494 sue for patent infringement). To "grant" such a patent license to a
495 party means to make such an agreement or commitment not to enforce a
496 patent against the party.
497
498 If you convey a covered work, knowingly relying on a patent license,
499 and the Corresponding Source of the work is not available for anyone
500 to copy, free of charge and under the terms of this License, through a
501 publicly available network server or other readily accessible means,
502 then you must either (1) cause the Corresponding Source to be so
503 available, or (2) arrange to deprive yourself of the benefit of the
504 patent license for this particular work, or (3) arrange, in a manner
505 consistent with the requirements of this License, to extend the patent
506 license to downstream recipients. "Knowingly relying" means you have
507 actual knowledge that, but for the patent license, your conveying the
508 covered work in a country, or your recipient's use of the covered work
509 in a country, would infringe one or more identifiable patents in that
510 country that you have reason to believe are valid.
511
512 If, pursuant to or in connection with a single transaction or
513 arrangement, you convey, or propagate by procuring conveyance of, a
514 covered work, and grant a patent license to some of the parties
515 receiving the covered work authorizing them to use, propagate, modify
516 or convey a specific copy of the covered work, then the patent license
517 you grant is automatically extended to all recipients of the covered
518 work and works based on it.
519
520 A patent license is "discriminatory" if it does not include within
521 the scope of its coverage, prohibits the exercise of, or is
522 conditioned on the non-exercise of one or more of the rights that are
523 specifically granted under this License. You may not convey a covered
524 work if you are a party to an arrangement with a third party that is
525 in the business of distributing software, under which you make payment
526 to the third party based on the extent of your activity of conveying
527 the work, and under which the third party grants, to any of the
528 parties who would receive the covered work from you, a discriminatory
529 patent license (a) in connection with copies of the covered work
530 conveyed by you (or copies made from those copies), or (b) primarily
531 for and in connection with specific products or compilations that
532 contain the covered work, unless you entered into that arrangement,
533 or that patent license was granted, prior to 28 March 2007.
534
535 Nothing in this License shall be construed as excluding or limiting
536 any implied license or other defenses to infringement that may
537 otherwise be available to you under applicable patent law.
538
539 12. No Surrender of Others' Freedom.
540
541 If conditions are imposed on you (whether by court order, agreement or
542 otherwise) that contradict the conditions of this License, they do not
543 excuse you from the conditions of this License. If you cannot convey a
544 covered work so as to satisfy simultaneously your obligations under this
545 License and any other pertinent obligations, then as a consequence you may
546 not convey it at all. For example, if you agree to terms that obligate you
547 to collect a royalty for further conveying from those to whom you convey
548 the Program, the only way you could satisfy both those terms and this
549 License would be to refrain entirely from conveying the Program.
550
551 13. Use with the GNU Affero General Public License.
552
553 Notwithstanding any other provision of this License, you have
554 permission to link or combine any covered work with a work licensed
555 under version 3 of the GNU Affero General Public License into a single
556 combined work, and to convey the resulting work. The terms of this
557 License will continue to apply to the part which is the covered work,
558 but the special requirements of the GNU Affero General Public License,
559 section 13, concerning interaction through a network will apply to the
560 combination as such.
561
562 14. Revised Versions of this License.
563
564 The Free Software Foundation may publish revised and/or new versions of
565 the GNU General Public License from time to time. Such new versions will
566 be similar in spirit to the present version, but may differ in detail to
567 address new problems or concerns.
568
569 Each version is given a distinguishing version number. If the
570 Program specifies that a certain numbered version of the GNU General
571 Public License "or any later version" applies to it, you have the
572 option of following the terms and conditions either of that numbered
573 version or of any later version published by the Free Software
574 Foundation. If the Program does not specify a version number of the
575 GNU General Public License, you may choose any version ever published
576 by the Free Software Foundation.
577
578 If the Program specifies that a proxy can decide which future
579 versions of the GNU General Public License can be used, that proxy's
580 public statement of acceptance of a version permanently authorizes you
581 to choose that version for the Program.
582
583 Later license versions may give you additional or different
584 permissions. However, no additional obligations are imposed on any
585 author or copyright holder as a result of your choosing to follow a
586 later version.
587
588 15. Disclaimer of Warranty.
589
590 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
591 APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
592 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
593 OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
594 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
595 PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
596 IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
597 ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
598
599 16. Limitation of Liability.
600
601 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
602 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
603 THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
604 GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
605 USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
606 DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
607 PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
608 EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
609 SUCH DAMAGES.
610
611 17. Interpretation of Sections 15 and 16.
612
613 If the disclaimer of warranty and limitation of liability provided
614 above cannot be given local legal effect according to their terms,
615 reviewing courts shall apply local law that most closely approximates
616 an absolute waiver of all civil liability in connection with the
617 Program, unless a warranty or assumption of liability accompanies a
618 copy of the Program in return for a fee.
619
620 END OF TERMS AND CONDITIONS
621
622 How to Apply These Terms to Your New Programs
623
624 If you develop a new program, and you want it to be of the greatest
625 possible use to the public, the best way to achieve this is to make it
626 free software which everyone can redistribute and change under these terms.
627
628 To do so, attach the following notices to the program. It is safest
629 to attach them to the start of each source file to most effectively
630 state the exclusion of warranty; and each file should have at least
631 the "copyright" line and a pointer to where the full notice is found.
632
633 {one line to give the program's name and a brief idea of what it does.}
634 Copyright (C) {year} {name of author}
635
636 This program is free software: you can redistribute it and/or modify
637 it under the terms of the GNU General Public License as published by
638 the Free Software Foundation, either version 3 of the License, or
639 (at your option) any later version.
640
641 This program is distributed in the hope that it will be useful,
642 but WITHOUT ANY WARRANTY; without even the implied warranty of
643 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
644 GNU General Public License for more details.
645
646 You should have received a copy of the GNU General Public License
647 along with this program. If not, see {http://www.gnu.org/licenses/}.
648
649 Also add information on how to contact you by electronic and paper mail.
650
651 If the program does terminal interaction, make it output a short
652 notice like this when it starts in an interactive mode:
653
654 barrnap Copyright (C) 2013 Victorian Bioinformatics Consortium
655 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
656 This is free software, and you are welcome to redistribute it
657 under certain conditions; type `show c' for details.
658
659 The hypothetical commands `show w' and `show c' should show the appropriate
660 parts of the General Public License. Of course, your program's commands
661 might be different; for a GUI interface, you would use an "about box".
662
663 You should also get your employer (if you work as a programmer) or school,
664 if any, to sign a "copyright disclaimer" for the program, if necessary.
665 For more information on this, and how to apply and follow the GNU GPL, see
666 {http://www.gnu.org/licenses/}.
667
668 The GNU General Public License does not permit incorporating your program
669 into proprietary programs. If your program is a subroutine library, you
670 may consider it more useful to permit linking proprietary applications with
671 the library. If this is what you want to do, use the GNU Lesser General
672 Public License instead of this License. But first, please read
673 {http://www.gnu.org/philosophy/why-not-lgpl.html}.
0 Rfam version 11.0 was produced at the Wellcome Trust Sanger
1 Institute. Rfam is based on a sequence database called Rfamseq, which
2 is derived from WGS and STD data classes from EMBL release 110.
3
4 Rfam is freely available under the Creative Commons Zero ("CC0")
5 licence. (http://creativecommons.org/publicdomain/zero/1.0/)
6
7 Rfam is powered by the Infernal package written by Eric Nawrockie at
8 the Howard Hughes Janelia Farm Research Campus
9 (http://www.hhmi.org/janelia/labs.html).
10
0
1 EXE=barrnap
2
3 .PHONY: database test help clean tarball
4
5 help:
6 # @echo "make database # rebuild the pressed HMM files"
7 @echo "make test # run a short test to see if it works"
8 @echo "make bigtest # run a big test on each kingdom"
9 @echo "make clean # remove useless files"
10 @echo "make tarball # [Developer only]"
11
12
13 #database:
14 # v2.0
15 # cd db && cat *.hmm > $(EXE).hmm && hmmpress $(EXE).hmm && rm -f $(EXE).hmm
16 # v3.0
17 # cd db && hmmpress bacteria.hmm && hmmpress archaea.hmm
18
19 test:
20 ./bin/$(EXE) examples/small.fna
21
22 bigtest:
23 ./bin/$(EXE) --kingdom bac examples/bacteria.fna
24 ./bin/$(EXE) --kingdom arc examples/archaea.fna
25 ./bin/$(EXE) --kingdom euk examples/fungus.fna
26 ./bin/$(EXE) --kingdom mito examples/mitochondria.fna
27
28
29 clean:
30 rm -f *~ core foo DEADJOE
31
32 TARNAME=$(shell bin/$(EXE) --version 2>&1 | sed 's/ /-/')
33 TGZ=/tmp/$(strip $(TARNAME)).tar.gz
34
35 tarball: clean
36 rm -fr /tmp/$(TARNAME)
37 rm -f $(TGZ)
38 mkdir /tmp/$(TARNAME)
39 cp -rv LICENSE* Makefile README.md bin binaries db examples /tmp/$(TARNAME)
40 tar -C /tmp -zcvf $(TGZ) $(TARNAME)
41 rm -fr /tmp/$(TARNAME)
42 ls -lsa $(TGZ)
0 # Barrnap
1
2 BAsic Rapid Ribosomal RNA Predictor
3
4 ## Author
5
6 Torsten Seemann - torsten.seemann@gmail.com - @torstenseemann
7
8 ## Description
9
10 Barrnap predicts the location of ribosomal RNA genes in genomes.
11 It supports bacteria (5S,23S,16S), archaea (5S,5.8S,23S,16S),
12 mitochondria (12S,16S) and eukaryotes (5S,5.8S,28S,18S).
13
14 It takes FASTA DNA sequence as input, and write GFF3 as output.
15 It uses the new NHMMER tool that comes with HMMER 3.1 for HMM searching in RNA:DNA style.
16 NHMMER binaries for 64-bit Linux and Mac OS X are included and will be auto-detected.
17 Multithreading is supported and one can expect roughly linear speed-ups with more CPUs.
18
19 ## Download
20
21 * Tarballs: https://github.com/tseemann/barrnap/releases/
22 * Source: https://github.com/tseemann/barrnap
23
24 ## Install
25
26 % cd $HOME
27 % tar zxvf barrnap-0.X.tar.gz
28 % echo "PATH=$PATH:$HOME/barrnap-0.x/bin" >> .bashrc
29 (logout and log back in)
30
31 ## Usage
32
33 % barrnap --quiet examples/small.fna
34 ##gff-version 3
35 P.marinus barrnap:0.7 rRNA 353314 354793 0 + . Name=16S_rRNA;product=16S ribosomal RNA
36 P.marinus barrnap:0.7 rRNA 355464 358334 0 + . Name=23S_rRNA;product=23S ribosomal RNA
37 P.marinus barrnap:0.7 rRNA 358433 358536 7.5e-07 + . Name=5S_rRNA;product=5S ribosomal RNA
38
39 % barrnap -q -k mito examples/mitochondria.fna
40 ##gff-version 3
41 AF346967.1 barrnap:0.7 rRNA 643 1610 . + . Name=12S_rRNA;product=12S ribosomal RNA
42 AF346967.1 barrnap:0.7 rRNA 1672 3228 . + . Name=16S_rRNA;product=16S ribosomal RNA
43
44 ## Caveats
45
46 Barrnap does not do anything fancy. It has HMM models for each different rRNA gene.
47 They are built from full length seed alignments.
48
49 ## Requirements
50
51 * Perl >= 5.6
52 * HMMER >= 3.1b
53
54 ## License
55
56 Barrnap is free software, released under the GPL (version 3).
57
58 ## Comparison with RNAmmer
59
60 Barrnap is designed to be a substitute for RNAmmer. It was motivated by
61 my desire to remove <A HREF="https://github.com/tseemann/prokka">Prokka's</A> dependency on RNAmmer
62 which is encumbered by a free-for-academic sign-up license, and by RNAmmer's
63 dependence on legacy HMMER 2.x which conflicts with HMMER 3.x that most people are using now.
64
65 RNAmmer is more sophisticated than Barrnap, and more accurate because it uses HMMER 2.x in glocal alignment mode whereas NHMMER 3.x currently only supports local alignment (Sean Eddy expects glocal to be supported in 2014). In practice, Barrnap will find all the typical rRNA genes in a few seconds (in bacteria), but may get the end points out by a few bases and will probably miss wierd rRNAs. The HMM models it uses are derived from Rfam, Silva and RefSeq.
66
67 ## Data sources for HMM models
68
69 <pre>
70 Bacteria (70S)
71 LSU 50S
72 5S RF00001
73 23S SILVA-LSU-Bac
74 SSU 30S
75 16S RF00177
76
77 Archaea (70S)
78 LSU 50S
79 5S RF00001
80 5.8S RF00002
81 23S SILVA-LSU-Arc
82 SSU 30S
83 16S RF01959
84
85 Eukarya (80S)
86 LSU 60S
87 5S RF00001
88 5.8S RF00002
89 28S SILVA-LSU-Euk
90 SSU 40S
91 18S RF01960
92 Mito
93 12S RefSeq (MT-RNR1, s-rRNA, rns)
94 16S RefSeq (MT-RNR2, l-rRNA, rnl)
95
96 TODO: [Sajeet Haridas]
97 Fungi
98 LSU 35S ?
99 5S
100 5.8S
101 25S
102 SSU ?
103 18S
104 Mito [http://www.ncbi.nlm.nih.gov/nuccore/NC_001224.1]
105 15S
106 21S (multiple exons)
107
108
109 TODO:
110 Apicoplast [http://www.ncbi.nlm.nih.gov/nuccore/U87145.2]
111 LSU ~2500bp 28S ?
112 SSU ~1500bp 16S ?
113
114 Plastid [Shaun Jackman]
115 ?
116
117 </pre>
118
119 ## Where does the name come from?
120
121 The name Barrnap was originally derived from _Bacterial/Archaeal Ribosomal RNA Predictor_.
122 However it has since been extended to support mitochondrial and eukaryotic rRNAs, and has been
123 given the new backronym _BAsic Rapid Ribosomal RNA Predictor_.
124 The project was originally spawned at CodeFest 2013 in Berlin, Germany
125 by Torsten Seemann and Tim Booth.
126
0 #!/usr/bin/env perl
1 use strict;
2 use warnings;
3 use Time::Piece;
4 use List::Util qw(max);
5 use FindBin;
6
7 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
8 # global variables
9
10 my $EXE = $FindBin::RealScript;
11 my $VERSION = "0.7";
12 my $DESC = "rapid ribosomal RNA prediction";
13 my $AUTHOR = 'Torsten Seemann <torsten.seemann@gmail.com>';
14 my $URL = 'https://github.com/Victorian-Bioinformatics-Consortium/barrnap';
15 my $DBDIR = "$FindBin::RealBin/../db";
16 my $OPSYS = $^O;
17 my $NHMMER = "$FindBin::RealBin/../binaries/$OPSYS/nhmmer";
18
19 my %KINGDOM = (map { substr($_,0,1) => $_ } qw(bac arc euk mito));
20 my %LENG = (
21 "5S_rRNA" =>119, "16S_rRNA"=>1585, "23S_rRNA"=>3232,
22 "5_8S_rRNA"=>156, "18S_rRNA"=>1869, "28S_rRNA"=>2912, "12S_rRNA"=>954,
23 );
24 my $MAXLEN = int( 1.2 * max(values %LENG) );
25
26 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
27 # command line options
28
29 my(@Options, $quiet, $kingdom, $threads, $evalue, $lencutoff, $reject, $incseq);
30 setOptions();
31
32 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
33 # check all is well
34
35 msg("This is $EXE $VERSION");
36 msg("Written by $AUTHOR");
37 msg("Obtained from $URL");
38 msg("Detected operating system: $OPSYS");
39
40 -x $NHMMER or err("No binary for your OS '$OPSYS' is included. If you have one, copy it to $NHMMER.");
41 msg("Using HMMER binary: $NHMMER");
42
43 $threads > 0 or err("Invalid --threads $threads");
44 msg("Will use $threads threads");
45
46 $evalue > 0 or err("Invalid --evalue $evalue");
47 msg("Setting evalue cutoff to $evalue");
48
49 $lencutoff > 0 or err("Invalid --lencutoff $lencutoff");
50 msg("Will tag genes < $lencutoff of expected length.");
51
52 $reject > 0 or err("Invalid --reject cutoff $reject");
53 msg("Will reject genes < $reject of expected length.");
54
55 my $kdom = $KINGDOM{ lc substr($kingdom,0,1) } or
56 err("I don't recognise --kingdom '$kingdom'. Try: bac arc euk mito");
57
58 my $hmmdb = "$DBDIR/$kdom.hmm";
59 err("Can't find database: $hmmdb") unless -r $hmmdb;
60 msg("Using database: $hmmdb");
61
62 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
63 # run the external command
64
65 my $fasta = shift @ARGV;
66 $fasta && -r $fasta or err("Usage: $EXE <file.fasta>");
67
68 msg("Scanning $fasta for $kdom rRNA genes... please wait");
69 my $cmd = "$NHMMER --cpu $threads -E $evalue --w_length $MAXLEN -o /dev/null --tblout /dev/stdout \Q$hmmdb\E \Q$fasta\E";
70 msg("Command: $cmd");
71 my @hits = qx($cmd 2>&1);
72
73 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
74 # process the output
75
76 my @feat;
77 HIT:
78 foreach (@hits) {
79 chomp;
80 err("nhmmer failed to run - $_") if m/fail|error|core dump|bus error/i;
81 next if m/^#/; # comment line
82 next if m/^\s*$/; # empty line
83 my @x = split ' ', $_;
84 err("bad line in nhmmer output - @x") unless defined $x[6] and $x[6] =~ m/^\d+$/;
85
86 my($begin,$end,$strand) = $x[6] < $x[7] ? ($x[6],$x[7],'+') : ($x[7],$x[6],'-');
87 my($seqid, $gene, $prod) = ($x[0], $x[2], $x[2]);
88 my $score = defined $x[12] ? $x[12] : '.';
89
90 # check if hit makes sense to us
91 exists $LENG{$gene} or err("Detected unknown gene '$gene' in scan, aborting.");
92
93 # assumes NAME field in .HMM file is of form "16s_rRNA" etc
94 $prod =~ s/_r/ ribosomal /; # convert the short ID to an English string
95 $prod =~ s/5_8/5.8/; # correct naming for 5.8S
96
97 # check for incomplete alignments
98 my $note = '';
99 my $len = $end-$begin+1;
100
101 if ( $len < int($reject * $LENG{$gene}) ) {
102 msg("Rejecting short $len nt predicted $gene. Adjust via --reject option.");
103 next HIT;
104 }
105 elsif ( $len < int($lencutoff * $LENG{$gene}) ) {
106 $note = sprintf "aligned only %d percent of the $prod", (100*$len/$LENG{$gene});
107 $prod .= " (partial)";
108 }
109
110 msg("Found:", $gene, $seqid, "L=$len/$LENG{$gene}", "$begin..$end", $strand, $prod);
111 my $tags = "Name=$gene;product=$prod";
112 $tags .= ";note=$note" if $note;
113 push @feat, [
114 $seqid, "$EXE:$VERSION", 'rRNA', $begin, $end, $score, $strand, '.', $tags,
115 ];
116 }
117
118 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
119 # output a sorted GFF3
120
121 sub gff_sort {
122 # sort by seqid, then start pos
123 return ($a->[0] cmp $b->[0]) || ($a->[3] <=> $b->[3]);
124 }
125
126 msg("Found", scalar(@feat), "ribosomal RNA features.");
127 msg("Sorting features and outputting GFF3...");
128 print "##gff-version 3\n";
129 for my $row (sort { gff_sort } @feat) {
130 print join("\t", @$row),"\n";
131 }
132 if ($incseq) {
133 print "##FASTA\n";
134 open FASTA, '<', $fasta;
135 print while (<FASTA>); # `cat $fasta`
136 }
137
138 #----------------------------------------------------------------------
139
140 sub msg {
141 return if $quiet;
142 my $t = localtime;
143 my $line = "[".$t->hms."] @_\n";
144 print STDERR $line;
145 }
146
147 #----------------------------------------------------------------------
148
149 sub err {
150 $quiet=0;
151 msg(@_);
152 exit(2);
153 }
154
155 #----------------------------------------------------------------------
156
157 sub version {
158 print STDERR "$EXE $VERSION\n";
159 exit;
160 }
161
162 #----------------------------------------------------------------------
163
164 sub show_citation {
165 print STDERR << "EOCITE";
166
167 If you use Barrnap in your work, please cite:
168
169 Seemann T (2013)
170 $EXE $VERSION : $DESC
171 $URL
172
173 Thank you.
174
175 EOCITE
176
177 exit;
178 }
179
180 #----------------------------------------------------------------------
181 # Option setting routines
182
183 sub setOptions {
184 use Getopt::Long;
185
186 @Options = (
187 'Options:',
188 {OPT=>"help", VAR=>\&usage, DESC=>"This help"},
189 {OPT=>"version", VAR=>\&version, DESC=>"Print version and exit"},
190 {OPT=>"citation",VAR=>\&show_citation, DESC=>"Print citation for referencing $EXE"},
191 {OPT=>"kingdom=s", VAR=>\$kingdom, DEFAULT=>'bac',
192 DESC=>"Kingdom: ".join(' ', values %KINGDOM) },
193 {OPT=>"quiet!", VAR=>\$quiet, DEFAULT=>0, DESC=>"No screen output"},
194 {OPT=>"threads=i", VAR=>\$threads, DEFAULT=>8, DESC=>"Number of threads/cores/CPUs to use"},
195 {OPT=>"lencutoff=f",VAR=>\$lencutoff, DEFAULT=>0.8, DESC=>"Proportional length threshold to label as partial"},
196 {OPT=>"reject=f",VAR=>\$reject, DEFAULT=>0.5, DESC=>"Proportional length threshold to reject prediction"},
197 {OPT=>"evalue=f",VAR=>\$evalue, DEFAULT=>1E-6, DESC=>"Similarity e-value cut-off"},
198 {OPT=>"incseq!", VAR=>\$incseq, DEFAULT=>0, DESC=>"Include FASTA input sequences in GFF3 output"},
199 );
200
201 (!@ARGV) && (usage());
202
203 &GetOptions(map {$_->{OPT}, $_->{VAR}} grep { ref } @Options) || usage();
204
205 # Now setup default values.
206 foreach (@Options) {
207 if (ref $_ && defined($_->{DEFAULT}) && !defined(${$_->{VAR}})) {
208 ${$_->{VAR}} = $_->{DEFAULT};
209 }
210 }
211 }
212
213 #----------------------------------------------------------------------
214
215 sub usage {
216 print STDERR "Synopsis:\n $EXE $VERSION - $DESC\n";
217 print STDERR "Author:\n $AUTHOR\n";
218 print STDERR "Usage:\n $EXE [options] <chromosomes.fasta>\n";
219 foreach (@Options) {
220 if (ref) {
221 my $def = defined($_->{DEFAULT}) ? " (default '$_->{DEFAULT}')" : "";
222 $def = ($def ? ' (default OFF)' : '(default ON)') if $_->{OPT} =~ m/!$/;
223 my $opt = $_->{OPT};
224 $opt =~ s/!$//;
225 $opt =~ s/=s$/ [X]/;
226 $opt =~ s/=i$/ [N]/;
227 $opt =~ s/=f$/ [n.n]/;
228 printf STDERR " --%-15s %s%s\n", $opt, $_->{DESC}, $def;
229 }
230 else {
231 print STDERR "$_\n";
232 }
233 }
234 exit(1);
235 }
236
237 #----------------------------------------------------------------------
0 HMMER3/f [3.1b1 | May 2013]
1 NAME 16S_rRNA
2 ACC RF01959
3 DESC Archaeal small subunit ribosomal RNA
4 LENG 1475
5 MAXL 1772
6 ALPH RNA
7 RF yes
8 MM no
9 CONS yes
10 CS yes
11 MAP yes
12 DATE Tue May 13 15:19:09 2014
13 NSEQ 19
14 EFFN 1.869385
15 CKSUM 1609673949
16 STATS LOCAL MSV -13.2093 0.69532
17 STATS LOCAL VITERBI -15.1053 0.69532
18 STATS LOCAL FORWARD -6.3124 0.69532
19 HMM A C G U
20 m->m m->i m->d i->m i->i d->m d->d
21 COMPO 1.42875 1.42732 1.18846 1.53363
22 1.38629 1.38629 1.38629 1.38629
23 0.11974 3.70608 2.42730 1.46634 0.26236 0.00000 *
24 1 0.37083 2.40085 2.20494 2.21695 1 a x - .
25 1.38629 1.38629 1.38629 1.38629
26 0.05392 3.64026 3.64026 1.46634 0.26236 0.72824 0.65924
27 2 1.86107 1.44223 1.83765 0.80095 2 u x - .
28 1.38629 1.38629 1.38629 1.38629
29 0.05156 3.68390 3.68390 1.46634 0.26236 0.72114 0.66592
30 3 2.26125 2.08158 2.35442 0.39142 3 u x - .
31 1.38629 1.38629 1.38629 1.38629
32 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
33 4 2.40073 0.36271 2.51484 2.01980 4 c x - <
34 1.38629 1.38629 1.38629 1.38629
35 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
36 5 2.11879 0.64181 2.23192 1.40176 5 c x - <
37 1.38629 1.38629 1.38629 1.38629
38 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
39 6 2.02916 2.05598 0.48254 2.09253 6 g x - <
40 1.38629 1.38629 1.38629 1.38629
41 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
42 7 2.02015 2.29101 0.49627 1.84892 7 g x - <
43 1.38629 1.38629 1.38629 1.38629
44 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
45 8 2.26125 2.08158 2.35442 0.39142 8 u x - <
46 1.38629 1.38629 1.38629 1.38629
47 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
48 9 2.08372 1.70805 2.18633 0.54131 9 u x - .
49 1.38629 1.38629 1.38629 1.38629
50 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
51 10 2.33926 2.75902 0.27076 2.55820 10 g x - .
52 1.38629 1.38629 1.38629 1.38629
53 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
54 11 0.31319 2.53879 2.35058 2.35795 11 a x - .
55 1.38629 1.38629 1.38629 1.38629
56 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
57 12 2.26125 2.08158 2.35442 0.39142 12 u x - .
58 1.38629 1.38629 1.38629 1.38629
59 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
60 13 2.40073 0.36271 2.51484 2.01980 13 c x - .
61 1.38629 1.38629 1.38629 1.38629
62 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
63 14 2.40073 0.36271 2.51484 2.01980 14 c x - .
64 1.38629 1.38629 1.38629 1.38629
65 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
66 15 2.09549 1.73987 2.19764 0.52699 15 u x - .
67 1.38629 1.38629 1.38629 1.38629
68 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
69 16 2.33926 2.75902 0.27076 2.55820 16 g x - >
70 1.38629 1.38629 1.38629 1.38629
71 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
72 17 2.10109 0.57682 1.85619 1.83427 17 c x - >
73 1.38629 1.38629 1.38629 1.38629
74 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
75 18 2.13579 0.54400 1.93097 1.85521 18 c x - >
76 1.38629 1.38629 1.38629 1.38629
77 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
78 19 1.76849 2.44409 0.45654 2.21521 19 g x - >
79 1.38629 1.38629 1.38629 1.38629
80 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
81 20 2.33926 2.75902 0.27076 2.55820 20 g x - >
82 1.38629 1.38629 1.38629 1.38629
83 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
84 21 0.60492 1.83018 1.99130 1.85165 21 a x - .
85 1.38629 1.38629 1.38629 1.38629
86 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
87 22 1.97400 1.86838 0.56180 1.99111 22 g x - <
88 1.38629 1.38629 1.38629 1.38629
89 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
90 23 1.97400 1.86838 0.56180 1.99111 23 g x - <
91 1.38629 1.38629 1.38629 1.38629
92 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
93 24 2.12072 0.63876 2.23392 1.40650 24 c x - <
94 1.38629 1.38629 1.38629 1.38629
95 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
96 25 1.86129 0.88552 1.66659 1.41413 25 c x - <
97 1.38629 1.38629 1.38629 1.38629
98 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
99 26 0.48086 2.29528 1.85422 2.08391 26 a x - <
100 1.38629 1.38629 1.38629 1.38629
101 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
102 27 2.06688 0.73787 2.17795 1.26579 27 c x - <
103 1.38629 1.38629 1.38629 1.38629
104 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
105 28 2.00823 1.43037 2.11330 0.68178 28 u x - <
106 1.38629 1.38629 1.38629 1.38629
107 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
108 29 2.33926 2.75902 0.27076 2.55820 29 g x - <
109 1.38629 1.38629 1.38629 1.38629
110 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
111 30 2.40073 0.36271 2.51484 2.01980 30 c x - <
112 1.38629 1.38629 1.38629 1.38629
113 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
114 31 2.26125 2.08158 2.35442 0.39142 31 u x - <
115 1.38629 1.38629 1.38629 1.38629
116 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
117 32 0.31319 2.53879 2.35058 2.35795 32 a x - .
118 1.38629 1.38629 1.38629 1.38629
119 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
120 33 2.26125 2.08158 2.35442 0.39142 33 u x - <
121 1.38629 1.38629 1.38629 1.38629
122 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
123 34 1.77736 1.12139 1.54900 1.22884 34 c x - <
124 1.38629 1.38629 1.38629 1.38629
125 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
126 35 1.72707 1.95979 0.68790 1.72218 35 g x - <
127 1.38629 1.38629 1.38629 1.38629
128 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
129 36 2.02916 2.05598 0.48254 2.09253 36 g x - <
130 1.38629 1.38629 1.38629 1.38629
131 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
132 37 1.54198 1.93803 0.72525 1.84610 37 g x - <
133 1.38629 1.38629 1.38629 1.38629
134 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
135 38 1.87316 1.94950 0.66459 1.66319 38 g x - <
136 1.38629 1.38629 1.38629 1.38629
137 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
138 39 2.26125 2.08158 2.35442 0.39142 39 u x - <
139 1.38629 1.38629 1.38629 1.38629
140 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
141 40 1.55850 1.10291 1.72735 1.27337 40 c x - <
142 1.38629 1.38629 1.38629 1.38629
143 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
144 41 1.87665 0.85093 1.55716 1.56471 41 c x - <
145 1.38629 1.38629 1.38629 1.38629
146 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
147 42 2.33926 2.75902 0.27076 2.55820 42 g x - <
148 1.38629 1.38629 1.38629 1.38629
149 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
150 43 0.74991 2.12103 1.36347 1.88446 43 a x - .
151 1.38629 1.38629 1.38629 1.38629
152 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
153 44 1.73173 1.04013 1.96797 1.10905 44 c x - .
154 1.38629 1.38629 1.38629 1.38629
155 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
156 45 2.26125 2.08158 2.35442 0.39142 45 u x - .
157 1.38629 1.38629 1.38629 1.38629
158 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
159 46 0.85533 1.90823 1.87387 1.29834 46 a x - .
160 1.38629 1.38629 1.38629 1.38629
161 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
162 47 0.31319 2.53879 2.35058 2.35795 47 a x - .
163 1.38629 1.38629 1.38629 1.38629
164 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
165 48 2.02916 2.05598 0.48254 2.09253 48 g x - <
166 1.38629 1.38629 1.38629 1.38629
167 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
168 49 2.40073 0.36271 2.51484 2.01980 49 c x - <
169 1.38629 1.38629 1.38629 1.38629
170 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
171 50 2.40073 0.36271 2.51484 2.01980 50 c x - <
172 1.38629 1.38629 1.38629 1.38629
173 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
174 51 0.31319 2.53879 2.35058 2.35795 51 a x - .
175 1.38629 1.38629 1.38629 1.38629
176 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
177 52 2.26125 2.08158 2.35442 0.39142 52 u x - <
178 1.38629 1.38629 1.38629 1.38629
179 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
180 53 2.33926 2.75902 0.27076 2.55820 53 g x - <
181 1.38629 1.38629 1.38629 1.38629
182 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
183 54 1.96101 0.75851 1.52546 1.75215 54 c x - <
184 1.38629 1.38629 1.38629 1.38629
185 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
186 55 1.38733 1.89702 1.06630 1.36271 55 g x - .
187 1.38629 1.38629 1.38629 1.38629
188 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
189 56 0.31319 2.53879 2.35058 2.35795 56 a x - .
190 1.38629 1.38629 1.38629 1.38629
191 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
192 57 2.33926 2.75902 0.27076 2.55820 57 g x - <
193 1.38629 1.38629 1.38629 1.38629
194 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
195 58 2.01129 1.96357 1.84521 0.56592 58 u x - <
196 1.38629 1.38629 1.38629 1.38629
197 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
198 59 2.09618 0.68009 2.20842 1.34466 59 c x - <
199 1.38629 1.38629 1.38629 1.38629
200 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
201 60 1.39990 1.98501 0.89512 1.57291 60 g x - .
202 1.38629 1.38629 1.38629 1.38629
203 0.07798 3.70608 2.98686 1.46634 0.26236 1.09861 0.40547
204 61 1.11044 1.54997 1.78445 1.23635 61 a x - .
205 1.38629 1.38629 1.38629 1.38629
206 0.05177 3.67986 3.67986 1.46634 0.26236 0.68020 0.70627
207 62 1.10403 2.13239 0.92031 1.88705 62 g x - <
208 1.38629 1.38629 1.38629 1.38629
209 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
210 63 1.65014 1.19531 1.24170 1.53028 63 c x - <
211 1.38629 1.38629 1.38629 1.38629
212 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
213 64 1.92093 2.52644 0.39473 2.30538 64 g x - <
214 1.81492 1.20204 1.29183 1.34017
215 0.38599 1.41444 2.56184 1.32826 0.30780 1.09861 0.40547
216 65 1.36957 1.25310 1.45496 1.48389 73 c x - <
217 1.38629 1.38629 1.38629 1.38629
218 0.05327 3.65205 3.65205 1.46634 0.26236 0.49282 0.94392
219 66 1.62030 1.28837 1.09413 1.65229 74 g x - <
220 1.38629 1.38629 1.38629 1.38629
221 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
222 67 1.79177 1.09823 1.60951 1.20435 75 c x - <
223 1.38629 1.38629 1.38629 1.38629
224 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
225 68 1.74073 1.51764 1.39861 1.02599 76 u x - .
226 1.38629 1.38629 1.38629 1.38629
227 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
228 69 1.77210 1.62895 1.49654 0.89164 77 u x - .
229 1.36949 1.47270 1.47270 1.24774
230 0.14833 2.17787 3.70608 0.38871 1.13300 1.09861 0.40547
231 70 1.26629 1.37070 1.53132 1.39454 79 a x - .
232 1.38629 1.38629 1.38629 1.38629
233 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
234 71 1.44692 1.77730 1.16419 1.26076 80 g x - .
235 1.38629 1.38629 1.38629 1.38629
236 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
237 72 1.19427 2.16253 0.83228 1.91741 81 g x - >
238 1.38629 1.38629 1.38629 1.38629
239 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
240 73 1.77594 1.21848 1.16181 1.50473 82 g x - >
241 1.38629 1.38629 1.38629 1.38629
242 0.10729 3.70608 2.56184 1.46634 0.26236 1.09861 0.40547
243 74 1.72304 1.57076 1.07189 1.30478 83 g x - >
244 1.47534 1.29183 1.09757 1.81492
245 0.33197 1.36042 3.65205 1.32826 0.30780 0.49282 0.94392
246 75 1.35303 0.97824 1.90796 1.52699 92 c x - >
247 1.38629 1.38629 1.38629 1.38629
248 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
249 76 1.65820 1.37304 1.06306 1.55691 93 g x - >
250 1.38629 1.38629 1.38629 1.38629
251 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
252 77 1.98615 1.05086 2.09348 0.94191 94 u x - >
253 1.38629 1.38629 1.38629 1.38629
254 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
255 78 1.67282 2.39287 0.50162 2.15964 95 g x - >
256 1.38629 1.38629 1.38629 1.38629
257 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
258 79 2.02916 2.05598 0.48254 2.09253 96 g x - >
259 1.38629 1.38629 1.38629 1.38629
260 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
261 80 2.40073 0.36271 2.51484 2.01980 97 c x - >
262 1.38629 1.38629 1.38629 1.38629
263 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
264 81 1.67485 2.39396 0.50060 2.16081 98 g x - .
265 1.38629 1.38629 1.38629 1.38629
266 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
267 82 1.45859 1.76336 1.05120 1.40061 99 g x - .
268 1.38629 1.38629 1.38629 1.38629
269 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
270 83 0.31319 2.53879 2.35058 2.35795 100 a x - .
271 1.38629 1.38629 1.38629 1.38629
272 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
273 84 1.69001 0.82671 2.00698 1.41222 101 c x - .
274 1.38629 1.38629 1.38629 1.38629
275 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
276 85 1.38783 2.05510 0.81438 1.71819 102 g x - .
277 1.38629 1.38629 1.38629 1.38629
278 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
279 86 2.33926 2.75902 0.27076 2.55820 103 g x - .
280 1.38629 1.38629 1.38629 1.38629
281 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
282 87 2.40073 0.36271 2.51484 2.01980 104 c x - <
283 1.38629 1.38629 1.38629 1.38629
284 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
285 88 2.26125 2.08158 2.35442 0.39142 105 u x - <
286 1.38629 1.38629 1.38629 1.38629
287 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
288 89 1.96101 0.75851 1.52546 1.75215 106 c x - <
289 1.38629 1.38629 1.38629 1.38629
290 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
291 90 0.31319 2.53879 2.35058 2.35795 107 a x - .
292 1.38629 1.38629 1.38629 1.38629
293 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
294 91 2.07794 2.38133 0.43512 2.00102 108 g x - .
295 1.38629 1.38629 1.38629 1.38629
296 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
297 92 2.26125 2.08158 2.35442 0.39142 109 u x - .
298 1.38629 1.38629 1.38629 1.38629
299 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
300 93 0.31319 2.53879 2.35058 2.35795 110 a x - .
301 1.38629 1.38629 1.38629 1.38629
302 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
303 94 0.31319 2.53879 2.35058 2.35795 111 a x - .
304 1.38629 1.38629 1.38629 1.38629
305 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
306 95 2.40073 0.36271 2.51484 2.01980 112 c x - .
307 1.38629 1.38629 1.38629 1.38629
308 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
309 96 0.31319 2.53879 2.35058 2.35795 113 a x - <
310 1.38629 1.38629 1.38629 1.38629
311 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
312 97 2.40073 0.36271 2.51484 2.01980 114 c x - <
313 1.38629 1.38629 1.38629 1.38629
314 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
315 98 2.33926 2.75902 0.27076 2.55820 115 g x - <
316 1.38629 1.38629 1.38629 1.38629
317 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
318 99 2.26125 2.08158 2.35442 0.39142 116 u x - <
319 1.38629 1.38629 1.38629 1.38629
320 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
321 100 1.90320 1.56218 0.72624 1.84829 117 g x - <
322 1.38629 1.38629 1.38629 1.38629
323 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
324 101 2.33926 2.75902 0.27076 2.55820 118 g x - <
325 1.38629 1.38629 1.38629 1.38629
326 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
327 102 1.32591 1.35549 1.37225 1.50022 119 a x - <
328 1.38629 1.38629 1.38629 1.38629
329 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
330 103 1.98192 1.18925 2.08834 0.83505 120 u x - <
331 1.38629 1.38629 1.38629 1.38629
332 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
333 104 0.31319 2.53879 2.35058 2.35795 121 a x - .
334 1.38629 1.38629 1.38629 1.38629
335 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
336 105 0.31319 2.53879 2.35058 2.35795 122 a x - .
337 1.38629 1.38629 1.38629 1.38629
338 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
339 106 1.45808 1.05260 1.73324 1.42057 123 c x - <
340 1.38629 1.38629 1.38629 1.38629
341 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
342 107 2.16201 0.57923 2.27679 1.50525 124 c x - <
343 1.38629 1.38629 1.38629 1.38629
344 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
345 108 2.26125 2.08158 2.35442 0.39142 125 u x - .
346 1.38629 1.38629 1.38629 1.38629
347 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
348 109 0.75667 2.11906 1.35339 1.88212 126 a x - .
349 1.38629 1.38629 1.38629 1.38629
350 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
351 110 1.77509 0.58306 2.19634 1.82551 127 c x - .
352 1.38629 1.38629 1.38629 1.38629
353 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
354 111 2.40073 0.36271 2.51484 2.01980 128 c x - <
355 1.38629 1.38629 1.38629 1.38629
356 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
357 112 2.40073 0.36271 2.51484 2.01980 129 c x - <
358 1.38629 1.38629 1.38629 1.38629
359 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
360 113 2.26125 2.08158 2.35442 0.39142 130 u x - <
361 1.38629 1.38629 1.38629 1.38629
362 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
363 114 1.44477 1.15311 1.60222 1.39798 131 c x - <
364 1.38629 1.38629 1.38629 1.38629
365 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
366 115 1.44159 1.66608 1.03711 1.51420 132 g x - <
367 1.38629 1.38629 1.38629 1.38629
368 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
369 116 1.55511 2.33076 0.56511 2.09301 133 g x - <
370 1.38629 1.38629 1.38629 1.38629
371 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
372 117 2.33926 2.75902 0.27076 2.55820 134 g x - <
373 1.38629 1.38629 1.38629 1.38629
374 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
375 118 0.84082 1.71862 1.83142 1.47340 135 a x - .
376 1.38629 1.38629 1.38629 1.38629
377 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
378 119 1.79634 1.19492 1.12518 1.57613 136 g x - <
379 1.38629 1.38629 1.38629 1.38629
380 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
381 120 1.69527 1.56580 0.88574 1.63413 137 g x - <
382 1.38629 1.38629 1.38629 1.38629
383 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
384 121 1.60724 2.03736 0.64997 1.91645 138 g x - <
385 1.38629 1.38629 1.38629 1.38629
386 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
387 122 1.77680 1.78543 0.67633 1.86682 139 g x - <
388 1.38629 1.38629 1.38629 1.38629
389 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
390 123 1.68334 1.84346 0.69474 1.85295 140 g x - .
391 1.38629 1.38629 1.38629 1.38629
392 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
393 124 0.31319 2.53879 2.35058 2.35795 141 a x - .
394 1.38629 1.38629 1.38629 1.38629
395 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
396 125 2.10181 1.75622 2.20371 0.51974 142 u x - .
397 1.38629 1.38629 1.38629 1.38629
398 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
399 126 0.31319 2.53879 2.35058 2.35795 143 a x - .
400 1.38629 1.38629 1.38629 1.38629
401 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
402 127 0.56117 1.91163 2.02500 1.89962 144 a x - <
403 1.38629 1.38629 1.38629 1.38629
404 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
405 128 2.17854 0.55811 2.29392 1.54350 145 c x - <
406 1.38629 1.38629 1.38629 1.38629
407 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
408 129 2.40073 0.36271 2.51484 2.01980 146 c x - <
409 1.38629 1.38629 1.38629 1.38629
410 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
411 130 2.01585 0.88005 2.12478 1.10090 147 c x - <
412 1.43990 1.33542 1.43990 1.33542
413 0.07927 2.96348 3.70608 1.03775 0.43734 1.09861 0.40547
414 131 2.18239 0.55338 2.29790 1.55232 150 c x - <
415 1.38629 1.38629 1.38629 1.38629
416 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
417 132 2.33926 2.75902 0.27076 2.55820 151 g x - <
418 1.38629 1.38629 1.38629 1.38629
419 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
420 133 2.33926 2.75902 0.27076 2.55820 152 g x - <
421 1.38629 1.38629 1.38629 1.38629
422 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
423 134 2.33926 2.75902 0.27076 2.55820 153 g x - .
424 1.38629 1.38629 1.38629 1.38629
425 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
426 135 0.31319 2.53879 2.35058 2.35795 154 a x - .
427 1.38629 1.38629 1.38629 1.38629
428 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
429 136 0.31319 2.53879 2.35058 2.35795 155 a x - .
430 1.38629 1.38629 1.38629 1.38629
431 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
432 137 0.31319 2.53879 2.35058 2.35795 156 a x - .
433 1.38629 1.38629 1.38629 1.38629
434 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
435 138 2.40073 0.36271 2.51484 2.01980 157 c x - >
436 1.38629 1.38629 1.38629 1.38629
437 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
438 139 2.26125 2.08158 2.35442 0.39142 158 u x - >
439 1.38629 1.38629 1.38629 1.38629
440 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
441 140 2.33926 2.75902 0.27076 2.55820 159 g x - >
442 1.38629 1.38629 1.38629 1.38629
443 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
444 141 1.29453 2.20345 0.74527 1.95938 160 g x - >
445 1.38629 1.38629 1.38629 1.38629
446 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
447 142 2.33926 2.75902 0.27076 2.55820 161 g x - >
448 1.38629 1.38629 1.38629 1.38629
449 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
450 143 2.33926 2.75902 0.27076 2.55820 162 g x - >
451 1.38629 1.38629 1.38629 1.38629
452 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
453 144 1.38937 0.96394 1.74124 1.63949 163 c x - >
454 1.38629 1.38629 1.38629 1.38629
455 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
456 145 2.05600 1.62443 2.15958 0.58047 164 u x - .
457 1.38629 1.38629 1.38629 1.38629
458 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
459 146 0.31319 2.53879 2.35058 2.35795 165 a x - .
460 1.38629 1.38629 1.38629 1.38629
461 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
462 147 0.31319 2.53879 2.35058 2.35795 166 a x - .
463 1.38629 1.38629 1.38629 1.38629
464 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
465 148 1.74990 1.94303 2.08239 0.58285 167 u x - .
466 1.38629 1.38629 1.38629 1.38629
467 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
468 149 1.40117 1.00708 1.89413 1.43566 168 c x - .
469 1.38629 1.38629 1.38629 1.38629
470 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
471 150 1.90845 0.79690 1.62574 1.58867 169 c x - >
472 1.38629 1.38629 1.38629 1.38629
473 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
474 151 1.95769 0.77151 1.90409 1.39617 170 c x - >
475 1.38629 1.38629 1.38629 1.38629
476 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
477 152 1.82594 0.98556 1.36045 1.56467 171 c x - >
478 1.38629 1.38629 1.38629 1.38629
479 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
480 153 1.69932 1.24890 1.07103 1.67283 172 g x - >
481 1.38629 1.38629 1.38629 1.38629
482 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
483 154 0.31319 2.53879 2.35058 2.35795 173 a x - .
484 1.38629 1.38629 1.38629 1.38629
485 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
486 155 2.26125 2.08158 2.35442 0.39142 174 u x - .
487 1.38629 1.38629 1.38629 1.38629
488 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
489 156 0.31319 2.53879 2.35058 2.35795 175 a x - .
490 1.38629 1.38629 1.38629 1.38629
491 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
492 157 1.60217 1.76361 0.90477 1.50292 176 g x - .
493 1.38629 1.38629 1.38629 1.38629
494 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
495 158 1.64380 1.91032 0.78706 1.59189 177 g x - <
496 1.38629 1.38629 1.38629 1.38629
497 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
498 159 1.43285 1.43707 1.32992 1.34996 178 g x - <
499 1.38629 1.38629 1.38629 1.38629
500 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
501 160 1.41554 1.30100 1.25930 1.60398 179 g x - <
502 1.38629 1.38629 1.38629 1.38629
503 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
504 161 1.24687 1.82494 1.47299 1.13280 180 u x - <
505 1.41346 1.41346 1.30897 1.41346
506 0.07927 2.96348 3.70608 0.77727 0.61556 1.09861 0.40547
507 162 1.62223 1.60558 1.22215 1.18034 182 u x - <
508 1.38629 1.38629 1.38629 1.38629
509 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
510 163 1.61202 1.96733 0.87750 1.40705 183 g x - <
511 1.38629 1.38629 1.38629 1.38629
512 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
513 164 1.66467 1.17766 1.16901 1.64987 184 g x - <
514 1.38629 1.38629 1.38629 1.38629
515 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
516 165 1.33109 1.76699 1.20679 1.32498 185 g x - <
517 1.38629 1.38629 1.38629 1.38629
518 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
519 166 1.63915 1.85491 1.29897 0.97664 186 u x - .
520 1.38629 1.38629 1.38629 1.38629
521 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
522 167 1.29325 1.36627 1.39796 1.49850 187 a x - <
523 1.38629 1.38629 1.38629 1.38629
524 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
525 168 2.25897 0.47140 2.37656 1.72291 188 c x - <
526 1.38629 1.38629 1.38629 1.38629
527 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
528 169 2.26125 2.08158 2.35442 0.39142 189 u x - .
529 1.38629 1.38629 1.38629 1.38629
530 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
531 170 2.33926 2.75902 0.27076 2.55820 190 g x - .
532 1.38629 1.38629 1.38629 1.38629
533 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
534 171 2.33926 2.75902 0.27076 2.55820 191 g x - .
535 1.38629 1.38629 1.38629 1.38629
536 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
537 172 0.31319 2.53879 2.35058 2.35795 192 a x - .
538 1.38629 1.38629 1.38629 1.38629
539 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
540 173 0.67379 2.15058 1.48261 1.91893 193 a x - .
541 1.38629 1.38629 1.38629 1.38629
542 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
543 174 1.75780 1.73829 1.26502 0.99555 194 u x - .
544 1.41713 1.41713 1.29911 1.41713
545 0.08331 2.89396 3.70608 0.73214 0.65562 1.09861 0.40547
546 175 2.33926 2.75902 0.27076 2.55820 196 g x - >
547 1.38629 1.38629 1.38629 1.38629
548 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
549 176 1.61863 1.50793 1.26564 1.20931 197 u x - >
550 1.38629 1.38629 1.38629 1.38629
551 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
552 177 1.58732 1.26044 1.73737 1.09060 198 u x - >
553 1.38629 1.38629 1.38629 1.38629
554 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
555 178 1.62065 1.29576 1.38449 1.27982 199 u x - >
556 1.38629 1.38629 1.38629 1.38629
557 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
558 179 1.40518 1.05510 1.87848 1.37162 200 c x - >
559 1.38629 1.38629 1.38629 1.38629
560 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
561 180 1.39028 1.38642 1.43940 1.33198 201 u x - >
562 1.38629 1.38629 1.38629 1.38629
563 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
564 181 1.19594 1.54555 1.80595 1.13922 202 u x - >
565 1.38629 1.38629 1.38629 1.38629
566 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
567 182 1.73967 1.37664 1.18734 1.32064 203 g x - >
568 1.38629 1.38629 1.38629 1.38629
569 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
570 183 1.44257 1.49763 1.32961 1.28938 204 u x - >
571 1.38629 1.38629 1.38629 1.38629
572 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
573 184 1.63052 0.86089 1.97932 1.41377 205 c x - >
574 1.38629 1.38629 1.38629 1.38629
575 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
576 185 1.62312 0.97037 1.77467 1.36950 206 c x - .
577 1.38629 1.38629 1.38629 1.38629
578 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
579 186 2.05852 2.35149 0.45394 1.95186 207 g x - .
580 1.38629 1.38629 1.38629 1.38629
581 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
582 187 0.31319 2.53879 2.35058 2.35795 208 a x - .
583 1.38629 1.38629 1.38629 1.38629
584 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
585 188 0.52657 2.25065 1.75369 2.03326 209 a x - .
586 1.38629 1.38629 1.38629 1.38629
587 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
588 189 0.31319 2.53879 2.35058 2.35795 210 a x - .
589 1.38629 1.38629 1.38629 1.38629
590 0.17183 3.70608 2.01511 1.46634 0.26236 1.09861 0.40547
591 190 1.73046 1.27932 1.12310 1.51732 211 g x - .
592 1.38629 1.38629 1.38629 1.38629
593 0.05672 3.59097 3.59097 1.46634 0.26236 0.31385 1.31167
594 191 1.83458 2.47969 0.42835 2.25411 212 g x - <
595 1.38629 1.38629 1.38629 1.38629
596 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
597 192 1.62934 1.29737 1.24984 1.41001 213 g x - <
598 1.56654 1.28399 1.10217 1.70290
599 0.30396 1.43744 3.70608 1.74758 0.19140 1.09861 0.40547
600 193 1.63489 1.62009 1.49871 0.95782 225 u x - .
601 1.38629 1.38629 1.38629 1.38629
602 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
603 194 1.98183 1.12868 2.08863 0.87980 226 u x - .
604 1.38629 1.38629 1.38629 1.38629
605 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
606 195 1.34671 1.18598 1.84361 1.28657 227 c x - .
607 1.38629 1.38629 1.38629 1.38629
608 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
609 196 1.53070 1.63903 1.15176 1.29694 228 g x - .
610 1.89996 1.12791 1.17351 1.52585
611 0.33893 1.33600 3.70608 1.65605 0.21182 1.09861 0.40547
612 197 1.67457 1.36728 1.05661 1.55980 240 g x - >
613 1.38629 1.38629 1.38629 1.38629
614 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
615 198 2.19772 0.53519 2.31376 1.58720 241 c x - >
616 1.38629 1.38629 1.38629 1.38629
617 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
618 199 1.75433 2.43648 0.46288 2.20693 242 g x - .
619 1.38629 1.38629 1.38629 1.38629
620 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
621 200 2.40073 0.36271 2.51484 2.01980 243 c x - >
622 1.38629 1.38629 1.38629 1.38629
623 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
624 201 2.09217 0.68738 2.20425 1.33424 244 c x - >
625 1.38629 1.38629 1.38629 1.38629
626 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
627 202 1.57642 1.12466 1.54806 1.36311 245 c x - >
628 1.38629 1.38629 1.38629 1.38629
629 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
630 203 1.53869 1.71887 1.01921 1.40572 246 g x - >
631 1.38629 1.38629 1.38629 1.38629
632 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
633 204 0.31319 2.53879 2.35058 2.35795 247 a x - >
634 1.38629 1.38629 1.38629 1.38629
635 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
636 205 2.33926 2.75902 0.27076 2.55820 248 g x - >
637 1.38629 1.38629 1.38629 1.38629
638 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
639 206 2.33926 2.75902 0.27076 2.55820 249 g x - >
640 1.38629 1.38629 1.38629 1.38629
641 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
642 207 0.31319 2.53879 2.35058 2.35795 250 a x - .
643 1.38629 1.38629 1.38629 1.38629
644 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
645 208 2.26125 2.08158 2.35442 0.39142 251 u x - .
646 1.38629 1.38629 1.38629 1.38629
647 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
648 209 1.74192 2.42982 0.46852 2.19968 252 g x - >
649 1.38629 1.38629 1.38629 1.38629
650 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
651 210 1.57615 1.84346 0.91961 1.44270 253 g x - >
652 1.38629 1.38629 1.38629 1.38629
653 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
654 211 2.00074 2.56995 0.36650 2.35313 254 g x - >
655 1.38629 1.38629 1.38629 1.38629
656 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
657 212 1.61948 1.48488 1.25070 1.24076 255 u x - >
658 1.38629 1.38629 1.38629 1.38629
659 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
660 213 2.40073 0.36271 2.51484 2.01980 256 c x - >
661 1.38629 1.38629 1.38629 1.38629
662 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
663 214 1.85051 1.90318 1.40766 0.80066 257 u x - >
664 1.38629 1.38629 1.38629 1.38629
665 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
666 215 1.92093 2.52644 0.39473 2.30538 258 g x - >
667 1.38629 1.38629 1.38629 1.38629
668 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
669 216 2.40073 0.36271 2.51484 2.01980 259 c x - >
670 1.38629 1.38629 1.38629 1.38629
671 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
672 217 2.33926 2.75902 0.27076 2.55820 260 g x - >
673 1.38629 1.38629 1.38629 1.38629
674 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
675 218 2.05875 2.14327 0.44965 2.14331 261 g x - >
676 1.38629 1.38629 1.38629 1.38629
677 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
678 219 2.18057 0.55561 2.29602 1.54815 262 c x - <
679 1.38629 1.38629 1.38629 1.38629
680 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
681 220 1.88417 0.62951 1.92260 1.77805 263 c x - <
682 1.38629 1.38629 1.38629 1.38629
683 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
684 221 1.82710 1.62748 0.79663 1.65105 264 g x - <
685 1.38629 1.38629 1.38629 1.38629
686 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
687 222 0.31319 2.53879 2.35058 2.35795 265 a x - .
688 1.38629 1.38629 1.38629 1.38629
689 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
690 223 2.26125 2.08158 2.35442 0.39142 266 u x - .
691 1.38629 1.38629 1.38629 1.38629
692 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
693 224 1.99197 1.32521 2.09764 0.74428 267 u x - <
694 1.38629 1.38629 1.38629 1.38629
695 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
696 225 0.31319 2.53879 2.35058 2.35795 268 a x - .
697 1.41346 1.30897 1.41346 1.41346
698 0.07927 2.96348 3.70608 0.77727 0.61556 1.09861 0.40547
699 226 2.33926 2.75902 0.27076 2.55820 270 g x - <
700 1.38629 1.38629 1.38629 1.38629
701 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
702 227 2.33926 2.75902 0.27076 2.55820 271 g x - <
703 1.38629 1.38629 1.38629 1.38629
704 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
705 228 2.08443 1.71004 2.18702 0.54040 272 u x - <
706 1.38629 1.38629 1.38629 1.38629
707 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
708 229 0.81107 1.92355 1.88479 1.35609 273 a x - .
709 1.38629 1.38629 1.38629 1.38629
710 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
711 230 2.33926 2.75902 0.27076 2.55820 274 g x - .
712 1.38629 1.38629 1.38629 1.38629
713 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
714 231 1.40082 1.88344 1.92910 0.78469 275 u x - <
715 1.38629 1.38629 1.38629 1.38629
716 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
717 232 1.72596 1.43223 1.95923 0.81587 276 u x - <
718 1.38629 1.38629 1.38629 1.38629
719 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
720 233 2.33926 2.75902 0.27076 2.55820 277 g x - <
721 1.38629 1.38629 1.38629 1.38629
722 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
723 234 2.07414 2.37553 0.43868 1.99155 278 g x - <
724 1.38629 1.38629 1.38629 1.38629
725 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
726 235 2.01451 1.46222 2.11938 0.66400 279 u x - <
727 1.38629 1.38629 1.38629 1.38629
728 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
729 236 1.83458 2.47969 0.42835 2.25411 280 g x - <
730 1.38629 1.38629 1.38629 1.38629
731 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
732 237 2.33926 2.75902 0.27076 2.55820 281 g x - <
733 1.38629 1.38629 1.38629 1.38629
734 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
735 238 2.05727 2.34955 0.45521 1.94861 282 g x - <
736 1.38629 1.38629 1.38629 1.38629
737 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
738 239 2.33926 2.75902 0.27076 2.55820 283 g x - .
739 1.38629 1.38629 1.38629 1.38629
740 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
741 240 2.26125 2.08158 2.35442 0.39142 284 u x - .
742 1.38629 1.38629 1.38629 1.38629
743 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
744 241 0.31319 2.53879 2.35058 2.35795 285 a x - .
745 1.38629 1.38629 1.38629 1.38629
746 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
747 242 0.31319 2.53879 2.35058 2.35795 286 a x - .
748 1.38629 1.38629 1.38629 1.38629
749 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
750 243 1.51107 0.99008 1.91082 1.34776 287 c x - .
751 1.38629 1.38629 1.38629 1.38629
752 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
753 244 2.09725 2.41053 0.41785 2.04811 288 g x - .
754 1.38629 1.38629 1.38629 1.38629
755 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
756 245 2.33926 2.75902 0.27076 2.55820 289 g x - .
757 1.38629 1.38629 1.38629 1.38629
758 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
759 246 1.92625 0.51484 2.27595 1.87074 290 c x - >
760 1.38629 1.38629 1.38629 1.38629
761 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
762 247 2.40073 0.36271 2.51484 2.01980 291 c x - >
763 1.38629 1.38629 1.38629 1.38629
764 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
765 248 2.19772 0.53519 2.31376 1.58720 292 c x - >
766 1.38629 1.38629 1.38629 1.38629
767 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
768 249 0.64353 2.16628 1.53329 1.93700 293 a x - >
769 1.38629 1.38629 1.38629 1.38629
770 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
771 250 1.96993 0.49727 2.29893 1.88400 294 c x - >
772 1.38629 1.38629 1.38629 1.38629
773 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
774 251 2.40073 0.36271 2.51484 2.01980 295 c x - >
775 1.38629 1.38629 1.38629 1.38629
776 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
777 252 0.96535 1.91813 1.32651 1.57568 296 a x - >
778 1.38629 1.38629 1.38629 1.38629
779 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
780 253 0.85533 1.90823 1.87387 1.29834 297 a x - >
781 1.38629 1.38629 1.38629 1.38629
782 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
783 254 1.92093 2.52644 0.39473 2.30538 298 g x - >
784 1.38629 1.38629 1.38629 1.38629
785 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
786 255 2.40073 0.36271 2.51484 2.01980 299 c x - >
787 1.38629 1.38629 1.38629 1.38629
788 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
789 256 2.40073 0.36271 2.51484 2.01980 300 c x - >
790 1.38629 1.38629 1.38629 1.38629
791 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
792 257 1.58914 1.80015 1.02428 1.30353 301 g x - .
793 1.38629 1.38629 1.38629 1.38629
794 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
795 258 0.68393 2.14584 1.46608 1.91345 302 a x - .
796 1.38629 1.38629 1.38629 1.38629
797 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
798 259 1.26464 1.61403 1.81861 1.03192 303 u x - .
799 1.38629 1.38629 1.38629 1.38629
800 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
801 260 1.31372 1.69383 1.02031 1.67727 304 g x - .
802 1.38629 1.38629 1.38629 1.38629
803 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
804 261 0.31319 2.53879 2.35058 2.35795 305 a x - .
805 1.38629 1.38629 1.38629 1.38629
806 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
807 262 1.99197 1.32521 2.09764 0.74428 306 u x - >
808 1.38629 1.38629 1.38629 1.38629
809 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
810 263 1.91627 0.85277 1.38972 1.72898 307 c x - >
811 1.38629 1.38629 1.38629 1.38629
812 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
813 264 1.93711 2.03191 0.56213 1.86561 308 g x - >
814 1.38629 1.38629 1.38629 1.38629
815 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
816 265 1.96190 2.54874 0.37992 2.32985 309 g x - >
817 1.38629 1.38629 1.38629 1.38629
818 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
819 266 2.26125 2.08158 2.35442 0.39142 310 u x - .
820 1.38629 1.38629 1.38629 1.38629
821 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
822 267 0.31319 2.53879 2.35058 2.35795 311 a x - .
823 1.38629 1.38629 1.38629 1.38629
824 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
825 268 1.96101 0.75851 1.52546 1.75215 312 c x - <
826 1.38629 1.38629 1.38629 1.38629
827 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
828 269 1.98423 2.56092 0.37213 2.34323 313 g x - <
829 1.38629 1.38629 1.38629 1.38629
830 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
831 270 2.33926 2.75902 0.27076 2.55820 314 g x - <
832 1.38629 1.38629 1.38629 1.38629
833 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
834 271 2.33926 2.75902 0.27076 2.55820 315 g x - <
835 1.38629 1.38629 1.38629 1.38629
836 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
837 272 1.99742 0.96430 2.10548 1.01811 316 c x - <
838 1.38629 1.38629 1.38629 1.38629
839 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
840 273 1.99742 0.96430 2.10548 1.01811 317 c x - <
841 1.38629 1.38629 1.38629 1.38629
842 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
843 274 1.67096 1.92944 0.71280 1.73480 318 g x - <
844 1.38629 1.38629 1.38629 1.38629
845 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
846 275 2.26125 2.08158 2.35442 0.39142 319 u x - <
847 1.38629 1.38629 1.38629 1.38629
848 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
849 276 2.33926 2.75902 0.27076 2.55820 320 g x - .
850 1.38629 1.38629 1.38629 1.38629
851 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
852 277 0.62758 2.17550 1.56088 1.94758 321 a x - .
853 1.38629 1.38629 1.38629 1.38629
854 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
855 278 1.71666 2.41629 0.48029 2.18498 322 g x - .
856 1.38629 1.38629 1.38629 1.38629
857 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
858 279 0.31319 2.53879 2.35058 2.35795 323 a x - .
859 1.38629 1.38629 1.38629 1.38629
860 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
861 280 2.33926 2.75902 0.27076 2.55820 324 g x - >
862 1.38629 1.38629 1.38629 1.38629
863 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
864 281 1.73919 0.84754 1.77996 1.48182 325 c x - >
865 1.38629 1.38629 1.38629 1.38629
866 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
867 282 1.19695 2.16353 0.82981 1.91843 326 g x - >
868 1.38629 1.38629 1.38629 1.38629
869 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
870 283 1.19695 2.16353 0.82981 1.91843 327 g x - >
871 1.38629 1.38629 1.38629 1.38629
872 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
873 284 2.33926 2.75902 0.27076 2.55820 328 g x - .
874 1.38629 1.38629 1.38629 1.38629
875 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
876 285 0.31319 2.53879 2.35058 2.35795 329 a x - .
877 1.38629 1.38629 1.38629 1.38629
878 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
879 286 1.99724 2.56803 0.36769 2.35103 330 g x - .
880 1.38629 1.38629 1.38629 1.38629
881 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
882 287 2.40073 0.36271 2.51484 2.01980 331 c x - >
883 1.38629 1.38629 1.38629 1.38629
884 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
885 288 2.40073 0.36271 2.51484 2.01980 332 c x - >
886 1.38629 1.38629 1.38629 1.38629
887 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
888 289 2.12369 0.63408 2.23701 1.41382 333 c x - >
889 1.38629 1.38629 1.38629 1.38629
890 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
891 290 1.92478 1.66673 0.66420 1.89350 334 g x - >
892 1.38629 1.38629 1.38629 1.38629
893 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
894 291 1.92478 1.66673 0.66420 1.89350 335 g x - >
895 1.38629 1.38629 1.38629 1.38629
896 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
897 292 0.31319 2.53879 2.35058 2.35795 336 a x - >
898 1.38629 1.38629 1.38629 1.38629
899 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
900 293 2.33926 2.75902 0.27076 2.55820 337 g x - >
901 1.38629 1.38629 1.38629 1.38629
902 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
903 294 0.58269 2.07591 2.00665 1.70524 338 a x - .
904 1.38629 1.38629 1.38629 1.38629
905 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
906 295 1.99478 1.34719 2.10033 0.73070 339 u x - <
907 1.38629 1.38629 1.38629 1.38629
908 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
909 296 2.02916 2.05598 0.48254 2.09253 340 g x - <
910 1.38629 1.38629 1.38629 1.38629
911 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
912 297 2.33926 2.75902 0.27076 2.55820 341 g x - <
913 1.38629 1.38629 1.38629 1.38629
914 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
915 298 1.08957 1.87472 1.29576 1.44160 342 a x - <
916 1.38629 1.38629 1.38629 1.38629
917 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
918 299 1.24692 1.18969 1.68482 1.50140 343 c x - <
919 1.38629 1.38629 1.38629 1.38629
920 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
921 300 1.20703 1.50668 1.80647 1.15506 344 u x - <
922 1.38629 1.38629 1.38629 1.38629
923 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
924 301 2.40073 0.36271 2.51484 2.01980 345 c x - .
925 1.38629 1.38629 1.38629 1.38629
926 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
927 302 2.26125 2.08158 2.35442 0.39142 346 u x - .
928 1.38629 1.38629 1.38629 1.38629
929 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
930 303 2.33926 2.75902 0.27076 2.55820 347 g x - .
931 1.38629 1.38629 1.38629 1.38629
932 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
933 304 0.31319 2.53879 2.35058 2.35795 348 a x - .
934 1.38629 1.38629 1.38629 1.38629
935 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
936 305 2.33926 2.75902 0.27076 2.55820 349 g x - .
937 1.38629 1.38629 1.38629 1.38629
938 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
939 306 0.31319 2.53879 2.35058 2.35795 350 a x - .
940 1.38629 1.38629 1.38629 1.38629
941 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
942 307 2.40073 0.36271 2.51484 2.01980 351 c x - .
943 1.38629 1.38629 1.38629 1.38629
944 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
945 308 0.31319 2.53879 2.35058 2.35795 352 a x - .
946 1.38629 1.38629 1.38629 1.38629
947 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
948 309 0.94174 1.29149 1.89883 1.68499 353 a x - .
949 1.38629 1.38629 1.38629 1.38629
950 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
951 310 2.04031 2.08987 0.46951 2.11196 354 g x - .
952 1.38629 1.38629 1.38629 1.38629
953 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
954 311 1.29199 2.20234 0.74734 1.95823 355 g x - >
955 1.38629 1.38629 1.38629 1.38629
956 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
957 312 1.63822 1.76686 1.09147 1.20703 356 g x - >
958 1.38629 1.38629 1.38629 1.38629
959 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
960 313 1.54167 1.40455 1.87808 0.94774 357 u x - >
961 1.38629 1.38629 1.38629 1.38629
962 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
963 314 2.40073 0.36271 2.51484 2.01980 358 c x - >
964 1.38629 1.38629 1.38629 1.38629
965 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
966 315 2.13579 0.54400 1.93097 1.85521 359 c x - >
967 1.38629 1.38629 1.38629 1.38629
968 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
969 316 0.82332 2.10495 1.25786 1.86489 360 a x - >
970 1.38629 1.38629 1.38629 1.38629
971 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
972 317 2.33926 2.75902 0.27076 2.55820 361 g x - .
973 1.38629 1.38629 1.38629 1.38629
974 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
975 318 2.33926 2.75902 0.27076 2.55820 362 g x - <
976 1.38629 1.38629 1.38629 1.38629
977 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
978 319 2.40073 0.36271 2.51484 2.01980 363 c x - <
979 1.38629 1.38629 1.38629 1.38629
980 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
981 320 2.40073 0.36271 2.51484 2.01980 364 c x - <
982 1.38629 1.38629 1.38629 1.38629
983 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
984 321 2.40073 0.36271 2.51484 2.01980 365 c x - <
985 1.38629 1.38629 1.38629 1.38629
986 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
987 322 2.26125 2.08158 2.35442 0.39142 366 u x - .
988 1.38629 1.38629 1.38629 1.38629
989 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
990 323 0.31319 2.53879 2.35058 2.35795 367 a x - .
991 1.38629 1.38629 1.38629 1.38629
992 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
993 324 2.40073 0.36271 2.51484 2.01980 368 c x - .
994 1.38629 1.38629 1.38629 1.38629
995 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
996 325 2.33926 2.75902 0.27076 2.55820 369 g x - .
997 1.38629 1.38629 1.38629 1.38629
998 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
999 326 2.33926 2.75902 0.27076 2.55820 370 g x - >
1000 1.38629 1.38629 1.38629 1.38629
1001 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1002 327 2.33926 2.75902 0.27076 2.55820 371 g x - >
1003 1.38629 1.38629 1.38629 1.38629
1004 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1005 328 2.33926 2.75902 0.27076 2.55820 372 g x - >
1006 1.38629 1.38629 1.38629 1.38629
1007 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1008 329 2.40073 0.36271 2.51484 2.01980 373 c x - >
1009 1.38629 1.38629 1.38629 1.38629
1010 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1011 330 2.33926 2.75902 0.27076 2.55820 374 g x - .
1012 1.38629 1.38629 1.38629 1.38629
1013 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1014 331 2.40073 0.36271 2.51484 2.01980 375 c x - .
1015 1.38629 1.38629 1.38629 1.38629
1016 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1017 332 0.31319 2.53879 2.35058 2.35795 376 a x - .
1018 1.38629 1.38629 1.38629 1.38629
1019 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1020 333 1.92478 1.66673 0.66420 1.89350 377 g x - >
1021 1.38629 1.38629 1.38629 1.38629
1022 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1023 334 2.40073 0.36271 2.51484 2.01980 378 c x - >
1024 1.38629 1.38629 1.38629 1.38629
1025 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1026 335 0.31319 2.53879 2.35058 2.35795 379 a x - >
1027 1.38629 1.38629 1.38629 1.38629
1028 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1029 336 2.33926 2.75902 0.27076 2.55820 380 g x - >
1030 1.38629 1.38629 1.38629 1.38629
1031 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1032 337 2.33926 2.75902 0.27076 2.55820 381 g x - >
1033 1.38629 1.38629 1.38629 1.38629
1034 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1035 338 2.13579 0.54400 1.93097 1.85521 382 c x - >
1036 1.38629 1.38629 1.38629 1.38629
1037 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1038 339 2.33926 2.75902 0.27076 2.55820 383 g x - .
1039 1.38629 1.38629 1.38629 1.38629
1040 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1041 340 2.40073 0.36271 2.51484 2.01980 384 c x - >
1042 1.38629 1.38629 1.38629 1.38629
1043 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1044 341 2.33926 2.75902 0.27076 2.55820 385 g x - .
1045 1.38629 1.38629 1.38629 1.38629
1046 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1047 342 0.31319 2.53879 2.35058 2.35795 386 a x - .
1048 1.38629 1.38629 1.38629 1.38629
1049 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1050 343 0.31319 2.53879 2.35058 2.35795 387 a x - .
1051 1.38629 1.38629 1.38629 1.38629
1052 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1053 344 0.31319 2.53879 2.35058 2.35795 388 a x - .
1054 1.38629 1.38629 1.38629 1.38629
1055 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1056 345 1.55150 0.70956 2.08303 1.76227 389 c x - .
1057 1.38629 1.38629 1.38629 1.38629
1058 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1059 346 2.15505 0.52705 1.97217 1.86687 390 c x - <
1060 1.38629 1.38629 1.38629 1.38629
1061 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1062 347 2.26125 2.08158 2.35442 0.39142 391 u x - .
1063 1.38629 1.38629 1.38629 1.38629
1064 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1065 348 1.86652 0.96971 1.79982 1.20125 392 c x - <
1066 1.38629 1.38629 1.38629 1.38629
1067 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1068 349 2.01529 0.88216 2.12420 1.09871 393 c x - <
1069 1.38629 1.38629 1.38629 1.38629
1070 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1071 350 1.39804 1.90933 0.82622 1.78954 394 g x - <
1072 1.38629 1.38629 1.38629 1.38629
1073 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1074 351 2.40073 0.36271 2.51484 2.01980 395 c x - .
1075 1.38629 1.38629 1.38629 1.38629
1076 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1077 352 0.58421 1.86825 2.00649 1.87341 396 a x - .
1078 1.38629 1.38629 1.38629 1.38629
1079 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1080 353 0.85276 1.41849 1.90108 1.70223 397 a x - .
1081 1.38629 1.38629 1.38629 1.38629
1082 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1083 354 2.26125 2.08158 2.35442 0.39142 398 u x - <
1084 1.38629 1.38629 1.38629 1.38629
1085 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1086 355 2.33926 2.75902 0.27076 2.55820 399 g x - <
1087 1.38629 1.38629 1.38629 1.38629
1088 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1089 356 2.25741 0.47287 2.37498 1.71952 400 c x - <
1090 1.38629 1.38629 1.38629 1.38629
1091 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1092 357 1.19932 2.16442 0.82764 1.91934 401 g x - <
1093 1.38629 1.38629 1.38629 1.38629
1094 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1095 358 1.86761 1.05113 1.15104 1.71671 402 c x - <
1096 1.38629 1.38629 1.38629 1.38629
1097 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1098 359 2.33926 2.75902 0.27076 2.55820 403 g x - .
1099 1.38629 1.38629 1.38629 1.38629
1100 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1101 360 0.95347 1.27570 1.89934 1.68365 404 a x - .
1102 1.38629 1.38629 1.38629 1.38629
1103 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1104 361 0.74055 1.59557 1.92334 1.74733 405 a x - .
1105 1.38629 1.38629 1.38629 1.38629
1106 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1107 362 0.31319 2.53879 2.35058 2.35795 406 a x - .
1108 1.38629 1.38629 1.38629 1.38629
1109 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1110 363 1.86335 1.26841 0.94224 1.74976 407 g x - >
1111 1.38629 1.38629 1.38629 1.38629
1112 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1113 364 1.99779 0.96218 2.10587 1.02008 408 c x - >
1114 1.38629 1.38629 1.38629 1.38629
1115 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1116 365 2.33926 2.75902 0.27076 2.55820 409 g x - >
1117 1.38629 1.38629 1.38629 1.38629
1118 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1119 366 2.06375 0.74475 2.17469 1.25692 410 c x - >
1120 1.38629 1.38629 1.38629 1.38629
1121 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1122 367 2.33926 2.75902 0.27076 2.55820 411 g x - >
1123 1.38629 1.38629 1.38629 1.38629
1124 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1125 368 0.31319 2.53879 2.35058 2.35795 412 a x - .
1126 1.38629 1.38629 1.38629 1.38629
1127 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1128 369 1.86756 0.96837 1.80217 1.20112 413 c x - >
1129 1.38629 1.38629 1.38629 1.38629
1130 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1131 370 1.29199 2.20234 0.74734 1.95823 414 g x - >
1132 1.38629 1.38629 1.38629 1.38629
1133 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1134 371 1.53065 1.95644 0.72313 1.85143 415 g x - >
1135 1.38629 1.38629 1.38629 1.38629
1136 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1137 372 2.04142 2.09318 0.46826 2.11387 416 g x - >
1138 1.38629 1.38629 1.38629 1.38629
1139 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1140 373 2.33926 2.75902 0.27076 2.55820 417 g x - .
1141 1.38629 1.38629 1.38629 1.38629
1142 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1143 374 1.71855 1.79312 0.75200 1.69931 418 g x - >
1144 1.38629 1.38629 1.38629 1.38629
1145 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1146 375 1.50149 1.85521 0.89778 1.54501 419 g x - >
1147 1.38629 1.38629 1.38629 1.38629
1148 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1149 376 0.31319 2.53879 2.35058 2.35795 420 a x - >
1150 1.38629 1.38629 1.38629 1.38629
1151 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1152 377 1.80066 0.76143 1.67596 1.71101 421 c x - >
1153 1.38629 1.38629 1.38629 1.38629
1154 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1155 378 1.89628 0.86055 1.80070 1.34033 422 c x - >
1156 1.38629 1.38629 1.38629 1.38629
1157 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1158 379 2.13579 0.54400 1.93097 1.85521 423 c x - >
1159 1.38629 1.38629 1.38629 1.38629
1160 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1161 380 1.71635 0.81339 1.81716 1.53973 424 c x - >
1162 1.38629 1.38629 1.38629 1.38629
1163 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1164 381 1.38404 1.66733 0.97972 1.68596 425 g x - >
1165 1.38629 1.38629 1.38629 1.38629
1166 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1167 382 0.31319 2.53879 2.35058 2.35795 426 a x - >
1168 1.38629 1.38629 1.38629 1.38629
1169 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1170 383 2.33926 2.75902 0.27076 2.55820 427 g x - .
1171 1.38629 1.38629 1.38629 1.38629
1172 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1173 384 2.26125 2.08158 2.35442 0.39142 428 u x - .
1174 1.38629 1.38629 1.38629 1.38629
1175 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1176 385 2.33926 2.75902 0.27076 2.55820 429 g x - <
1177 1.38629 1.38629 1.38629 1.38629
1178 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1179 386 2.13787 0.61270 2.25174 1.44819 430 c x - <
1180 1.38629 1.38629 1.38629 1.38629
1181 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1182 387 1.80159 1.01683 1.42230 1.46074 431 c x - <
1183 1.38629 1.38629 1.38629 1.38629
1184 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1185 388 1.21604 1.58797 1.35685 1.41969 432 a x - <
1186 1.38629 1.38629 1.38629 1.38629
1187 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1188 389 1.55260 1.47766 1.22873 1.31875 433 g x - <
1189 1.38629 1.38629 1.38629 1.38629
1190 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1191 390 1.60672 1.52101 1.10855 1.38258 434 g x - <
1192 1.38629 1.38629 1.38629 1.38629
1193 0.14317 3.70608 2.21808 1.46634 0.26236 1.09861 0.40547
1194 391 1.62691 1.45253 0.97429 1.65012 435 g x - <
1195 1.38629 1.38629 1.38629 1.38629
1196 0.05516 3.61807 3.61807 1.46634 0.26236 1.86070 0.16909
1197 392 1.83257 0.90191 1.72015 1.36583 436 c x - <
1198 1.45356 1.32327 1.32327 1.45356
1199 0.26623 2.74607 1.77456 0.99433 0.46199 0.37270 1.16755
1200 393 1.26138 1.65718 1.39799 1.27666 439 a x - .
1201 1.38629 1.38629 1.38629 1.38629
1202 0.05820 3.56601 3.56601 1.46634 0.26236 0.27499 1.42536
1203 394 1.34723 1.59773 1.83352 0.97330 440 u x - .
1204 1.38629 1.38629 1.38629 1.38629
1205 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1206 395 1.12754 1.51948 1.80188 1.22978 441 a x - .
1207 1.38629 1.38629 1.38629 1.38629
1208 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1209 396 1.43897 1.48345 1.50302 1.15990 442 u x - .
1210 1.22623 1.48190 1.48190 1.37757
1211 0.33836 1.58325 2.50405 0.47083 0.97945 1.09861 0.40547
1212 397 1.97487 2.22976 0.52377 1.82398 446 g x - >
1213 1.38629 1.38629 1.38629 1.38629
1214 0.08429 3.64720 2.90460 1.46634 0.26236 1.67276 0.20792
1215 398 1.71265 1.24216 1.32040 1.33248 447 c x - >
1216 1.38629 1.38629 1.38629 1.38629
1217 0.05516 3.61807 3.61807 1.46634 0.26236 0.37270 1.16755
1218 399 1.64780 1.22199 1.23541 1.50431 448 c x - >
1219 1.38629 1.38629 1.38629 1.38629
1220 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1221 400 1.40144 1.34137 1.36377 1.44149 449 c x - >
1222 1.38629 1.38629 1.38629 1.38629
1223 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1224 401 1.51336 1.46759 1.50601 1.11609 450 u x - >
1225 1.38629 1.38629 1.38629 1.38629
1226 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1227 402 1.90145 1.55297 0.73204 1.84452 451 g x - >
1228 1.38629 1.38629 1.38629 1.38629
1229 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1230 403 1.99304 2.56574 0.36912 2.34851 452 g x - >
1231 1.38629 1.38629 1.38629 1.38629
1232 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1233 404 2.40073 0.36271 2.51484 2.01980 453 c x - >
1234 1.38629 1.38629 1.38629 1.38629
1235 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1236 405 2.26125 2.08158 2.35442 0.39142 454 u x - .
1237 1.38629 1.38629 1.38629 1.38629
1238 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1239 406 1.95003 1.93776 1.70722 0.63048 455 u x - .
1240 1.38629 1.38629 1.38629 1.38629
1241 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1242 407 2.26125 2.08158 2.35442 0.39142 456 u x - .
1243 1.38629 1.38629 1.38629 1.38629
1244 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1245 408 2.04697 1.59385 2.15084 0.59539 457 u x - <
1246 1.38629 1.38629 1.38629 1.38629
1247 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1248 409 1.68974 0.95931 1.52400 1.53974 458 c x - <
1249 1.38629 1.38629 1.38629 1.38629
1250 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1251 410 1.49344 1.41597 1.48983 1.17992 459 u x - <
1252 1.38629 1.38629 1.38629 1.38629
1253 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1254 411 1.67973 1.41054 1.00658 1.58916 460 g x - <
1255 1.38629 1.38629 1.38629 1.38629
1256 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1257 412 1.39188 1.53570 1.17885 1.47642 461 g x - <
1258 1.38629 1.38629 1.38629 1.38629
1259 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1260 413 0.92694 1.88374 1.49998 1.47367 462 a x - <
1261 1.38629 1.38629 1.38629 1.38629
1262 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1263 414 1.86863 1.33254 0.88919 1.76685 463 g x - <
1264 1.38629 1.38629 1.38629 1.38629
1265 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1266 415 1.98453 1.24605 2.09063 0.79561 464 u x - <
1267 1.38629 1.38629 1.38629 1.38629
1268 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1269 416 1.93074 1.69343 0.64941 1.90569 465 g x - .
1270 1.38629 1.38629 1.38629 1.38629
1271 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1272 417 2.26125 2.08158 2.35442 0.39142 466 u x - .
1273 1.38629 1.38629 1.38629 1.38629
1274 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1275 418 0.47173 2.30509 1.87558 2.09504 467 a x - .
1276 1.38629 1.38629 1.38629 1.38629
1277 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1278 419 0.31319 2.53879 2.35058 2.35795 468 a x - .
1279 1.38629 1.38629 1.38629 1.38629
1280 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1281 420 0.99188 2.10718 1.04330 1.86270 469 a x - .
1282 1.38629 1.38629 1.38629 1.38629
1283 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1284 421 1.21604 1.75090 1.28003 1.37852 470 a x - .
1285 1.38629 1.38629 1.38629 1.38629
1286 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1287 422 0.91219 1.73744 1.81662 1.34779 471 a x - .
1288 1.38629 1.38629 1.38629 1.38629
1289 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1290 423 1.95403 2.54445 0.38271 2.32515 472 g x - >
1291 1.38629 1.38629 1.38629 1.38629
1292 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1293 424 1.87578 0.99669 1.21132 1.71556 473 c x - >
1294 1.38629 1.38629 1.38629 1.38629
1295 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1296 425 1.60619 1.58584 1.91853 0.80352 474 u x - >
1297 1.38629 1.38629 1.38629 1.38629
1298 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1299 426 1.55840 1.30665 1.42674 1.27757 475 u x - >
1300 1.38629 1.38629 1.38629 1.38629
1301 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1302 427 1.81415 1.04487 1.28141 1.57195 476 c x - >
1303 1.38629 1.38629 1.38629 1.38629
1304 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1305 428 1.32328 1.57616 1.31084 1.35720 477 g x - >
1306 1.38629 1.38629 1.38629 1.38629
1307 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1308 429 1.93615 1.71699 0.63670 1.91664 478 g x - >
1309 1.38629 1.38629 1.38629 1.38629
1310 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1311 430 1.76849 2.44409 0.45654 2.21521 479 g x - .
1312 1.41177 1.31355 1.41177 1.41177
1313 0.07743 2.99707 3.70608 0.79998 0.59663 1.09861 0.40547
1314 431 0.31319 2.53879 2.35058 2.35795 481 a x - .
1315 1.38629 1.38629 1.38629 1.38629
1316 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1317 432 0.60693 2.18847 1.59764 1.96243 482 a x - .
1318 1.38629 1.38629 1.38629 1.38629
1319 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1320 433 1.76351 1.52686 1.98667 0.74615 483 u x - >
1321 1.38629 1.38629 1.38629 1.38629
1322 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1323 434 0.31319 2.53879 2.35058 2.35795 484 a x - .
1324 1.38629 1.38629 1.38629 1.38629
1325 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1326 435 0.31319 2.53879 2.35058 2.35795 485 a x - .
1327 1.38629 1.38629 1.38629 1.38629
1328 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1329 436 2.33926 2.75902 0.27076 2.55820 486 g x - <
1330 1.38629 1.38629 1.38629 1.38629
1331 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1332 437 1.61946 1.63410 0.89073 1.62703 487 g x - <
1333 1.38629 1.38629 1.38629 1.38629
1334 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1335 438 1.67906 2.39620 0.49851 2.16323 488 g x - <
1336 1.38629 1.38629 1.38629 1.38629
1337 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1338 439 1.96101 0.75851 1.52546 1.75215 489 c x - <
1339 1.38629 1.38629 1.38629 1.38629
1340 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1341 440 1.81125 1.61460 1.63909 0.81323 490 u x - <
1342 1.38629 1.38629 1.38629 1.38629
1343 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1344 441 2.33926 2.75902 0.27076 2.55820 491 g x - <
1345 1.38629 1.38629 1.38629 1.38629
1346 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1347 442 2.33926 2.75902 0.27076 2.55820 492 g x - .
1348 1.38629 1.38629 1.38629 1.38629
1349 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1350 443 2.33926 2.75902 0.27076 2.55820 493 g x - .
1351 1.38629 1.38629 1.38629 1.38629
1352 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1353 444 2.40073 0.36271 2.51484 2.01980 494 c x - .
1354 1.38629 1.38629 1.38629 1.38629
1355 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1356 445 0.31319 2.53879 2.35058 2.35795 495 a x - .
1357 1.38629 1.38629 1.38629 1.38629
1358 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1359 446 0.31319 2.53879 2.35058 2.35795 496 a x - .
1360 1.38629 1.38629 1.38629 1.38629
1361 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1362 447 2.33926 2.75902 0.27076 2.55820 497 g x - .
1363 1.38629 1.38629 1.38629 1.38629
1364 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1365 448 1.03695 1.88268 1.32733 1.47798 498 a x - .
1366 1.38629 1.38629 1.38629 1.38629
1367 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1368 449 2.00792 0.67003 1.86663 1.61247 499 c x - <
1369 1.38629 1.38629 1.38629 1.38629
1370 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1371 450 1.85871 0.88372 1.63172 1.44693 500 c x - <
1372 1.38629 1.38629 1.38629 1.38629
1373 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1374 451 2.33926 2.75902 0.27076 2.55820 501 g x - <
1375 1.38629 1.38629 1.38629 1.38629
1376 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1377 452 2.33926 2.75902 0.27076 2.55820 502 g x - <
1378 1.38629 1.38629 1.38629 1.38629
1379 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1380 453 2.26125 2.08158 2.35442 0.39142 503 u x - .
1381 1.38629 1.38629 1.38629 1.38629
1382 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1383 454 2.33926 2.75902 0.27076 2.55820 504 g x - .
1384 1.38629 1.38629 1.38629 1.38629
1385 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1386 455 1.78018 1.09472 1.34650 1.44134 505 c x - .
1387 1.38629 1.38629 1.38629 1.38629
1388 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1389 456 2.40073 0.36271 2.51484 2.01980 506 c x - .
1390 1.38629 1.38629 1.38629 1.38629
1391 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1392 457 0.31319 2.53879 2.35058 2.35795 507 a x - .
1393 1.38629 1.38629 1.38629 1.38629
1394 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1395 458 2.33926 2.75902 0.27076 2.55820 508 g x - <
1396 1.38629 1.38629 1.38629 1.38629
1397 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1398 459 2.40073 0.36271 2.51484 2.01980 509 c x - <
1399 1.38629 1.38629 1.38629 1.38629
1400 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1401 460 1.97948 0.49355 2.30395 1.88691 510 c x - .
1402 1.38629 1.38629 1.38629 1.38629
1403 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1404 461 2.33926 2.75902 0.27076 2.55820 511 g x - .
1405 1.38629 1.38629 1.38629 1.38629
1406 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1407 462 2.40073 0.36271 2.51484 2.01980 512 c x - .
1408 1.38629 1.38629 1.38629 1.38629
1409 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1410 463 2.40073 0.36271 2.51484 2.01980 513 c x - .
1411 1.38629 1.38629 1.38629 1.38629
1412 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1413 464 2.33926 2.75902 0.27076 2.55820 514 g x - >
1414 1.38629 1.38629 1.38629 1.38629
1415 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1416 465 2.40073 0.36271 2.51484 2.01980 515 c x - >
1417 1.38629 1.38629 1.38629 1.38629
1418 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1419 466 2.33926 2.75902 0.27076 2.55820 516 g x - .
1420 1.38629 1.38629 1.38629 1.38629
1421 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1422 467 2.33926 2.75902 0.27076 2.55820 517 g x - .
1423 1.38629 1.38629 1.38629 1.38629
1424 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1425 468 2.01129 1.96357 1.84521 0.56592 518 u x - .
1426 1.38629 1.38629 1.38629 1.38629
1427 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1428 469 0.31319 2.53879 2.35058 2.35795 519 a x - .
1429 1.38629 1.38629 1.38629 1.38629
1430 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1431 470 0.31319 2.53879 2.35058 2.35795 520 a x - .
1432 1.38629 1.38629 1.38629 1.38629
1433 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1434 471 1.98972 1.30558 2.09550 0.75663 521 u x - .
1435 1.38629 1.38629 1.38629 1.38629
1436 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1437 472 0.31319 2.53879 2.35058 2.35795 522 a x - .
1438 1.38629 1.38629 1.38629 1.38629
1439 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1440 473 2.40073 0.36271 2.51484 2.01980 523 c x - >
1441 1.38629 1.38629 1.38629 1.38629
1442 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1443 474 2.40073 0.36271 2.51484 2.01980 524 c x - >
1444 1.38629 1.38629 1.38629 1.38629
1445 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1446 475 1.63048 1.78860 0.74782 1.81050 525 g x - >
1447 1.38629 1.38629 1.38629 1.38629
1448 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1449 476 1.81446 2.01690 0.56903 1.98100 526 g x - >
1450 1.38629 1.38629 1.38629 1.38629
1451 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1452 477 2.40073 0.36271 2.51484 2.01980 527 c x - >
1453 1.38629 1.38629 1.38629 1.38629
1454 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1455 478 1.16327 1.78246 1.18483 1.54406 528 a x - >
1456 1.38629 1.38629 1.38629 1.38629
1457 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1458 479 1.92478 1.66673 0.66420 1.89350 529 g x - >
1459 1.38629 1.38629 1.38629 1.38629
1460 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1461 480 2.13787 0.61270 2.25174 1.44819 530 c x - >
1462 1.38629 1.38629 1.38629 1.38629
1463 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1464 481 1.63761 1.25942 1.48256 1.22187 531 u x - >
1465 1.38629 1.38629 1.38629 1.38629
1466 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1467 482 2.40073 0.36271 2.51484 2.01980 532 c x - >
1468 1.38629 1.38629 1.38629 1.38629
1469 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1470 483 1.59196 2.35005 0.54420 2.11361 533 g x - .
1471 1.38629 1.38629 1.38629 1.38629
1472 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1473 484 0.31319 2.53879 2.35058 2.35795 534 a x - >
1474 1.38629 1.38629 1.38629 1.38629
1475 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1476 485 2.33926 2.75902 0.27076 2.55820 535 g x - >
1477 1.38629 1.38629 1.38629 1.38629
1478 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1479 486 2.03549 1.55187 2.13972 0.61647 536 u x - >
1480 1.38629 1.38629 1.38629 1.38629
1481 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1482 487 2.33926 2.75902 0.27076 2.55820 537 g x - >
1483 1.38629 1.38629 1.38629 1.38629
1484 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1485 488 1.48030 2.29226 0.61076 2.05216 538 g x - >
1486 1.38629 1.38629 1.38629 1.38629
1487 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1488 489 2.09683 1.74337 2.19893 0.52543 539 u x - >
1489 1.38629 1.38629 1.38629 1.38629
1490 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1491 490 1.60094 1.82066 0.74811 1.81330 540 g x - >
1492 1.38629 1.38629 1.38629 1.38629
1493 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1494 491 1.63361 2.37204 0.52172 2.13719 541 g x - >
1495 1.38629 1.38629 1.38629 1.38629
1496 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1497 492 1.91957 0.77933 1.68918 1.56092 542 c x - >
1498 1.38629 1.38629 1.38629 1.38629
1499 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1500 493 2.04334 0.63973 1.72808 1.79973 543 c x - >
1501 1.38629 1.38629 1.38629 1.38629
1502 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1503 494 1.39212 2.24855 0.67059 2.00624 544 g x - .
1504 1.38629 1.38629 1.38629 1.38629
1505 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1506 495 1.47322 1.08015 1.88121 1.27704 545 c x - .
1507 1.38629 1.38629 1.38629 1.38629
1508 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1509 496 1.87389 1.90936 1.49658 0.74569 546 u x - .
1510 1.38629 1.38629 1.38629 1.38629
1511 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1512 497 1.13593 1.56243 1.66188 1.27486 547 a x - .
1513 1.38629 1.38629 1.38629 1.38629
1514 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1515 498 2.26125 2.08158 2.35442 0.39142 548 u x - .
1516 1.38629 1.38629 1.38629 1.38629
1517 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1518 499 2.26125 2.08158 2.35442 0.39142 549 u x - .
1519 1.38629 1.38629 1.38629 1.38629
1520 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1521 500 0.31319 2.53879 2.35058 2.35795 550 a x - .
1522 1.38629 1.38629 1.38629 1.38629
1523 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1524 501 2.01369 1.45823 2.11859 0.66620 551 u x - .
1525 1.38629 1.38629 1.38629 1.38629
1526 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1527 502 2.26125 2.08158 2.35442 0.39142 552 u x - .
1528 1.38629 1.38629 1.38629 1.38629
1529 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1530 503 2.33926 2.75902 0.27076 2.55820 553 g x - .
1531 1.38629 1.38629 1.38629 1.38629
1532 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1533 504 1.91821 2.52497 0.39573 2.30376 554 g x - <
1534 1.38629 1.38629 1.38629 1.38629
1535 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1536 505 2.33926 2.75902 0.27076 2.55820 555 g x - <
1537 1.38629 1.38629 1.38629 1.38629
1538 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1539 506 2.22950 0.50048 2.34647 1.65825 556 c x - <
1540 1.38629 1.38629 1.38629 1.38629
1541 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1542 507 2.24291 0.48690 2.36021 1.68782 557 c x - .
1543 1.38629 1.38629 1.38629 1.38629
1544 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1545 508 2.26125 2.08158 2.35442 0.39142 558 u x - .
1546 1.38629 1.38629 1.38629 1.38629
1547 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1548 509 0.31319 2.53879 2.35058 2.35795 559 a x - .
1549 1.38629 1.38629 1.38629 1.38629
1550 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1551 510 0.31319 2.53879 2.35058 2.35795 560 a x - .
1552 1.38629 1.38629 1.38629 1.38629
1553 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1554 511 0.31319 2.53879 2.35058 2.35795 561 a x - .
1555 1.38629 1.38629 1.38629 1.38629
1556 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1557 512 2.33926 2.75902 0.27076 2.55820 562 g x - <
1558 1.38629 1.38629 1.38629 1.38629
1559 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1560 513 2.03294 0.65245 1.70419 1.79357 563 c x - .
1561 1.38629 1.38629 1.38629 1.38629
1562 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1563 514 2.33926 2.75902 0.27076 2.55820 564 g x - <
1564 1.38629 1.38629 1.38629 1.38629
1565 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1566 515 1.76685 1.60528 1.49055 0.90870 565 u x - <
1567 1.38629 1.38629 1.38629 1.38629
1568 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1569 516 2.17080 0.56783 2.28590 1.52566 566 c x - <
1570 1.38629 1.38629 1.38629 1.38629
1571 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1572 517 2.23052 0.49943 2.34752 1.66051 567 c x - <
1573 1.38629 1.38629 1.38629 1.38629
1574 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1575 518 2.33926 2.75902 0.27076 2.55820 568 g x - .
1576 1.38629 1.38629 1.38629 1.38629
1577 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1578 519 2.26125 2.08158 2.35442 0.39142 569 u x - <
1579 1.38629 1.38629 1.38629 1.38629
1580 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1581 520 0.31319 2.53879 2.35058 2.35795 570 a x - .
1582 1.38629 1.38629 1.38629 1.38629
1583 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1584 521 1.91821 2.52497 0.39573 2.30376 571 g x - <
1585 1.38629 1.38629 1.38629 1.38629
1586 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1587 522 2.40073 0.36271 2.51484 2.01980 572 c x - <
1588 1.38629 1.38629 1.38629 1.38629
1589 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1590 523 2.09183 0.68801 2.20389 1.33335 573 c x - <
1591 1.38629 1.38629 1.38629 1.38629
1592 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1593 524 2.08892 2.39799 0.42513 2.02801 574 g x - .
1594 1.38629 1.38629 1.38629 1.38629
1595 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1596 525 2.33926 2.75902 0.27076 2.55820 575 g x - <
1597 1.38629 1.38629 1.38629 1.38629
1598 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1599 526 1.62286 1.28576 1.34081 1.32956 576 c x - <
1600 1.38629 1.38629 1.38629 1.38629
1601 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1602 527 2.05979 0.75371 2.17057 1.24553 577 c x - <
1603 1.38629 1.38629 1.38629 1.38629
1604 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1605 528 1.54680 1.28040 1.46957 1.27611 578 u x - <
1606 1.38629 1.38629 1.38629 1.38629
1607 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1608 529 1.42181 1.46745 1.28954 1.37510 579 g x - <
1609 1.38629 1.38629 1.38629 1.38629
1610 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1611 530 1.27084 1.86294 0.94715 1.73530 580 g x - <
1612 1.38629 1.38629 1.38629 1.38629
1613 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1614 531 1.76327 1.27367 1.97126 0.89299 581 u x - <
1615 1.38629 1.38629 1.38629 1.38629
1616 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1617 532 0.52657 2.25065 1.75369 2.03326 582 a x - .
1618 1.38629 1.38629 1.38629 1.38629
1619 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1620 533 0.74648 1.95871 1.70235 1.59616 583 a x - <
1621 1.38629 1.38629 1.38629 1.38629
1622 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1623 534 1.91821 2.52497 0.39573 2.30376 584 g x - <
1624 1.38629 1.38629 1.38629 1.38629
1625 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1626 535 2.01129 1.96357 1.84521 0.56592 585 u x - <
1627 1.38629 1.38629 1.38629 1.38629
1628 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1629 536 2.25363 0.47647 2.37113 1.71126 586 c x - <
1630 1.38629 1.38629 1.38629 1.38629
1631 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1632 537 1.86188 0.99154 1.79838 1.17749 587 c x - <
1633 1.38629 1.38629 1.38629 1.38629
1634 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1635 538 1.51365 1.06791 1.63537 1.42176 588 c x - <
1636 1.38629 1.38629 1.38629 1.38629
1637 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1638 539 1.98459 1.24700 2.09069 0.79497 589 u x - <
1639 1.38629 1.38629 1.38629 1.38629
1640 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1641 540 1.61816 1.53833 1.09844 1.37197 590 g x - <
1642 1.38629 1.38629 1.38629 1.38629
1643 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1644 541 1.87076 1.80227 0.68117 1.74271 591 g x - <
1645 1.38629 1.38629 1.38629 1.38629
1646 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1647 542 1.52235 1.50284 1.32801 1.22315 592 u x - <
1648 1.38629 1.38629 1.38629 1.38629
1649 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1650 543 1.89129 2.07321 0.72152 1.43832 593 g x - <
1651 1.38629 1.38629 1.38629 1.38629
1652 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1653 544 0.31319 2.53879 2.35058 2.35795 594 a x - .
1654 1.38629 1.38629 1.38629 1.38629
1655 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1656 545 0.31319 2.53879 2.35058 2.35795 595 a x - .
1657 1.38629 1.38629 1.38629 1.38629
1658 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1659 546 0.31319 2.53879 2.35058 2.35795 596 a x - .
1660 1.38629 1.38629 1.38629 1.38629
1661 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1662 547 1.93571 1.93197 1.67230 0.64817 597 u x - .
1663 1.38629 1.38629 1.38629 1.38629
1664 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1665 548 2.10581 0.66323 2.21842 1.36929 598 c x - <
1666 1.38629 1.38629 1.38629 1.38629
1667 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1668 549 1.86117 0.90990 1.72171 1.33490 599 c x - <
1669 1.38629 1.38629 1.38629 1.38629
1670 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1671 550 1.56490 1.22219 1.45158 1.33901 600 c x - <
1672 1.38629 1.38629 1.38629 1.38629
1673 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1674 551 1.32586 1.22625 1.68419 1.36476 601 c x - <
1675 1.38629 1.38629 1.38629 1.38629
1676 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1677 552 1.83869 0.92019 1.54710 1.47112 602 c x - <
1678 1.38629 1.38629 1.38629 1.38629
1679 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1680 553 1.50220 1.61492 0.92608 1.70182 603 g x - <
1681 1.38629 1.38629 1.38629 1.38629
1682 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1683 554 2.33926 2.75902 0.27076 2.55820 604 g x - <
1684 1.38629 1.38629 1.38629 1.38629
1685 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1686 555 2.40073 0.36271 2.51484 2.01980 605 c x - .
1687 1.38629 1.38629 1.38629 1.38629
1688 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1689 556 2.26125 2.08158 2.35442 0.39142 606 u x - .
1690 1.38629 1.38629 1.38629 1.38629
1691 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1692 557 1.99248 0.99578 2.10025 0.98945 607 u x - .
1693 1.38629 1.38629 1.38629 1.38629
1694 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1695 558 0.31319 2.53879 2.35058 2.35795 608 a x - .
1696 1.38629 1.38629 1.38629 1.38629
1697 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1698 559 0.31319 2.53879 2.35058 2.35795 609 a x - .
1699 1.38629 1.38629 1.38629 1.38629
1700 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1701 560 2.40073 0.36271 2.51484 2.01980 610 c x - >
1702 1.38629 1.38629 1.38629 1.38629
1703 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1704 561 1.78342 1.06593 1.47917 1.34822 611 c x - >
1705 1.38629 1.38629 1.38629 1.38629
1706 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1707 562 1.64520 1.70201 0.78443 1.78183 612 g x - >
1708 1.38629 1.38629 1.38629 1.38629
1709 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1710 563 1.57300 1.89957 1.03471 1.24613 613 g x - >
1711 1.38629 1.38629 1.38629 1.38629
1712 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1713 564 1.46432 1.64122 1.08891 1.43365 614 g x - >
1714 1.38629 1.38629 1.38629 1.38629
1715 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1716 565 1.52660 1.86347 0.76912 1.80684 615 g x - >
1717 1.38629 1.38629 1.38629 1.38629
1718 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1719 566 1.71666 2.41629 0.48029 2.18498 616 g x - >
1720 1.38629 1.38629 1.38629 1.38629
1721 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1722 567 1.20516 2.16664 0.82230 1.92159 617 g x - .
1723 1.38629 1.38629 1.38629 1.38629
1724 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1725 568 1.59827 0.80348 1.80252 1.68685 618 c x - .
1726 1.38629 1.38629 1.38629 1.38629
1727 0.17832 3.70608 1.97504 1.46634 0.26236 1.09861 0.40547
1728 569 1.75229 1.85856 1.06419 1.12173 619 g x - .
1729 1.38629 1.38629 1.38629 1.38629
1730 0.05708 3.58483 3.58483 1.46634 0.26236 0.30321 1.34110
1731 570 1.86394 1.45786 1.82264 0.79716 620 u x - >
1732 1.38629 1.38629 1.38629 1.38629
1733 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1734 571 1.76952 1.42794 1.01315 1.48410 621 g x - >
1735 1.38629 1.38629 1.38629 1.38629
1736 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1737 572 1.97711 0.73130 1.56828 1.76116 622 c x - >
1738 1.38629 1.38629 1.38629 1.38629
1739 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1740 573 1.48542 1.54986 1.36242 1.18654 623 u x - >
1741 1.38629 1.38629 1.38629 1.38629
1742 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1743 574 1.96190 2.54874 0.37992 2.32985 624 g x - >
1744 1.38629 1.38629 1.38629 1.38629
1745 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1746 575 1.57731 1.76551 0.92414 1.48943 625 g x - >
1747 1.38629 1.38629 1.38629 1.38629
1748 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1749 576 1.43575 1.92345 0.79450 1.80695 626 g x - >
1750 1.38629 1.38629 1.38629 1.38629
1751 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1752 577 1.98283 2.56016 0.37262 2.34239 627 g x - >
1753 1.38629 1.38629 1.38629 1.38629
1754 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1755 578 0.62077 1.80154 1.98059 1.83610 628 a x - >
1756 1.38629 1.38629 1.38629 1.38629
1757 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1758 579 1.32213 1.83117 1.66617 0.95649 629 u x - .
1759 1.38629 1.38629 1.38629 1.38629
1760 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1761 580 0.31319 2.53879 2.35058 2.35795 630 a x - .
1762 1.38629 1.38629 1.38629 1.38629
1763 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1764 581 2.40073 0.36271 2.51484 2.01980 631 c x - >
1765 1.38629 1.38629 1.38629 1.38629
1766 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1767 582 2.10133 1.75500 2.20325 0.52028 632 u x - >
1768 1.38629 1.38629 1.38629 1.38629
1769 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1770 583 1.37936 2.24243 0.67983 1.99985 633 g x - >
1771 1.38629 1.38629 1.38629 1.38629
1772 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1773 584 1.83815 1.14466 1.78214 1.03767 634 u x - >
1774 1.38629 1.38629 1.38629 1.38629
1775 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1776 585 1.46435 1.40118 1.36080 1.32423 635 u x - >
1777 1.38629 1.38629 1.38629 1.38629
1778 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1779 586 1.39502 1.64031 1.15107 1.41901 636 g x - >
1780 1.42791 1.42791 1.42791 1.27093
1781 0.09532 2.71294 3.70608 0.62577 0.76540 1.09861 0.40547
1782 587 1.72741 2.21277 0.58387 1.86353 638 g x - >
1783 1.38629 1.38629 1.38629 1.38629
1784 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1785 588 1.44330 1.45841 1.15659 1.52928 639 g x - >
1786 1.38629 1.38629 1.38629 1.38629
1787 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1788 589 2.40073 0.36271 2.51484 2.01980 640 c x - >
1789 1.38629 1.38629 1.38629 1.38629
1790 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1791 590 2.26125 2.08158 2.35442 0.39142 641 u x - .
1792 1.38629 1.38629 1.38629 1.38629
1793 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1794 591 1.32571 1.65049 1.83446 0.96043 642 u x - .
1795 1.38629 1.38629 1.38629 1.38629
1796 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1797 592 2.33926 2.75902 0.27076 2.55820 643 g x - .
1798 1.38629 1.38629 1.38629 1.38629
1799 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1800 593 1.70365 2.40933 0.48650 2.17744 644 g x - <
1801 1.38629 1.38629 1.38629 1.38629
1802 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1803 594 2.33926 2.75902 0.27076 2.55820 645 g x - <
1804 1.38629 1.38629 1.38629 1.38629
1805 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1806 595 0.96539 2.10368 1.07462 1.85962 646 a x - <
1807 1.38629 1.38629 1.38629 1.38629
1808 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1809 596 1.89831 0.81341 1.68113 1.51107 647 c x - <
1810 1.38629 1.38629 1.38629 1.38629
1811 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1812 597 2.40073 0.36271 2.51484 2.01980 648 c x - <
1813 1.38629 1.38629 1.38629 1.38629
1814 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1815 598 2.33926 2.75902 0.27076 2.55820 649 g x - <
1816 1.38629 1.38629 1.38629 1.38629
1817 0.05040 3.70608 3.70608 1.46634 0.26236 1.09861 0.40547
1818 599 1.98423 2.56092 0.37213 2.34323 650 g x - <
1819 1.38629 1.38629 1.38629 1.38629