changeset 9:2e3115b4df74 draft

Uploaded
author ulfschaefer
date Mon, 21 Dec 2015 10:49:48 -0500
parents 5932a130395e
children c2f8e7580133
files LICENSE filter_vcf.py filter_vcf.sh filter_vcf.xml phe/__init__.py phe/metadata/__init__.py phe/variant/GATKVariantCaller.py phe/variant/MPileupVariantCaller.py phe/variant/__init__.py phe/variant/variant_factory.py phe/variant_filters/ADFilter.py phe/variant_filters/DP4Filter.py phe/variant_filters/DepthFilter.py phe/variant_filters/GQFilter.py phe/variant_filters/GTFilter.py phe/variant_filters/MQ0FFilter.py phe/variant_filters/MQ0Filter.py phe/variant_filters/MQFilter.py phe/variant_filters/QualFilter.py phe/variant_filters/__init__.py test-data/test_input.vcf test-data/test_output.vcf tool_dependencies.xml
diffstat 23 files changed, 0 insertions(+), 4275 deletions(-) [+]
line wrap: on
line diff
--- a/LICENSE	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,676 +0,0 @@
-
-
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
-  The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works.  By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users.  We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors.  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
-  To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights.  Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received.  You must make sure that they, too, receive
-or can get the source code.  And you must show them these terms so they
-know their rights.
-
-  Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
-  For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software.  For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
-  Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so.  This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software.  The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable.  Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products.  If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
-  Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary.  To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                       TERMS AND CONDITIONS
-
-  0. Definitions.
-
-  "This License" refers to version 3 of the GNU General Public License.
-
-  "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
-  "The Program" refers to any copyrightable work licensed under this
-License.  Each licensee is addressed as "you".  "Licensees" and
-"recipients" may be individuals or organizations.
-
-  To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy.  The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
-  A "covered work" means either the unmodified Program or a work based
-on the Program.
-
-  To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy.  Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
-  To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies.  Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
-  An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License.  If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
-  1. Source Code.
-
-  The "source code" for a work means the preferred form of the work
-for making modifications to it.  "Object code" means any non-source
-form of a work.
-
-  A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
-  The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form.  A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
-  The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities.  However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work.  For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
-  The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
-  The Corresponding Source for a work in source code form is that
-same work.
-
-  2. Basic Permissions.
-
-  All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met.  This License explicitly affirms your unlimited
-permission to run the unmodified Program.  The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work.  This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
-  You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force.  You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright.  Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
-  Conveying under any other circumstances is permitted solely under
-the conditions stated below.  Sublicensing is not allowed; section 10
-makes it unnecessary.
-
-  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
-  No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
-  When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
-  4. Conveying Verbatim Copies.
-
-  You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
-  You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
-  5. Conveying Modified Source Versions.
-
-  You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
-    a) The work must carry prominent notices stating that you modified
-    it, and giving a relevant date.
-
-    b) The work must carry prominent notices stating that it is
-    released under this License and any conditions added under section
-    7.  This requirement modifies the requirement in section 4 to
-    "keep intact all notices".
-
-    c) You must license the entire work, as a whole, under this
-    License to anyone who comes into possession of a copy.  This
-    License will therefore apply, along with any applicable section 7
-    additional terms, to the whole of the work, and all its parts,
-    regardless of how they are packaged.  This License gives no
-    permission to license the work in any other way, but it does not
-    invalidate such permission if you have separately received it.
-
-    d) If the work has interactive user interfaces, each must display
-    Appropriate Legal Notices; however, if the Program has interactive
-    interfaces that do not display Appropriate Legal Notices, your
-    work need not make them do so.
-
-  A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit.  Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
-  6. Conveying Non-Source Forms.
-
-  You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
-    a) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by the
-    Corresponding Source fixed on a durable physical medium
-    customarily used for software interchange.
-
-    b) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by a
-    written offer, valid for at least three years and valid for as
-    long as you offer spare parts or customer support for that product
-    model, to give anyone who possesses the object code either (1) a
-    copy of the Corresponding Source for all the software in the
-    product that is covered by this License, on a durable physical
-    medium customarily used for software interchange, for a price no
-    more than your reasonable cost of physically performing this
-    conveying of source, or (2) access to copy the
-    Corresponding Source from a network server at no charge.
-
-    c) Convey individual copies of the object code with a copy of the
-    written offer to provide the Corresponding Source.  This
-    alternative is allowed only occasionally and noncommercially, and
-    only if you received the object code with such an offer, in accord
-    with subsection 6b.
-
-    d) Convey the object code by offering access from a designated
-    place (gratis or for a charge), and offer equivalent access to the
-    Corresponding Source in the same way through the same place at no
-    further charge.  You need not require recipients to copy the
-    Corresponding Source along with the object code.  If the place to
-    copy the object code is a network server, the Corresponding Source
-    may be on a different server (operated by you or a third party)
-    that supports equivalent copying facilities, provided you maintain
-    clear directions next to the object code saying where to find the
-    Corresponding Source.  Regardless of what server hosts the
-    Corresponding Source, you remain obligated to ensure that it is
-    available for as long as needed to satisfy these requirements.
-
-    e) Convey the object code using peer-to-peer transmission, provided
-    you inform other peers where the object code and Corresponding
-    Source of the work are being offered to the general public at no
-    charge under subsection 6d.
-
-  A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
-  A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling.  In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage.  For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product.  A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
-  "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source.  The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
-  If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information.  But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
-  The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed.  Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
-  Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
-  7. Additional Terms.
-
-  "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law.  If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
-  When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it.  (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.)  You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
-  Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
-    a) Disclaiming warranty or limiting liability differently from the
-    terms of sections 15 and 16 of this License; or
-
-    b) Requiring preservation of specified reasonable legal notices or
-    author attributions in that material or in the Appropriate Legal
-    Notices displayed by works containing it; or
-
-    c) Prohibiting misrepresentation of the origin of that material, or
-    requiring that modified versions of such material be marked in
-    reasonable ways as different from the original version; or
-
-    d) Limiting the use for publicity purposes of names of licensors or
-    authors of the material; or
-
-    e) Declining to grant rights under trademark law for use of some
-    trade names, trademarks, or service marks; or
-
-    f) Requiring indemnification of licensors and authors of that
-    material by anyone who conveys the material (or modified versions of
-    it) with contractual assumptions of liability to the recipient, for
-    any liability that these contractual assumptions directly impose on
-    those licensors and authors.
-
-  All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10.  If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term.  If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
-  If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
-  Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
-  8. Termination.
-
-  You may not propagate or modify a covered work except as expressly
-provided under this License.  Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
-  However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
-  Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
-  Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License.  If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
-  9. Acceptance Not Required for Having Copies.
-
-  You are not required to accept this License in order to receive or
-run a copy of the Program.  Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance.  However,
-nothing other than this License grants you permission to propagate or
-modify any covered work.  These actions infringe copyright if you do
-not accept this License.  Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
-  10. Automatic Licensing of Downstream Recipients.
-
-  Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License.  You are not responsible
-for enforcing compliance by third parties with this License.
-
-  An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations.  If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
-  You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License.  For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
-  11. Patents.
-
-  A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based.  The
-work thus licensed is called the contributor's "contributor version".
-
-  A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version.  For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
-  Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
-  In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement).  To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
-  If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients.  "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
-  If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
-  A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License.  You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
-  Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
-  12. No Surrender of Others' Freedom.
-
-  If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all.  For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
-  13. Use with the GNU Affero General Public License.
-
-  Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work.  The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
-  14. Revised Versions of this License.
-
-  The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-  Each version is given a distinguishing version number.  If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation.  If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
-  If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
-  Later license versions may give you additional or different
-permissions.  However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
-  15. Disclaimer of Warranty.
-
-  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. Limitation of Liability.
-
-  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
-  17. Interpretation of Sections 15 and 16.
-
-  If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
-                     END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    {one line to give the program's name and a brief idea of what it does.}
-    Copyright (C) {year}  {name of author}
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-Also add information on how to contact you by electronic and paper mail.
-
-  If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
-    {project}  Copyright (C) {year}  {fullname}
-    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
-  You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
-
-  The GNU General Public License does not permit incorporating your program
-into proprietary programs.  If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.  But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
--- a/filter_vcf.py	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-#!/usr/bin/env python
-'''Simple VCF parser using custom filters.
-
-Created on 6 Oct 2015
-
-@author: alex
-'''
-import argparse
-
-from phe.variant import VariantSet
-
-
-def get_args():
-
-    args = argparse.ArgumentParser()
-
-    args.add_argument("--vcf", "-v", required=True, help="VCF file to (re)filter.")
-    args.add_argument("--filters", "-f", required=True, help="Filter(s) to apply as key:threshold pairs, separated by comma.")
-    args.add_argument("--output", "-o", required=True, help="Location for filtered VCF to be written.")
-
-    return args.parse_args()
-
-
-def main():
-    args = get_args()
-
-    var_set = VariantSet(args.vcf, filters=args.filters)
-
-    var_set.filter_variants()
-
-    var_set.serialise(args.output)
-
-if __name__ == '__main__':
-    exit(main())
--- a/filter_vcf.sh	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-OUTPUT=$1
-shift
-VCF=$1
-shift
-FILTERS=$@
-
-FILTERS=$(echo -n $FILTERS | sed 's/ /,/g')
-DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-export PATH=$PATH:$DIR
-CMD="filter_vcf.py --vcf $VCF --filters $FILTERS --output $OUTPUT"
-
-echo "CMD: "$CMD
-eval $CMD
--- a/filter_vcf.xml	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,99 +0,0 @@
-<tool id="filter_vcf" name="Filter VCF" version="1.0">
-  <description>filters a VCF file</description>
-  <requirements>
-    <requirement type="package" version="2.7.10">python</requirement>
-    <requirement type="package" version="0.6.8dev">pyvcf</requirement>
-    <requirement type="package" version="3.11">pyyaml</requirement>
-  </requirements>
-  <stdio>
-    <!-- Assume anything other than zero is an error -->
-    <exit_code range="1:" />
-    <exit_code range=":-1" />
-  </stdio>
-  <command interpreter="bash">
-    filter_vcf.sh
-	$output
-	$input
-	#for $sf in $snp_filter:
-		#for $name, $param in $sf.snp_filter_type.iteritems():
-			#if $name not in [ "__current_case__", "snp_filter_type_selector" ]:
-				${name}:"${param}"
-			#end if
-		#end for
-	#end for
-  </command>
-
-  <inputs>
-    <param name="input" type="data" format="vcf" label="VCF File to filter" />
-
-    <repeat name="snp_filter" title="SNP Filter" help="">
-        <conditional name="snp_filter_type">
-			<param name="snp_filter_type_selector" type="select" label="SNP Filter Type">
-				<option value="gq_score_option">GQ score</option>
-				<option value="dp4_ratio_option">DP4 ratio</option>
-				<option value="ad_ratio_option">AD ratio</option>
-				<option value="mq_score_option">MQ score</option>
-				<option value="min_depth_option">Minimum depth</option>
-				<option value="uncall_gt_option">Uncall GT</option>
-				<option value="mq0_ratio_option">MQ0 ratio</option>
-				<option value="qual_score_option">Quality score</option>
-				<option value="mq0f_ratio_option">MQ0F ratio</option>
-            </param>
-			<when value="gq_score_option">
-				<param name="gq_score" type="integer" value="0" label="Minimum GC score" help="Type integer"/>
-			</when>
-			<when value="dp4_ratio_option">
-				<param name="dp4_ratio" type="float" value="0.9" label="Minimum DP4 ratio" help="Type float"/>
-			</when>
-			<when value="ad_ratio_option">
-				<param name="ad_ratio" type="float" value="0.9" label="Minimum AD ratio" help="Type float"/>
-			</when>
-			<when value="mq_score_option">
-				<param name="mq_score" type="integer" value="30" label="Minimum MQ score" help="Type integer"/>
-			</when>
-			<when value="min_depth_option">
-				<param name="min_depth" type="integer" value="5" label="Minimum depth" help="Type integer"/>
-			</when>
-			<when value="uncall_gt_option">
-				<param name="uncall_gt" type="text" value="" hidden="True"/>
-			</when>
-			<when value="mq0_ratio_option">
-				<param name="mq0_ratio" type="float" value="0.05" label="Minimim MQ0 ratio" help="Type float"/>
-			</when>
-			<when value="qual_score_option">
-				<param name="qual_score" type="integer" value="30" label="Minimim quality score" help="Type integer"/>
-			</when>
-			<when value="mq0f_ratio_option">
-				<param name="mq0f_ratio" type="float" value="0.05" label="Minimum MQ0F ratio" help="Type float"/>
-			</when>
-		</conditional>
-    </repeat>
-
-  </inputs>
-
-  <outputs>
-    <data format="vcf" name="output" label="${tool.name} on ${on_string}: filtered VCF" />
-  </outputs>
-    <tests>
-        <test>
-            <param name="input" value="test_input.vcf" ftype="vcf" />
-            <param name="min_depth" value="100" />
-            <output name="output" file="test_output.vcf" ftype="vcf" />
-        </test>
-    </tests>
-  <help>
-
-usage: filter_vcf.py [-h] \-\-vcf VCF \-\-filters FILTERS \-\-output OUTPUT
-
-optional arguments:
-
--h, \-\-help            show this help message and exit
-
-\-\-vcf VCF, -v VCF     VCF file to (re)filter.
-
-\-\-filters FILTERS, -f FILTERS	Filter(s) to apply as key:threshold pairs, separated by comma.
-
-\-\-output OUTPUT, -o OUTPUT	Location for filtered VCF to be written.
-
-  </help>
-</tool>
--- a/phe/__init__.py	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-if __name__ == "phe":
-    # If this package is added as library, append extended path.
-    from pkgutil import extend_path
-    __path__ = extend_path(__path__, __name__)
\ No newline at end of file
--- a/phe/metadata/__init__.py	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-"""Metadata related information."""
-
-import abc
-
-class PHEMetaData(object):
-    """Abstract class to provide interface for meta-data creation."""
-
-    __metaclass__ = abc.ABCMeta
-
-    def __init__(self):
-        pass
-
-    @abc.abstractmethod
-    def get_meta(self):
-        """Get the metadata."""
-        raise NotImplementedError("get meta has not been implemented yet.")
--- a/phe/variant/GATKVariantCaller.py	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,126 +0,0 @@
-'''
-Created on 22 Sep 2015
-
-@author: alex
-'''
-from collections import OrderedDict
-import logging
-import os
-import subprocess
-
-from phe.variant import VariantCaller
-
-
-class GATKVariantCaller(VariantCaller):
-    """Implemetation of the Broad institute's variant caller."""
-
-    name = "gatk"
-    """Plain text name of the variant caller."""
-
-    _default_options = "--sample_ploidy 2 --genotype_likelihoods_model BOTH -rf BadCigar -out_mode EMIT_ALL_SITES -nt 1"
-    """Default options for the variant caller."""
-
-    def __init__(self, cmd_options=None):
-        """Constructor"""
-        if cmd_options is None:
-            cmd_options = self._default_options
-
-        super(GATKVariantCaller, self).__init__(cmd_options=cmd_options)
-
-        self.last_command = None
-
-    def get_info(self, plain=False):
-        d = {"name": "gatk", "version": self.get_version(), "command": self.last_command}
-
-        if plain:
-            result = "GATK(%(version)s): %(command)s" % d
-        else:
-            result = OrderedDict(d)
-
-        return result
-
-    def get_version(self):
-
-        p = subprocess.Popen(["java", "-jar", os.environ["GATK_JAR"], "-version"], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
-        (output, _) = p.communicate()
-
-        # last character is EOL.
-        version = output.split("\n")[-2]
-
-        return version
-
-    def make_vcf(self, *args, **kwargs):
-        ref = kwargs.get("ref")
-        bam = kwargs.get("bam")
-
-        if kwargs.get("vcf_file") is None:
-            kwargs["vcf_file"] = "variants.vcf"
-
-        opts = {"ref": os.path.abspath(ref),
-                "bam": os.path.abspath(bam),
-                "gatk_jar": os.environ["GATK_JAR"],
-                "all_variants_file": os.path.abspath(kwargs.get("vcf_file")),
-                "extra_cmd_options": self.cmd_options}
-
-#         if not self.create_aux_files(ref):
-#             logging.warn("Auxiliary files were not created.")
-#             return False
-
-        # Call variants
-        # FIXME: Sample ploidy = 2?
-        os.environ["GATK_JAR"]
-        cmd = "java -XX:+UseSerialGC -jar %(gatk_jar)s -T UnifiedGenotyper -R %(ref)s -I %(bam)s -o %(all_variants_file)s %(extra_cmd_options)s" % opts
-        success = os.system(cmd)
-
-        if success != 0:
-            logging.warn("Calling variants returned non-zero exit status.")
-            return False
-
-        self.last_command = cmd
-
-        return True
-
-    def create_aux_files(self, ref):
-        """Create auxiliary files needed for this variant.
-
-        Tools needed: samtools and picard tools. Picard tools is a Java
-        library that can be defined using environment variable: PICARD_JAR
-        specifying path to picard.jar or PICARD_TOOLS_PATH specifying path
-        to the directory where separate jars are (older version before jars
-        were merged into a single picard.jar).
-        Parameters:
-        -----------
-        ref: str
-            Path to the reference file.
-        
-        Returns:
-        --------
-        bool:
-            True if auxiliary files were created, False otherwise.
-        """
-
-        ref_name, _ = os.path.splitext(ref)
-
-        success = os.system("samtools faidx %s" % ref)
-
-        if success != 0:
-            logging.warn("Fasta index could not be created.")
-            return False
-
-        d = {"ref": ref, "ref_name": ref_name}
-
-        if os.environ.get("PICARD_TOOLS_PATH"):
-            d["picard_tools_path"] = os.path.join(os.environ["PICARD_TOOLS_PATH"], "CreateSequenceDictionary.jar")
-        elif os.environ.get("PICARD_JAR"):
-            # This is used in newer version of PICARD tool where multiple
-            #    jars were merged into a single jar file.
-            d["picard_tools_path"] = "%s %s" % (os.environ["PICARD_JAR"], "CreateSequenceDictionary")
-        else:
-            logging.error("Picard tools are not present in the path.")
-            return False
-
-        success = os.system("java -jar %(picard_tools_path)s R=%(ref)s O=%(ref_name)s.dict" % d)
-
-        if success != 0:
-            logging.warn("Dictionary for the %s reference could not be created", ref)
-            return False
--- a/phe/variant/MPileupVariantCaller.py	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,96 +0,0 @@
-'''
-Created on 22 Sep 2015
-
-@author: alex
-'''
-from collections import OrderedDict
-import logging
-import os
-import subprocess
-import tempfile
-
-from phe.variant import VariantCaller
-
-
-class MPileupVariantCaller(VariantCaller):
-    """Implemetation of the Broad institute's variant caller."""
-
-    name = "mpileup"
-    """Plain text name of the variant caller."""
-
-    _default_options = "-m -f GQ"
-    """Default options for the variant caller."""
-
-    def __init__(self, cmd_options=None):
-        """Constructor"""
-        if cmd_options is None:
-            cmd_options = self._default_options
-
-        super(MPileupVariantCaller, self).__init__(cmd_options=cmd_options)
-
-        self.last_command = None
-
-    def get_info(self, plain=False):
-        d = {"name": self.name, "version": self.get_version(), "command": self.last_command}
-
-        if plain:
-            result = "mpileup(%(version)s): %(command)s" % d
-        else:
-            result = OrderedDict(d)
-
-        return result
-
-    def get_version(self):
-
-        p = subprocess.Popen(["samtools", "--version"], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
-        (output, _) = p.communicate()
-
-        # first line is the version of the samtools
-        version = output.split("\n")[0].split(" ")[1]
-
-        return version
-
-    def make_vcf(self, *args, **kwargs):
-        ref = kwargs.get("ref")
-        bam = kwargs.get("bam")
-
-        if kwargs.get("vcf_file") is None:
-            kwargs["vcf_file"] = "variants.vcf"
-
-        opts = {"ref": os.path.abspath(ref),
-                "bam": os.path.abspath(bam),
-                "all_variants_file": os.path.abspath(kwargs.get("vcf_file")),
-                "extra_cmd_options": self.cmd_options}
-
-        with tempfile.NamedTemporaryFile(suffix=".pileup") as tmp:
-            opts["pileup_file"] = tmp.name
-            cmd = "samtools mpileup -t DP,DV,DP4,DPR,SP -Auf %(ref)s %(bam)s | bcftools call %(extra_cmd_options)s > %(all_variants_file)s" % opts
-            print cmd
-            self.last_command = cmd
-            if os.system(cmd) != 0:
-                logging.warn("Pileup creation was not successful.")
-                return False
-
-        return True
-
-    def create_aux_files(self, ref):
-        """Index reference with faidx from samtools.
-
-        Parameters:
-        -----------
-        ref: str
-            Path to the reference file.
-
-        Returns:
-        --------
-        bool:
-            True if auxiliary files were created, False otherwise.
-        """
-
-        success = os.system("samtools faidx %s" % ref)
-
-        if success != 0:
-            logging.warn("Fasta index could not be created.")
-            return False
-
-        return True
--- a/phe/variant/__init__.py	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,288 +0,0 @@
-"""Classes and methods to work with variants and such."""
-import abc
-#ulf
-# from collections import OrderedDict
-try:
-    from collections import OrderedDict
-except ImportError:
-    from ordereddict import OrderedDict
-    
-import logging
-import pickle
-
-from vcf import filters
-import vcf
-from vcf.parser import _Filter
-
-from phe.metadata import PHEMetaData
-from phe.variant_filters import make_filters, PHEFilterBase, str_to_filters
-
-
-class VCFTemplate(object):
-    """This is a small hack class for the Template used in generating
-    VCF file."""
-
-    def __init__(self, vcf_reader):
-        self.infos = vcf_reader.infos
-        self.formats = vcf_reader.formats
-        self.filters = vcf_reader.filters
-        self.alts = vcf_reader.alts
-        self.contigs = vcf_reader.contigs
-        self.metadata = vcf_reader.metadata
-        self._column_headers = vcf_reader._column_headers
-        self.samples = vcf_reader.samples
-
-class VariantSet(object):
-    """A convenient representation of set of variants.
-    TODO: Implement iterator and generator for the variant set.
-    """
-
-    _reader = None
-
-    def __init__(self, vcf_in, filters=None):
-        """Constructor of variant set.
-
-        Parameters:
-        -----------
-        vcf_in: str
-            Path to the VCF file for loading information.
-        filters: str or dict, optional
-            Dictionary or string of the filter:threshold key value pairs.
-        """
-        self.vcf_in = vcf_in
-        self._reader = vcf.Reader(filename=vcf_in)
-        self.out_template = VCFTemplate(self._reader)
-
-        self.filters = []
-        if filters is not None:
-            if isinstance(filters, str):
-                self.filters = str_to_filters(filters)
-            elif isinstance(filters, dict):
-                self.filters = make_filters(config=filters)
-            elif isinstance(filters, list):
-                self.filters = filters
-            else:
-                logging.warn("Could not create filters from %s", filters)
-        else:
-            reader = vcf.Reader(filename=self.vcf_in)
-            filters = {}
-            for filter_id in reader.filters:
-                filters.update(PHEFilterBase.decode(filter_id))
-
-            if filters:
-                self.filters = make_filters(config=filters)
-
-        self.variants = []
-
-    def filter_variants(self, keep_only_snps=True):
-        """Create a variant """
-
-        if self._reader is None:
-            # Create a reader class from input VCF.
-            self._reader = vcf.Reader(filename=self.vcf_in)
-
-        # get list of existing filters.
-        existing_filters = {}
-        removed_filters = []
-
-        for filter_id in self._reader.filters:
-            conf = PHEFilterBase.decode(filter_id)
-            tuple(conf.keys())
-            existing_filters.update({tuple(conf.keys()):filter_id})
-
-        # Add each filter we are going to use to the record.
-        # This is needed for writing out proper #FILTER header in VCF.
-        for record_filter in self.filters:
-            # We know that each filter has short description method.
-            short_doc = record_filter.short_desc()
-            short_doc = short_doc.split('\n')[0].lstrip()
-
-            filter_name = PHEFilterBase.decode(record_filter.filter_name())
-
-            # Check if the sample has been filtered for this type of filter
-            #    in the past. If so remove is, because it is going to be refiltered.
-            if tuple(filter_name) in existing_filters:
-                logging.info("Removing existing filter: %s", existing_filters[tuple(filter_name)])
-                removed_filters.append(existing_filters[tuple(filter_name)])
-                del self._reader.filters[existing_filters[tuple(filter_name)]]
-
-            self._reader.filters[record_filter.filter_name()] = _Filter(record_filter.filter_name(), short_doc)
-
-        # For each record (POSITION) apply set of filters.
-        for record in self._reader:
-
-            # If this record failed filters and we removed some,
-            #    check is they need to be removed from record.
-            if isinstance(record.FILTER, list) and len(record.FILTER) > 0:
-                for filter_id in removed_filters:
-                    if filter_id in record.FILTER:
-                        record.FILTER.remove(filter_id)
-
-            for record_filter in self.filters:
-
-                # Call to __call__ method in each filter.
-                result = record_filter(record)
-
-                # Record is KEPT if filter returns None
-                if result == None:
-                    continue
-
-                # If we got this far, then record is filtered OUT.
-                record.add_filter(record_filter.filter_name())
-
-            # After applying all filters, check if FILTER is None.
-            # If it is, then record PASSED all filters.
-            if record.FILTER is None or record.FILTER == []:
-                record.FILTER = 'PASS'
-                # FIXME: Does this work for indels?
-                if keep_only_snps and record.is_snp:
-                    self.variants.append(record)
-            else:
-                self.variants.append(record)
-
-        self.update_filters(self._reader.filters)
-
-        return [ variant for variant in self.variants if variant.FILTER == "PASS"]
-
-    def add_metadata(self, info):
-        """Add metadata to the variant set.
-
-        Parameters:
-        -----------
-        info: dict
-            Dictionary of key value pairs to be inserted into metadata.
-        """
-        for info_key, metadata in info.items():
-            self.out_template.metadata[info_key] = metadata
-
-    def write_variants(self, vcf_out, only_snps=False, only_good=False):
-        """Write variants to a VCF file.
-
-        Parameters:
-        -----------
-        vcf_out: str
-            Path to the file where VCF data is written.
-        only_snps: bool, optional
-            True is *only* SNP are to be written to the output (default: False).
-        only_good: bool, optional
-            True if only those records that PASS all filters should be written
-            (default: False).
-
-        Returns:
-        int:
-            Number of records written.
-        """
-        written_variants = 0
-        with open(vcf_out, "w") as out_vcf:
-            writer = vcf.Writer(out_vcf, self.out_template)
-            for record in self.variants:
-
-                if only_snps and not record.is_snp:
-                    continue
-
-                if only_good and record.FILTER != "PASS" or record.FILTER is None:
-                    continue
-
-                writer.write_record(record)
-                written_variants += 1
-
-        return written_variants
-
-    def _write_bad_variants(self, vcf_out):
-        """**PRIVATE:** Write only those records that **haven't** passed."""
-        written_variants = 0
-        with open(vcf_out, "w") as out_vcf:
-            writer = vcf.Writer(out_vcf, self.out_template)
-            for record in self.variants:
-                if record.FILTER != "PASS" and record.FILTER is not None:
-                    writer.write_record(record)
-                    written_variants += 1
-        return written_variants
-
-    def serialise(self, out_file):
-        """Save the data in this class to a file for future use/reload.
-
-        Parameters:
-        -----------
-        out_file: str
-            path to file where the data should be written to.
-
-        Returns:
-        --------
-        int:
-            Number of variants written.
-        """
-        written_variants = 0
-        with open(out_file, "w") as out_vcf:
-            writer = vcf.Writer(out_vcf, self.out_template)
-            for record in self.variants:
-                writer.write_record(record)
-                written_variants += 1
-
-        return written_variants
-
-    def update_filters(self, new_filters):
-        """Update internal filters in the output template."""
-        for new_filter, filter_data in new_filters.items():
-            self.out_template.filters[new_filter] = filter_data
-
-
-class VariantCaller(PHEMetaData):
-    """Abstract class used for access to the implemented variant callers."""
-
-    __metaclass__ = abc.ABCMeta
-
-    def __init__(self, cmd_options=None):
-        """Constructor for variant caller.
-
-        Parameters:
-        -----------
-        cmd_options: str, optional
-            Command options to pass to the variant command.
-        """
-        self.cmd_options = cmd_options
-
-        super(VariantCaller, self).__init__()
-
-    @abc.abstractmethod
-    def make_vcf(self, *args, **kwargs):
-        """Create a VCF from **BAM** file.
-
-        Parameters:
-        -----------
-        ref: str
-            Path to the reference file.
-        bam: str
-            Path to the indexed **BAM** file for calling variants.
-        vcf_file: str
-            path to the VCF file where data will be written to.
-
-        Returns:
-        --------
-        bool:
-            True if variant calling was successful, False otherwise.
-        """
-        raise NotImplementedError("make_vcf is not implemented yet.")
-
-    @abc.abstractmethod
-    def create_aux_files(self, ref):
-        """Create needed (if any) auxiliary files.
-        These files are required for proper functioning of the variant caller.
-        """
-        raise NotImplementedError("create_aux_files is not implemeted.")
-
-    @abc.abstractmethod
-    def get_info(self, plain=False):
-        """Get information about this variant caller."""
-        raise NotImplementedError("Get info has not been implemented yet."
-                                  )
-    def get_meta(self):
-        """Get the metadata about this variant caller."""
-        od = self.get_info()
-        od["ID"] = "VariantCaller"
-        return OrderedDict({"PHEVariantMetaData": [od]})
-
-    @abc.abstractmethod
-    def get_version(self):
-        """Get the version of the underlying command used."""
-        raise NotImplementedError("Get version has not been implemented yet.")
--- a/phe/variant/variant_factory.py	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,92 +0,0 @@
-'''Classes and functions for working with variant callers.
-
-Created on 22 Sep 2015
-
-@author: alex
-'''
-import glob
-import inspect
-import logging
-import os
-import sys
-
-from phe.variant import VariantCaller
-
-def dynamic_caller_loader():
-    """Fancy way of dynamically importing existing variant callers.
-    
-    Returns
-    -------
-    dict:
-        Available variant callers dictionary. Keys are parameters that
-        can be used to call variants.
-    """
-
-    # We assume the caller are in the same directory as THIS file.
-    variants_dir = os.path.dirname(__file__)
-    variants_dir = os.path.abspath(variants_dir)
-
-    # This is populated when the module is first imported.
-    avail_callers = {}
-
-    # Add this directory to the syspath.
-    sys.path.insert(0, variants_dir)
-
-    # Find all "py" files.
-    for caller_mod in glob.glob(os.path.join(variants_dir, "*.py")):
-
-        # Derive name of the module where caller is.
-        caller_mod_file = os.path.basename(caller_mod)
-
-        # Ignore __init__ file, only base class is there.
-        if caller_mod_file.startswith("__init__"):
-            continue
-
-        # Import the module with a caller.
-        mod = __import__(caller_mod_file.replace(".pyc", "").replace(".py", ""))
-
-        # Find all the classes contained in this module.
-        classes = inspect.getmembers(mod, inspect.isclass)
-        for cls_name, cls in classes:
-            # For each class, if it is a sublass of VariantCaller, add it.
-            if cls_name != "VariantCaller" and issubclass(cls, VariantCaller):
-                # The name is inherited and defined within each caller.
-                avail_callers[cls.name] = cls
-
-    sys.path.remove(variants_dir)
-
-    return avail_callers
-
-_avail_variant_callers = dynamic_caller_loader()
-
-def available_callers():
-    """Return list of available variant callers."""
-    return _avail_variant_callers.keys()
-
-def factory(variant=None, custom_options=None):
-    """Make an instance of a variant class.
-    
-    Parameters:
-    -----------
-    variant: str, optional
-        Name of the variant class to instantiate.
-    custom_options: str, optional
-        Custom options to be passed directly to the implementing class.
-    
-    Returns:
-    --------
-    :py:class:`phe.variant.VariantCaller`:
-        Instance of the :py:class:`phe.variant.VariantCaller` for given
-        variant name, or None if one couldn't be found.
-    """
-    if variant is not None and isinstance(variant, str):
-
-        variant = variant.lower()
-        if variant in _avail_variant_callers:
-            return _avail_variant_callers[variant](cmd_options=custom_options)
-        else:
-            logging.error("No implementation for %s mapper.")
-            return None
-
-    logging.warn("Unknown parameters. Mapper could not be initialised.")
-    return None
--- a/phe/variant_filters/ADFilter.py	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,79 +0,0 @@
-'''Filter VCFs on AD ratio.
-
-Created on 24 Sep 2015
-
-@author: alex
-'''
-
-import argparse
-import logging
-
-from phe.variant_filters import PHEFilterBase
-
-
-class ADFilter(PHEFilterBase):
-    '''Filter sites by AD ratio.'''
-
-
-    name = "ADRatio"
-    _default_threshold = 0.9
-    parameter = "ad_ratio"
-
-    @classmethod
-    def customize_parser(self, parser):
-        arg_name = self.parameter.replace("_", "-")
-        parser.add_argument("--%s" % arg_name, type=float, default=self._default_threshold,
-                help="Filter sites below minimum ad ratio (default: %s)" % self._default_threshold)
-
-    def __init__(self, args):
-        """AD Ratio constructor."""
-        # This needs to happen first, because threshold is initialised here.
-        super(ADFilter, self).__init__(args)
-
-        # Change the threshold to custom dp value.
-        self.threshold = self._default_threshold
-        if isinstance(args, argparse.Namespace):
-            self.threshold = args.ad_ratio
-        elif isinstance(args, dict):
-            try:
-                self.threshold = float(args.get(self.parameter))
-            except TypeError:
-                logging.error("Could not retrieve threshold from %s", args.get(self.parameter))
-                self.threshold = None
-
-
-    def __call__(self, record):
-        """Filter a :py:class:`vcf.model._Record`."""
-
-        if not record.is_snp:
-            return None
-
-        if len(record.samples) > 1:
-            logging.warn("More than 1 sample detected. Only first is considered.")
-
-        try:
-            record_ad = record.samples[0].data.AD
-
-            # FIXME: when record length is > 2, what do you do?
-            assert len(record_ad) == 2, "AD data is incomplete POS: %i" % record.POS
-
-            depth = sum(record.samples[0].data.AD)
-
-            ratio = float(record_ad[1]) / depth
-        except Exception:
-            logging.error("Could not calculate AD ratio from %s POS: %s", record_ad, record.POS)
-            ratio = None
-
-        if ratio is None or ratio < self.threshold:
-            # FIXME: When ratio is None, i.e. error, what do you do?
-            return ratio or False
-        else:
-            return None
-
-    def short_desc(self):
-        short_desc = self.__doc__ or ''
-
-        if short_desc:
-            short_desc = "%s (AD ratio > %s )" % (short_desc, self.threshold)
-
-        return short_desc
--- a/phe/variant_filters/DP4Filter.py	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,76 +0,0 @@
-'''Filter VCFs on AD ratio.
-
-Created on 24 Sep 2015
-
-@author: alex
-'''
-
-import argparse
-import logging
-
-from phe.variant_filters import PHEFilterBase
-
-
-class DP4Filter(PHEFilterBase):
-    '''Filter sites by AD ratio.'''
-
-
-    name = "DP4"
-    _default_threshold = 0.9
-    parameter = "dp4_ratio"
-
-    @classmethod
-    def customize_parser(self, parser):
-        arg_name = self.parameter.replace("_", "-")
-        parser.add_argument("--%s" % arg_name, type=float, default=self._default_threshold,
-                help="Filter sites below minimum dp4 ratio (default: %s)" % self._default_threshold)
-
-    def __init__(self, args):
-        """AD Ratio constructor."""
-        # This needs to happen first, because threshold is initialised here.
-        super(DP4Filter, self).__init__(args)
-
-        # Change the threshold to custom dp value.
-        self.threshold = self._default_threshold
-        if isinstance(args, argparse.Namespace):
-            self.threshold = args.ad_ratio
-        elif isinstance(args, dict):
-            try:
-                self.threshold = float(args.get(self.parameter))
-            except TypeError:
-                logging.error("Could not retrieve threshold from %s", args.get(self.parameter))
-                self.threshold = None
-
-
-    def __call__(self, record):
-        """Filter a :py:class:`vcf.model._Record`."""
-
-        if not record.is_snp:
-            return None
-
-        try:
-            record_dp = record.INFO.get("DP4")
-
-            # FIXME: when record length is > 2, what do you do?
-            assert len(record_dp) == 4, "DP4 data should have 4 datum POS: %i" % record.POS
-
-            depth = sum(record_dp)
-
-            ratio = float(sum(record_dp[2:])) / depth
-        except Exception:
-            logging.error("Could not calculate DP4 ratio from %s POS: %s", record_dp, record.POS)
-            ratio = None
-
-        if ratio is None or ratio < self.threshold:
-            # FIXME: When ratio is None, i.e. error, what do you do?
-            return ratio or False
-        else:
-            return None
-
-    def short_desc(self):
-        short_desc = self.__doc__ or ''
-
-        if short_desc:
-            short_desc = "%s (DP4 ratio > %s )" % (short_desc, self.threshold)
-
-        return short_desc
--- a/phe/variant_filters/DepthFilter.py	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,68 +0,0 @@
-'''Filter VCF on depth of coverage.
-
-Created on 24 Sep 2015
-
-@author: alex
-'''
-import argparse
-import logging
-
-from phe.variant_filters import PHEFilterBase
-
-
-class DepthFilter(PHEFilterBase):
-    """Filter sites by depth."""
-
-    name = "MinDepth"
-    _default_threshold = 5
-    parameter = "min_depth"
-
-    @classmethod
-    def customize_parser(self, parser):
-        arg_name = self.parameter.replace("_", "-")
-        parser.add_argument("--" % arg_name, type=int, default=self._default_threshold,
-                help="Filter sites below minimum depth (default: %s)" % self._default_threshold)
-
-    def __init__(self, args):
-        """Min Depth constructor."""
-        # This needs to happen first, because threshold is initialised here.
-        super(DepthFilter, self).__init__(args)
-
-        # Change the threshold to custom dp value.
-        self.threshold = self._default_threshold
-        if isinstance(args, argparse.Namespace):
-            self.threshold = args.min_depth
-        elif isinstance(args, dict):
-            try:
-                self.threshold = int(args.get(self.parameter))
-            except TypeError:
-                logging.error("Could not retrieve threshold from %s", args.get(self.parameter))
-                self.threshold = None
-
-    def __call__(self, record):
-        """Filter a :py:class:`vcf.model._Record`."""
-
-        if len(record.samples) > 1:
-            logging.warn("Currently we only filter VCFs with 1 sample. Only first sample will be used.")
-
-        try:
-            record_dp = record.samples[0].data.DP
-        except AttributeError:
-            record_dp = None
-
-        if record_dp is None:
-#             logging.debug("Falling back to INFO DP")
-            record_dp = record.INFO.get("DP")
-
-        if record_dp is None or record_dp < self.threshold:
-            return record_dp or False
-        else:
-            return None
-
-    def short_desc(self):
-        short_desc = self.__doc__ or ''
-
-        if short_desc:
-            short_desc = "%s (DP > %i)" % (short_desc, self.threshold)
-
-        return short_desc
--- a/phe/variant_filters/GQFilter.py	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,69 +0,0 @@
-'''Filter VCF on GQ parameter.
-Created on 24 Sep 2015
-
-@author: alex
-'''
-
-import argparse
-import logging
-
-from phe.variant_filters import PHEFilterBase
-
-
-class GQFilter(PHEFilterBase):
-    '''Filter sites by GQ score.'''
-
-    name = "MinGQ"
-    _default_threshold = 0
-    parameter = "gq_score"
-
-    @classmethod
-    def customize_parser(self, parser):
-        arg_name = self.parameter.replace("_", "-")
-        parser.add_argument("--%s" % arg_name, type=int, default=self._default_threshold,
-                help="Filter sites below given GQ score (default: %s)" % self._default_threshold)
-
-    def __init__(self, args):
-        """Min Depth constructor."""
-        # This needs to happen first, because threshold is initialised here.
-        super(GQFilter, self).__init__(args)
-
-        # Change the threshold to custom gq value.
-        self.threshold = self._default_threshold
-        if isinstance(args, argparse.Namespace):
-            self.threshold = args.gq_score
-        elif isinstance(args, dict):
-            try:
-                self.threshold = int(args.get(self.parameter))
-            except TypeError:
-                logging.error("Could not retrieve threshold from %s", args.get(self.parameter))
-                self.threshold = None
-
-    def __call__(self, record):
-        """Filter a :py:class:`vcf.model._Record`."""
-
-        if not record.is_snp:
-            return None
-
-        if len(record.samples) > 1:
-            logging.warn("More than 1 sample detected. Only first is considered.")
-
-        try:
-            record_gq = record.samples[0].data.GQ
-        except AttributeError:
-            logging.error("Could not retrieve GQ score POS %i", record.POS)
-            record_gq = None
-
-        if record_gq is None or record_gq < self.threshold:
-            # FIXME: when record_gq is None, i,e, error, what do you do?
-            return record_gq or False
-        else:
-            return None
-
-    def short_desc(self):
-        short_desc = self.__doc__ or ''
-
-        if short_desc:
-            short_desc = "%s (GQ > %s)" % (short_desc, self.threshold)
-
-        return short_desc
--- a/phe/variant_filters/GTFilter.py	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,72 +0,0 @@
-'''Filter VCF on GT filter parameter.
-
-Created on 24 Sep 2015
-
-@author: alex
-'''
-
-import argparse
-import logging
-
-from phe.variant_filters import PHEFilterBase
-
-
-class UncallableGTFilter(PHEFilterBase):
-    '''Filter uncallable genotypes'''
-
-    name = "UncallGT"
-    _default_threshold = None
-    parameter = "uncall_gt"
-
-    @classmethod
-    def customize_parser(self, parser):
-        arg_name = self.parameter.replace("_", "-")
-        parser.add_argument("--%s" % arg_name, type=str, default=self._default_threshold,
-                help="Filter sites below given GQ score (default: %s)" % self._default_threshold)
-
-    def __init__(self, args):
-        """Min Depth constructor."""
-        # This needs to happen first, because threshold is initialised here.
-        super(UncallableGTFilter, self).__init__(args)
-
-        # Change the threshold to custom gq value.
-        self.threshold = self._default_threshold
-        if isinstance(args, argparse.Namespace):
-            self.threshold = args.gq_score
-        elif isinstance(args, dict):
-            try:
-                self.threshold = str(args.get(self.parameter))
-            except TypeError:
-                logging.error("Could not retrieve threshold from %s", args.get(self.parameter))
-                self.threshold = None
-
-    def __call__(self, record):
-        """Filter a :py:class:`vcf.model._Record`."""
-
-        if len(record.samples) > 1:
-            logging.warn("More than 1 sample detected. Only first is considered.")
-
-        try:
-            record_gt = record.samples[0].data.GT
-        except AttributeError:
-            logging.error("Could not retrieve GQ score POS %i", record.POS)
-            record_gt = None
-
-        if record_gt is None:
-            return "./."
-        else:
-            return None
-
-    def short_desc(self):
-        short_desc = self.__doc__ or ''
-
-        if short_desc:
-            short_desc = "%s (GT != ./. )" % (short_desc)
-
-        return short_desc
-
-    def is_gap(self):
-        return True
-
-    def is_n(self):
-        return False
--- a/phe/variant_filters/MQ0FFilter.py	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,60 +0,0 @@
-'''Filter VCF on MQ filter.
-Created on 24 Sep 2015
-
-@author: alex
-'''
-
-import argparse
-import logging
-
-from phe.variant_filters import PHEFilterBase
-
-
-class MQ0Filter(PHEFilterBase):
-    '''Filter sites by MQ0 (Total Mapping Quality Zero Reads) to DP ratio.'''
-
-    name = "MinMQ0F"
-    _default_threshold = 0.05
-    parameter = "mq0f_ratio"
-
-    @classmethod
-    def customize_parser(self, parser):
-        arg_name = self.parameter.replace("_", "-")
-        parser.add_argument("--%s" % arg_name, type=float, default=self._default_threshold,
-                help="Filter sites below given MQ0F ratio (default: %s)" % self._default_threshold)
-
-    def __init__(self, args):
-        """Min Mapping Quality Zero constructor."""
-        # This needs to happen first, because threshold is initialised here.
-        super(MQ0Filter, self).__init__(args)
-
-        # Change the threshold to custom gq value.
-        self.threshold = self._default_threshold
-        if isinstance(args, argparse.Namespace):
-            self.threshold = args.mq_score
-        elif isinstance(args, dict):
-            try:
-                self.threshold = float(args.get(self.parameter))
-            except TypeError:
-                logging.error("Could not retrieve threshold from %s", args.get(self.parameter))
-                self.threshold = None
-
-    def __call__(self, record):
-        """Filter a :py:class:`vcf.model._Record`."""
-
-
-        record_mq = record.INFO.get("MQ0F")
-
-        if record_mq is None or record_mq > self.threshold:
-            # FIXME: when record_mq is None, i,e, error/missing, what do you do?
-            return record_mq or False
-        else:
-            return None
-
-    def short_desc(self):
-        short_desc = self.__doc__ or ''
-
-        if short_desc:
-            short_desc = "%s (MQ0F > %s)" % (short_desc, self.threshold)
-
-        return short_desc
--- a/phe/variant_filters/MQ0Filter.py	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,64 +0,0 @@
-'''Filter VCF on MQ filter.
-Created on 24 Sep 2015
-
-@author: alex
-'''
-
-import argparse
-import logging
-
-from phe.variant_filters import PHEFilterBase
-
-
-class MQ0Filter(PHEFilterBase):
-    '''Filter sites by MQ0 (Total Mapping Quality Zero Reads) to DP ratio.'''
-
-    name = "MinMQ0"
-    _default_threshold = 0.05
-    parameter = "mq0_ratio"
-
-    @classmethod
-    def customize_parser(self, parser):
-        arg_name = self.parameter.replace("_", "-")
-        parser.add_argument("--%s" % arg_name, type=float, default=self._default_threshold,
-                help="Filter sites below given MQ score (default: %s)" % self._default_threshold)
-
-    def __init__(self, args):
-        """Min Mapping Quality Zero constructor."""
-        # This needs to happen first, because threshold is initialised here.
-        super(MQ0Filter, self).__init__(args)
-
-        # Change the threshold to custom gq value.
-        self.threshold = self._default_threshold
-        if isinstance(args, argparse.Namespace):
-            self.threshold = args.mq_score
-        elif isinstance(args, dict):
-            try:
-                self.threshold = float(args.get(self.parameter))
-            except TypeError:
-                logging.error("Could not retrieve threshold from %s", args.get(self.parameter))
-                self.threshold = None
-
-    def __call__(self, record):
-        """Filter a :py:class:`vcf.model._Record`."""
-
-
-        record_mq = record.INFO.get("MQ0")
-
-        if record_mq:
-            # We consider DO from INFO not samples because MQ0 is also from INFO.
-            record_mq /= float(record.INFO.get("DP"))
-
-        if record_mq is None or record_mq > self.threshold:
-            # FIXME: when record_mq is None, i,e, error/missing, what do you do?
-            return record_mq or False
-        else:
-            return None
-
-    def short_desc(self):
-        short_desc = self.__doc__ or ''
-
-        if short_desc:
-            short_desc = "%s (MQ0 > %s)" % (short_desc, self.threshold)
-
-        return short_desc
--- a/phe/variant_filters/MQFilter.py	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,59 +0,0 @@
-'''Filter VCF on MQ filter.
-Created on 24 Sep 2015
-
-@author: alex
-'''
-
-import argparse
-import logging
-
-from phe.variant_filters import PHEFilterBase
-
-
-class MQFilter(PHEFilterBase):
-    '''Filter sites by Mapping Quality (MQ) score.'''
-
-    name = "MinMQ"
-    _default_threshold = 30
-    parameter = "mq_score"
-
-    @classmethod
-    def customize_parser(self, parser):
-        arg_name = self.parameter.replace("_", "-")
-        parser.add_argument("--%s" % arg_name, type=int, default=self._default_threshold,
-                help="Filter sites below given MQ score (default: %s)" % self._default_threshold)
-
-    def __init__(self, args):
-        """Min Mapping Quality constructor."""
-        # This needs to happen first, because threshold is initialised here.
-        super(MQFilter, self).__init__(args)
-
-        # Change the threshold to custom gq value.
-        self.threshold = self._default_threshold
-        if isinstance(args, argparse.Namespace):
-            self.threshold = args.mq_score
-        elif isinstance(args, dict):
-            try:
-                self.threshold = int(args.get(self.parameter))
-            except TypeError:
-                logging.error("Could not retrieve threshold from %s", args.get(self.parameter))
-                self.threshold = None
-
-    def __call__(self, record):
-        """Filter a :py:class:`vcf.model._Record`."""
-
-        record_mq = record.INFO.get("MQ")
-
-        if record_mq is None or record_mq < self.threshold:
-            # FIXME: when record_mq is None, i,e, error/missing, what do you do?
-            return record_mq or False
-        else:
-            return None
-
-    def short_desc(self):
-        short_desc = self.__doc__ or ''
-
-        if short_desc:
-            short_desc = "%s (MQ > %s)" % (short_desc, self.threshold)
-
-        return short_desc
--- a/phe/variant_filters/QualFilter.py	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,60 +0,0 @@
-'''Filter VCF on GQ parameter.
-Created on 24 Sep 2015
-
-@author: alex
-'''
-
-import argparse
-import logging
-
-from phe.variant_filters import PHEFilterBase
-
-
-class QualFilter(PHEFilterBase):
-    '''Filter sites by QUAL score.'''
-
-    name = "LowSNPQual"
-    _default_threshold = 40.0
-    parameter = "qual_score"
-
-    @classmethod
-    def customize_parser(self, parser):
-        arg_name = self.parameter.replace("_", "-")
-        parser.add_argument("--%s" % arg_name, type=float, default=self._default_threshold,
-                help="Filter sites below given GQ score (default: %s)" % self._default_threshold)
-
-    def __init__(self, args):
-        """Min Depth constructor."""
-        # This needs to happen first, because threshold is initialised here.
-        super(QualFilter, self).__init__(args)
-
-        # Change the threshold to custom gq value.
-        self.threshold = self._default_threshold
-        if isinstance(args, argparse.Namespace):
-            self.threshold = args.gq_score
-        elif isinstance(args, dict):
-            try:
-                self.threshold = float(args.get(self.parameter))
-            except TypeError:
-                logging.error("Could not retrieve threshold from %s", args.get(self.parameter))
-                self.threshold = None
-
-    def __call__(self, record):
-        """Filter a :py:class:`vcf.model._Record`."""
-
-
-        record_qual = record.QUAL
-
-        if record_qual is None or record_qual < self.threshold:
-            # FIXME: when record_gq is None, i,e, error, what do you do?
-            return record_qual or False
-        else:
-            return None
-
-    def short_desc(self):
-        short_desc = self.__doc__ or ''
-
-        if short_desc:
-            short_desc = "%s (QUAL > %s)" % (short_desc, self.threshold)
-
-        return short_desc
--- a/phe/variant_filters/__init__.py	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,209 +0,0 @@
-"""Classes and functions for working with variant filters."""
-
-from __builtin__ import __import__
-from abc import abstractproperty
-import abc
-import argparse
-import glob
-import inspect
-import logging
-import os
-import re
-import sys
-
-import vcf
-import vcf.filters
-from vcf.parser import _Filter
-
-IUPAC_CODES = {frozenset(["A", "G"]): "R",
-                frozenset(["C", "T"]): "Y",
-                frozenset(["G", "C"]): "S",
-                frozenset(["A", "T"]): "W",
-                frozenset(["G", "T"]): "K",
-                frozenset(["A", "C"]): "M",
-                frozenset(["C", "G", "T"]): "B",
-                frozenset(["A", "G", "T"]): "D",
-                frozenset(["A", "C", "T"]): "H",
-                frozenset(["A", "C", "G"]): "V"
-              }
-
-class PHEFilterBase(vcf.filters.Base):
-    """Base class for VCF filters."""
-    __meta__ = abc.ABCMeta
-
-    magic_sep = ":"
-    decoder_pattern = re.compile(magic_sep)
-
-    @abc.abstractproperty
-    def parameter(self):
-        """Short name of parameter being filtered."""
-        return self.parameter
-
-    @abc.abstractproperty
-    def _default_threshold(self):
-        """Default threshold for filtering."""
-        return self._default_threshold
-
-    def __init__(self, args):
-        super(PHEFilterBase, self).__init__(args)
-
-        # Change the threshold to custom gq value.
-        self.threshold = self._default_threshold
-
-        if isinstance(args, dict):
-            self.threshold = args.get(self.parameter)
-
-    def __str__(self):
-        return self.filter_name()
-
-    @abc.abstractmethod
-    def short_desc(self):
-        """Short description of the filter (included in VCF)."""
-        raise NotImplementedError("Get short description is not implemented.")
-
-    def get_config(self):
-        """This is used for reconstructing filter."""
-        return {self.parameter: self.threshold}
-
-    def filter_name(self):
-        """Create filter names by their parameter separated by magic.
-        E.g. if filter parameter is ad_ratio and threshold is 0.9 then
-        ad_ratio:0.9 if the filter name.
-        """
-        return "%s%s%s" % (self.parameter, self.magic_sep, self.threshold)
-
-    @staticmethod
-    def decode(filter_id):
-        """Decode name of filter."""
-        conf = {}
-
-        if PHEFilterBase.magic_sep in filter_id:
-            info = PHEFilterBase.decoder_pattern.split(filter_id)
-            assert len(info) == 2
-            conf[info[0]] = info[1]
-        return conf
-
-    def is_gap(self):
-        return False
-
-    def is_n(self):
-        return True
-
-    @staticmethod
-    def call_concensus(record):
-        extended_code = "N"
-        try:
-            sample_ad = set([str(c) for c in record.ALT] + [record.REF])
-
-
-            for code, cov in IUPAC_CODES.items():
-                if sample_ad == cov:
-                    extended_code = code
-                    break
-        except AttributeError:
-            extended_code = "N"
-
-        return extended_code
-
-def dynamic_filter_loader():
-    """Fancy way of dynamically importing existing filters.
-    
-    Returns
-    -------
-    dict:
-        Available filters dictionary. Keys are parameters that
-        can be supplied to the filters.
-    """
-
-    # We assume the filters are in the same directory as THIS file.
-    filter_dir = os.path.dirname(__file__)
-    filter_dir = os.path.abspath(filter_dir)
-
-    # This is populated when the module is first imported.
-    avail_filters = {}
-
-    # Add this directory to the syspath.
-    sys.path.insert(0, filter_dir)
-
-    # Find all "py" files.
-    for filter_mod in glob.glob(os.path.join(filter_dir, "*.py")):
-
-        # Derive name of the module where filter is.
-        filter_mod_file = os.path.basename(filter_mod)
-
-        # Ignore this file, obviously.
-        if filter_mod_file.startswith("__init__"):
-            continue
-
-        # Import the module with a filter.
-        mod = __import__(filter_mod_file.replace(".pyc", "").replace(".py", ""))
-
-        # Find all the classes contained in this module.
-        classes = inspect.getmembers(mod, inspect.isclass)
-        for cls_name, cls in classes:
-            # For each class, if it is a sublass of PHEFilterBase, add it.
-            if cls_name != "PHEFilterBase" and issubclass(cls, PHEFilterBase):
-                # The parameters are inherited and defined within each filter.
-                avail_filters[cls.parameter] = cls
-
-    sys.path.remove(filter_dir)
-
-    return avail_filters
-
-_avail_filters = dynamic_filter_loader()
-
-def available_filters():
-    """Return list of available filters."""
-    return _avail_filters.keys()
-
-def str_to_filters(filters):
-    """Convert from filter string to array of filters.
-    E.g. ad_ration:0.9,min_depth:5
-    
-    Parameters:
-    -----------
-    filters: str
-        String version of filters, separated by comma.
-    
-    Returns:
-    --------
-    list:
-        List of :py:class:`phe.variant_filters.PHEFilterBase` instances.
-    """
-
-    config = {}
-    for kv_pair in filters.split(","):
-        pair = kv_pair.split(":")
-        assert len(pair) == 2, "Filters should be separated by ':' %s" % kv_pair
-
-        # We don't care about casting them to correct type because Filters
-        #    will do it for us.
-        config[pair[0]] = pair[1]
-
-    return make_filters(config)
-
-def make_filters(config):
-    """Create a list of filters from *config*.
-    
-    Parameters:
-    -----------
-    config: dict, optional
-        Dictionary with parameter: value pairs. For each parameter, an
-        appropriate Filter will be found and instanciated.
-        
-    Returns:
-    --------
-    list:
-        List of :py:class:`PHEFilterBase` filters.
-    """
-    filters = []
-
-    if config:
-        for custom_filter in config:
-            if custom_filter in _avail_filters:
-                filters.append(_avail_filters[custom_filter](config))
-            else:
-                logging.warn("Could not find appropriate filter for %s",
-                             custom_filter)
-
-    return filters
--- a/test-data/test_input.vcf	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1000 +0,0 @@
-##fileformat=VCFv4.1
-##GATKCommandLine=<ID=SelectVariants,Version=2.6-5-gba531bd,Date="Thu May 22 09:24:36 BST 2014",Epoch=1400747076888,CommandLineOptions="analysis_type=SelectVariants input_file=[] read_buffer_size=null phone_home=AWS gatk_key=null tag=NA read_filter=[] intervals=null excludeIntervals=null interval_set_rule=UNION interval_merging=ALL interval_padding=0 reference_sequence=/phengs/galaxy/database/tmp/tmp-gatk-lMh4vi/gatk_input.fasta nonDeterministicRandomSeed=false disableDithering=false maxRuntime=-1 maxRuntimeUnits=MINUTES downsampling_type=BY_SAMPLE downsample_to_fraction=null downsample_to_coverage=1000 baq=OFF baqGapOpenPenalty=40.0 fix_misencoded_quality_scores=false allow_potentially_misencoded_quality_scores=false useOriginalQualities=false defaultBaseQualities=-1 performanceLog=null BQSR=null quantize_quals=0 disable_indel_quals=false emit_original_quals=false preserve_qscores_less_than=6 globalQScorePrior=-1.0 allow_bqsr_on_reduced_bams_despite_repeated_warnings=false validation_strictness=SILENT remove_program_records=false keep_program_records=false unsafe=null disable_auto_index_creation_and_locking_when_reading_rods=false num_threads=2 num_cpu_threads_per_data_thread=1 num_io_threads=0 monitorThreadEfficiency=false num_bam_file_handles=null read_group_black_list=null pedigree=[] pedigreeString=[] pedigreeValidationType=STRICT allow_intervals_with_unindexed_bam=false generateShadowBCF=false logging_level=INFO log_to_file=null help=false version=false variant=(RodBinding name=variant source=/phengs/galaxy/database/tmp/tmp-gatk-lMh4vi/input_variant.vcf) discordance=(RodBinding name= source=UNBOUND) concordance=(RodBinding name= source=UNBOUND) out=org.broadinstitute.sting.gatk.io.stubs.VariantContextWriterStub no_cmdline_in_header=org.broadinstitute.sting.gatk.io.stubs.VariantContextWriterStub sites_only=org.broadinstitute.sting.gatk.io.stubs.VariantContextWriterStub bcf=org.broadinstitute.sting.gatk.io.stubs.VariantContextWriterStub sample_name=[] sample_expressions=null sample_file=null exclude_sample_name=[] exclude_sample_file=[] select_expressions=[] excludeNonVariants=false excludeFiltered=false restrictAllelesTo=ALL keepOriginalAC=false mendelianViolation=false mendelianViolationQualThreshold=0.0 select_random_fraction=0.0 remove_fraction_genotypes=0.0 selectTypeToInclude=[SNP] keepIDs=null fullyDecode=false forceGenotypesDecode=false justRead=false maxIndelSize=2147483647 ALLOW_NONOVERLAPPING_COMMAND_LINE_SAMPLES=false filter_reads_with_N_cigar=false filter_mismatching_base_and_quals=false filter_bases_not_stored=false">
-##GATKCommandLine=<ID=UnifiedGenotyper,Version=2.6-5-gba531bd,Date="Thu May 22 09:10:24 BST 2014",Epoch=1400746224902,CommandLineOptions="analysis_type=UnifiedGenotyper input_file=[/phengs/galaxy/database/tmp/tmp-gatk-x7S0pF/gatk_input_0.bam] read_buffer_size=null phone_home=AWS gatk_key=null tag=NA read_filter=[BadCigar] intervals=null excludeIntervals=null interval_set_rule=UNION interval_merging=ALL interval_padding=0 reference_sequence=/phengs/galaxy/database/tmp/tmp-gatk-x7S0pF/gatk_input.fasta nonDeterministicRandomSeed=false disableDithering=false maxRuntime=-1 maxRuntimeUnits=MINUTES downsampling_type=NONE downsample_to_fraction=null downsample_to_coverage=null baq=OFF baqGapOpenPenalty=40.0 fix_misencoded_quality_scores=false allow_potentially_misencoded_quality_scores=false useOriginalQualities=false defaultBaseQualities=-1 performanceLog=null BQSR=null quantize_quals=0 disable_indel_quals=false emit_original_quals=false preserve_qscores_less_than=6 globalQScorePrior=-1.0 allow_bqsr_on_reduced_bams_despite_repeated_warnings=false validation_strictness=STRICT remove_program_records=false keep_program_records=false unsafe=null disable_auto_index_creation_and_locking_when_reading_rods=false num_threads=2 num_cpu_threads_per_data_thread=6 num_io_threads=0 monitorThreadEfficiency=false num_bam_file_handles=null read_group_black_list=null pedigree=[] pedigreeString=[] pedigreeValidationType=STRICT allow_intervals_with_unindexed_bam=false generateShadowBCF=false logging_level=INFO log_to_file=null help=false version=false genotype_likelihoods_model=BOTH pcr_error_rate=1.0E-4 computeSLOD=false annotateNDA=false pair_hmm_implementation=LOGLESS_CACHING min_base_quality_score=17 max_deletion_fraction=0.05 allSitePLs=false min_indel_count_for_genotyping=5 min_indel_fraction_per_sample=0.25 indelGapContinuationPenalty=10 indelGapOpenPenalty=45 indelHaplotypeSize=80 indelDebug=false ignoreSNPAlleles=false allReadsSP=false ignoreLaneInfo=false reference_sample_calls=(RodBinding name= source=UNBOUND) reference_sample_name=null sample_ploidy=2 min_quality_score=1 max_quality_score=40 site_quality_prior=20 min_power_threshold_for_calling=0.95 min_reference_depth=100 exclude_filtered_reference_sites=false heterozygosity=0.001 indel_heterozygosity=1.25E-4 genotyping_mode=DISCOVERY output_mode=EMIT_ALL_SITES standard_min_confidence_threshold_for_calling=30.0 standard_min_confidence_threshold_for_emitting=30.0 alleles=(RodBinding name= source=UNBOUND) max_alternate_alleles=6 input_prior=[] contamination_fraction_to_filter=0.05 contamination_fraction_per_sample_file=null p_nonref_model=EXACT_INDEPENDENT exactcallslog=null dbsnp=(RodBinding name= source=UNBOUND) comp=[] out=org.broadinstitute.sting.gatk.io.stubs.VariantContextWriterStub no_cmdline_in_header=org.broadinstitute.sting.gatk.io.stubs.VariantContextWriterStub sites_only=org.broadinstitute.sting.gatk.io.stubs.VariantContextWriterStub bcf=org.broadinstitute.sting.gatk.io.stubs.VariantContextWriterStub debug_file=null annotation=[] excludeAnnotation=[] filter_reads_with_N_cigar=false filter_mismatching_base_and_quals=false filter_bases_not_stored=false">
-##reference=file:///phengs/galaxy/database/tmp/tmp-gatk-lMh4vi/gatk_input.fasta
-##source=SelectVariants
-##INFO=<ID=AC,Number=A,Type=Integer,Description="Allele count in genotypes, for each ALT allele, in the same order as listed">
-##INFO=<ID=AF,Number=A,Type=Float,Description="Allele Frequency, for each ALT allele, in the same order as listed">
-##INFO=<ID=AN,Number=1,Type=Integer,Description="Total number of alleles in called genotypes">
-##INFO=<ID=BaseQRankSum,Number=1,Type=Float,Description="Z-score from Wilcoxon rank sum test of Alt Vs. Ref base qualities">
-##INFO=<ID=DP,Number=1,Type=Integer,Description="Approximate read depth; some reads may have been filtered">
-##INFO=<ID=DS,Number=0,Type=Flag,Description="Were any of the samples downsampled?">
-##INFO=<ID=Dels,Number=1,Type=Float,Description="Fraction of Reads Containing Spanning Deletions">
-##INFO=<ID=FS,Number=1,Type=Float,Description="Phred-scaled p-value using Fisher's exact test to detect strand bias">
-##INFO=<ID=HaplotypeScore,Number=1,Type=Float,Description="Consistency of the site with at most two segregating haplotypes">
-##INFO=<ID=InbreedingCoeff,Number=1,Type=Float,Description="Inbreeding coefficient as estimated from the genotype likelihoods per-sample when compared against the Hardy-Weinberg expectation">
-##INFO=<ID=MLEAC,Number=A,Type=Integer,Description="Maximum likelihood expectation (MLE) for the allele counts (not necessarily the same as the AC), for each ALT allele, in the same order as listed">
-##INFO=<ID=MLEAF,Number=A,Type=Float,Description="Maximum likelihood expectation (MLE) for the allele frequency (not necessarily the same as the AF), for each ALT allele, in the same order as listed">
-##INFO=<ID=MQ,Number=1,Type=Float,Description="RMS Mapping Quality">
-##INFO=<ID=MQ0,Number=1,Type=Integer,Description="Total Mapping Quality Zero Reads">
-##INFO=<ID=MQRankSum,Number=1,Type=Float,Description="Z-score From Wilcoxon rank sum test of Alt vs. Ref read mapping qualities">
-##INFO=<ID=QD,Number=1,Type=Float,Description="Variant Confidence/Quality by Depth">
-##INFO=<ID=RPA,Number=.,Type=Integer,Description="Number of times tandem repeat unit is repeated, for each allele (including reference)">
-##INFO=<ID=RU,Number=1,Type=String,Description="Tandem repeat unit (bases)">
-##INFO=<ID=ReadPosRankSum,Number=1,Type=Float,Description="Z-score from Wilcoxon rank sum test of Alt vs. Ref read position bias">
-##INFO=<ID=STR,Number=0,Type=Flag,Description="Variant is a short tandem repeat">
-##INFO=<ID=BasesToClosestSNP,Number=1,Type=Integer,Description="Number of bases to the closest SNP in the file.">
-##FORMAT=<ID=AD,Number=.,Type=Integer,Description="Allelic depths for the ref and alt alleles in the order listed">
-##FORMAT=<ID=DP,Number=1,Type=Integer,Description="Approximate read depth (reads with MQ=255 or with bad mates are filtered)">
-##FORMAT=<ID=GQ,Number=1,Type=Integer,Description="Genotype Quality">
-##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
-##FORMAT=<ID=PL,Number=G,Type=Integer,Description="Normalized, Phred-scaled likelihoods for genotypes as defined in the VCF specification">
-##FILTER=<ID=LowQual,Description="Low quality">
-##FILTER=<ID=mq_score:50,Description="Filter sites by Mapping Quality (MQ) score. (MQ > 50)">
-##FILTER=<ID=gq_score:10,Description="Filter sites by GQ score. (GQ > 10)">
-##FILTER=<ID=uncall_gt:,Description="Filter uncallable genotypes (GT != ./. )">
-##contig=<ID=gi|15829254|ref|NC_002695.1|,length=5498450>
-#CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO	FORMAT	H133840545_1
-gi|15829254|ref|NC_002695.1|	6065	.	C	T	5384.77	PASS	AC=2;AF=1.0;AN=2;DP=161;Dels=0.0;FS=0.0;HaplotypeScore=0.6651;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=33.45;BasesToClosestSNP=4136	GT:AD:DP:GQ:PL	1/1:0,161:161:99:5413,427,0
-gi|15829254|ref|NC_002695.1|	10201	.	C	T	5819.77	PASS	AC=2;AF=1.0;AN=2;DP=154;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=29.21;BasesToClosestSNP=4136	GT:AD:DP:GQ:PL	1/1:0,154:154:99:5848,451,0
-gi|15829254|ref|NC_002695.1|	14114	.	A	T	6039.77	PASS	AC=2;AF=1.0;AN=2;DP=166;Dels=0.0;FS=0.0;HaplotypeScore=1.6229;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=32.07;BasesToClosestSNP=3913	GT:AD:DP:GQ:PL	1/1:0,166:166:99:6068,469,0
-gi|15829254|ref|NC_002695.1|	15404	.	T	.	17.31	LowQual	AN=2;DP=33;MQ=60.0;MQ0=0	GT:DP	0/0:32
-gi|15829254|ref|NC_002695.1|	18711	.	A	C	3657.77	PASS	AC=2;AF=1.0;AN=2;DP=99;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=34.28;BasesToClosestSNP=4597	GT:AD:DP:GQ:PL	1/1:0,99:99:99:3686,274,0
-gi|15829254|ref|NC_002695.1|	18968	.	G	A	6350.77	PASS	AC=2;AF=1.0;AN=2;DP=181;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=32.07;BasesToClosestSNP=257	GT:AD:DP:GQ:PL	1/1:0,181:181:99:6379,470,0
-gi|15829254|ref|NC_002695.1|	47847	.	C	T	4038.77	PASS	AC=2;AF=1.0;AN=2;DP=113;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=24.05;BasesToClosestSNP=28879	GT:AD:DP:GQ:PL	1/1:0,113:113:99:4067,313,0
-gi|15829254|ref|NC_002695.1|	48272	.	A	G	3836.77	PASS	AC=2;AF=1.0;AN=2;DP=106;Dels=0.0;FS=0.0;HaplotypeScore=0.6651;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=31.18;BasesToClosestSNP=99	GT:AD:DP:GQ:PL	1/1:0,106:106:99:3865,298,0
-gi|15829254|ref|NC_002695.1|	48371	.	G	A	4075.77	PASS	AC=2;AF=1.0;AN=2;DP=106;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=25.66;BasesToClosestSNP=99	GT:AD:DP:GQ:PL	1/1:0,106:106:99:4104,310,0
-gi|15829254|ref|NC_002695.1|	51967	.	C	T	3137.77	PASS	AC=2;AF=1.0;AN=2;DP=97;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=32.35;BasesToClosestSNP=1748	GT:AD:DP:GQ:PL	1/1:0,96:96:99:3166,259,0
-gi|15829254|ref|NC_002695.1|	53715	.	C	T	3985.77	PASS	AC=2;AF=1.0;AN=2;DP=110;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=32.04;BasesToClosestSNP=1748	GT:AD:DP:GQ:PL	1/1:0,110:110:99:4014,301,0
-gi|15829254|ref|NC_002695.1|	57677	.	T	C	3587.77	PASS	AC=2;AF=1.0;AN=2;DP=106;Dels=0.0;FS=0.0;HaplotypeScore=1.3302;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=33.85;BasesToClosestSNP=3962	GT:AD:DP:GQ:PL	1/1:0,106:106:99:3616,283,0
-gi|15829254|ref|NC_002695.1|	63127	.	T	G	4466.77	PASS	AC=2;AF=1.0;AN=2;DP=117;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=34.14;BasesToClosestSNP=5450	GT:AD:DP:GQ:PL	1/1:0,117:117:99:4495,337,0
-gi|15829254|ref|NC_002695.1|	64020	.	A	C	872.77	PASS	AC=1;AF=0.5;AN=2;BaseQRankSum=0.689;DP=248;Dels=0.0;FS=36.815;HaplotypeScore=3.9529;MLEAC=1;MLEAF=0.5;MQ=57.45;MQ0=0;MQRankSum=-2.381;QD=3.52;ReadPosRankSum=-10.71;BasesToClosestSNP=47	GT:AD:DP:GQ:PL	0/1:185,63:236:99:901,0,5685
-gi|15829254|ref|NC_002695.1|	64067	.	G	C	2096.77	PASS	AC=1;AF=0.5;AN=2;BaseQRankSum=-2.146;DP=209;Dels=0.0;FS=153.841;HaplotypeScore=4.9521;MLEAC=1;MLEAF=0.5;MQ=57.15;MQ0=0;MQRankSum=4.711;QD=10.03;ReadPosRankSum=-7.39;BasesToClosestSNP=47	GT:AD:DP:GQ:PL	0/1:137,72:199:99:2125,0,4003
-gi|15829254|ref|NC_002695.1|	70555	.	C	T	2890.77	PASS	AC=2;AF=1.0;AN=2;DP=85;Dels=0.01;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=34.01;BasesToClosestSNP=6488	GT:AD:DP:GQ:PL	1/1:0,84:84:99:2919,229,0
-gi|15829254|ref|NC_002695.1|	85412	.	G	A	5899.77	PASS	AC=2;AF=1.0;AN=2;DP=160;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=33.27;BasesToClosestSNP=14857	GT:AD:DP:GQ:PL	1/1:0,160:160:99:5928,445,0
-gi|15829254|ref|NC_002695.1|	88701	.	T	C	848.77	PASS	AC=2;AF=1.0;AN=2;DP=24;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=33.62;BasesToClosestSNP=3289	GT:AD:DP:GQ:PL	1/1:0,24:24:66:877,66,0
-gi|15829254|ref|NC_002695.1|	93390	.	T	G	3211.76	PASS	AC=2;AF=1.0;AN=2;BaseQRankSum=1.653;DP=87;Dels=0.0;FS=0.0;HaplotypeScore=3.5473;MLEAC=2;MLEAF=1.0;MQ=59.89;MQ0=0;MQRankSum=1.653;QD=34.49;ReadPosRankSum=1.015;BasesToClosestSNP=4689	GT:AD:DP:GQ:PL	1/1:1,86:86:99:3240,247,0
-gi|15829254|ref|NC_002695.1|	120398	.	G	A	4149.77	PASS	AC=2;AF=1.0;AN=2;DP=109;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=28.29;BasesToClosestSNP=13502	GT:AD:DP:GQ:PL	1/1:0,109:109:99:4178,313,0
-gi|15829254|ref|NC_002695.1|	133900	.	A	G	4414.77	PASS	AC=2;AF=1.0;AN=2;DP=122;Dels=0.0;FS=0.0;HaplotypeScore=1.9987;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=30.13;BasesToClosestSNP=13502	GT:AD:DP:GQ:PL	1/1:0,122:122:99:4443,340,0
-gi|15829254|ref|NC_002695.1|	142584	.	T	C	4353.77	PASS	AC=2;AF=1.0;AN=2;DP=116;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=27.86;BasesToClosestSNP=295	GT:AD:DP:GQ:PL	1/1:0,116:116:99:4382,331,0
-gi|15829254|ref|NC_002695.1|	142879	.	C	A	4885.77	PASS	AC=2;AF=1.0;AN=2;DP=140;Dels=0.0;FS=0.0;HaplotypeScore=0.6651;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=34.9;BasesToClosestSNP=295	GT:AD:DP:GQ:PL	1/1:0,140:140:99:4914,376,0
-gi|15829254|ref|NC_002695.1|	157462	.	C	T	4419.77	PASS	AC=2;AF=1.0;AN=2;DP=121;Dels=0.0;FS=0.0;HaplotypeScore=1.6644;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=28.08;BasesToClosestSNP=3210	GT:AD:DP:GQ:PL	1/1:0,121:121:99:4448,337,0
-gi|15829254|ref|NC_002695.1|	160672	.	T	C	5929.77	PASS	AC=2;AF=1.0;AN=2;DP=159;Dels=0.0;FS=0.0;HaplotypeScore=0.9973;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=27.52;BasesToClosestSNP=3210	GT:AD:DP:GQ:PL	1/1:0,159:159:99:5958,448,0
-gi|15829254|ref|NC_002695.1|	165369	.	C	T	4012.77	PASS	AC=2;AF=1.0;AN=2;DP=116;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=34.59;BasesToClosestSNP=578	GT:AD:DP:GQ:PL	1/1:0,116:116:99:4041,304,0
-gi|15829254|ref|NC_002695.1|	165947	.	A	C	2779.77	PASS	AC=2;AF=1.0;AN=2;DP=85;Dels=0.0;FS=0.0;HaplotypeScore=4.3247;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=32.7;BasesToClosestSNP=578	GT:AD:DP:GQ:PL	1/1:0,85:85:99:2808,229,0
-gi|15829254|ref|NC_002695.1|	171915	.	T	C	3539.77	PASS	AC=2;AF=1.0;AN=2;DP=96;Dels=0.0;FS=0.0;HaplotypeScore=0.9578;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=24.7;BasesToClosestSNP=5968	GT:AD:DP:GQ:PL	1/1:0,96:96:99:3568,277,0
-gi|15829254|ref|NC_002695.1|	180160	.	T	C	4020.77	PASS	AC=2;AF=1.0;AN=2;DP=109;Dels=0.0;FS=0.0;HaplotypeScore=0.6651;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=30.54;BasesToClosestSNP=8245	GT:AD:DP:GQ:PL	1/1:0,109:109:99:4049,307,0
-gi|15829254|ref|NC_002695.1|	184717	.	T	C	5621.77	PASS	AC=2;AF=1.0;AN=2;DP=151;Dels=0.0;FS=0.0;HaplotypeScore=0.9578;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=25.05;BasesToClosestSNP=1393	GT:AD:DP:GQ:PL	1/1:0,151:151:99:5650,421,0
-gi|15829254|ref|NC_002695.1|	186110	.	C	T	5816.77	PASS	AC=2;AF=1.0;AN=2;DP=155;Dels=0.0;FS=0.0;HaplotypeScore=1.6644;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=32.83;BasesToClosestSNP=1393	GT:AD:DP:GQ:PL	1/1:0,155:155:99:5845,439,0
-gi|15829254|ref|NC_002695.1|	205552	.	C	T	3913.77	PASS	AC=2;AF=1.0;AN=2;DP=112;Dels=0.0;FS=0.0;HaplotypeScore=2.6603;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=34.94;BasesToClosestSNP=11905	GT:AD:DP:GQ:PL	1/1:0,112:112:99:3942,304,0
-gi|15829254|ref|NC_002695.1|	217457	.	A	T	3215.74	PASS	AC=2;AF=1.0;AN=2;DP=88;Dels=0.0;FS=0.0;HaplotypeScore=1.6229;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=30.68;BasesToClosestSNP=11905	GT:AD:DP:GQ:PL	1/1:0,88:88:99:3244,247,0
-gi|15829254|ref|NC_002695.1|	218091	.	T	C	3066.77	PASS	AC=2;AF=1.0;AN=2;DP=81;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=28.01;BasesToClosestSNP=634	GT:AD:DP:GQ:PL	1/1:0,81:81:99:3095,232,0
-gi|15829254|ref|NC_002695.1|	226900	.	A	.	284.23	mq_score:50	AN=2;DP=106;MQ=49.79;MQ0=17	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226901	.	A	.	284.23	mq_score:50	AN=2;DP=106;MQ=49.79;MQ0=17	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226902	.	G	.	278.23	mq_score:50	AN=2;DP=105;MQ=49.34;MQ0=18	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226903	.	A	.	275.23	mq_score:50	AN=2;DP=104;MQ=49.22;MQ0=18	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	226904	.	G	.	275.23	mq_score:50	AN=2;DP=106;MQ=48.91;MQ0=19	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226905	.	G	.	275.23	mq_score:50	AN=2;DP=105;MQ=48.79;MQ0=19	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226906	.	A	.	284.23	mq_score:50	AN=2;DP=107;MQ=48.64;MQ0=19	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	226907	.	A	.	278.23	mq_score:50	AN=2;DP=107;MQ=48.64;MQ0=19	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	226908	.	A	.	284.23	mq_score:50	AN=2;DP=107;MQ=48.64;MQ0=19	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	226909	.	G	.	281.23	mq_score:50	AN=2;DP=109;MQ=48.19;MQ0=21	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	226910	.	C	.	275.23	mq_score:50	AN=2;DP=111;MQ=47.76;MQ0=23	GT:DP	0/0:111
-gi|15829254|ref|NC_002695.1|	226911	.	G	.	281.23	mq_score:50	AN=2;DP=112;MQ=47.69;MQ0=23	GT:DP	0/0:112
-gi|15829254|ref|NC_002695.1|	226912	.	T	.	275.23	mq_score:50	AN=2;DP=109;MQ=47.12;MQ0=23	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	226913	.	A	.	269.23	mq_score:50	AN=2;DP=107;MQ=46.84;MQ0=23	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	226914	.	A	.	260.23	mq_score:50	AN=2;DP=115;MQ=44.48;MQ0=33	GT:DP	0/0:112
-gi|15829254|ref|NC_002695.1|	226915	.	T	.	269.23	mq_score:50	AN=2;DP=115;MQ=44.48;MQ0=33	GT:DP	0/0:115
-gi|15829254|ref|NC_002695.1|	226916	.	A	.	266.23	mq_score:50	AN=2;DP=118;MQ=43.91;MQ0=36	GT:DP	0/0:118
-gi|15829254|ref|NC_002695.1|	226917	.	T	.	272.23	mq_score:50	AN=2;DP=120;MQ=43.85;MQ0=36	GT:DP	0/0:120
-gi|15829254|ref|NC_002695.1|	226918	.	A	.	215.23	mq_score:50	AN=2;DP=102;MQ=40.35;MQ0=36	GT:DP	0/0:99
-gi|15829254|ref|NC_002695.1|	226919	.	C	.	227.23	mq_score:50	AN=2;DP=103;MQ=40.35;MQ0=36	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	226920	.	G	.	218.23	mq_score:50	AN=2;DP=101;MQ=39.86;MQ0=36	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226921	.	C	.	218.23	mq_score:50	AN=2;DP=101;MQ=39.86;MQ0=36	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226922	.	C	.	209.23	mq_score:50	AN=2;DP=101;MQ=39.61;MQ0=36	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226923	.	A	.	199.23	mq_score:50	AN=2;DP=98;MQ=38.82;MQ0=36	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	226924	.	C	.	206.23	mq_score:50	AN=2;DP=98;MQ=38.34;MQ0=37	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	226925	.	C	.	203.23	mq_score:50	AN=2;DP=96;MQ=37.76;MQ0=37	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	226926	.	T	.	197.23	mq_score:50	AN=2;DP=97;MQ=37.57;MQ0=38	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	226927	.	C	.	206.23	mq_score:50	AN=2;DP=98;MQ=37.59;MQ0=38	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	226928	.	G	.	206.23	mq_score:50	AN=2;DP=98;MQ=37.59;MQ0=38	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	226929	.	C	.	203.23	mq_score:50	AN=2;DP=98;MQ=37.13;MQ0=39	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	226930	.	G	.	200.23	mq_score:50	AN=2;DP=97;MQ=36.86;MQ0=39	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	226931	.	A	.	197.23	mq_score:50	AN=2;DP=96;MQ=36.55;MQ0=39	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	226932	.	C	.	197.23	mq_score:50	AN=2;DP=96;MQ=36.55;MQ0=39	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	226933	.	A	.	184.23	mq_score:50	AN=2;DP=91;MQ=34.96;MQ0=39	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	226934	.	G	.	184.23	mq_score:50	AN=2;DP=91;MQ=34.96;MQ0=39	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	226935	.	T	.	178.23	mq_score:50	AN=2;DP=89;MQ=34.26;MQ0=39	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	226936	.	G	.	178.23	mq_score:50	AN=2;DP=89;MQ=34.26;MQ0=39	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	226937	.	A	.	172.23	mq_score:50	AN=2;DP=89;MQ=34.26;MQ0=39	GT:DP	0/0:86
-gi|15829254|ref|NC_002695.1|	226938	.	G	.	178.23	mq_score:50	AN=2;DP=92;MQ=33.96;MQ0=41	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	226939	.	C	.	181.23	mq_score:50	AN=2;DP=92;MQ=33.96;MQ0=41	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	226940	.	T	.	187.23	mq_score:50	AN=2;DP=94;MQ=34.28;MQ0=41	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	226941	.	G	.	187.23	mq_score:50	AN=2;DP=94;MQ=34.01;MQ0=41	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	226942	.	A	.	188.23	mq_score:50	AN=2;DP=94;MQ=34.01;MQ0=41	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	226943	.	A	.	181.23	mq_score:50	AN=2;DP=93;MQ=33.66;MQ0=41	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	226944	.	A	.	181.23	mq_score:50	AN=2;DP=93;MQ=33.66;MQ0=41	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	226945	.	G	.	175.23	mq_score:50	AN=2;DP=90;MQ=32.54;MQ0=41	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	226946	.	C	.	166.23	mq_score:50	AN=2;DP=90;MQ=32.54;MQ0=41	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	226947	.	C	.	175.23	mq_score:50	AN=2;DP=90;MQ=32.54;MQ0=41	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	226948	.	G	.	175.23	mq_score:50	AN=2;DP=90;MQ=32.54;MQ0=41	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	226949	.	C	.	166.23	mq_score:50	AN=2;DP=88;MQ=31.11;MQ0=42	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	226950	.	G	.	166.23	mq_score:50	AN=2;DP=88;MQ=31.11;MQ0=42	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	226951	.	T	.	178.23	mq_score:50	AN=2;DP=93;MQ=31.65;MQ0=42	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	226952	.	C	.	184.23	mq_score:50	AN=2;DP=94;MQ=31.75;MQ0=42	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	226953	.	G	.	203.23	mq_score:50	AN=2;DP=101;MQ=32.39;MQ0=42	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226954	.	C	.	203.23	mq_score:50	AN=2;DP=102;MQ=31.72;MQ0=44	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	226955	.	A	.	200.23	mq_score:50	AN=2;DP=102;MQ=31.72;MQ0=44	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	226956	.	A	.	206.23	mq_score:50	AN=2;DP=104;MQ=31.9;MQ0=44	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	226957	.	C	.	206.23	mq_score:50	AN=2;DP=104;MQ=31.9;MQ0=44	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	226958	.	T	.	209.23	mq_score:50	AN=2;DP=102;MQ=32.21;MQ0=42	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	226959	.	G	.	215.23	mq_score:50	AN=2;DP=106;MQ=32.07;MQ0=44	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226960	.	C	.	206.23	mq_score:50	AN=2;DP=106;MQ=31.06;MQ0=46	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226961	.	T	.	197.23	mq_score:50	AN=2;DP=104;MQ=30.31;MQ0=46	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	226962	.	C	.	203.23	mq_score:50	AN=2;DP=105;MQ=30.17;MQ0=47	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226963	.	T	.	191.23	mq_score:50	AN=2;DP=101;MQ=29.49;MQ0=47	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226964	.	T	.	191.23	mq_score:50	AN=2;DP=101;MQ=29.49;MQ0=47	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226965	.	T	.	191.23	mq_score:50	AN=2;DP=101;MQ=29.49;MQ0=47	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226966	.	A	.	191.23	mq_score:50	AN=2;DP=101;MQ=29.63;MQ0=47	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226967	.	A	.	203.23	mq_score:50	AN=2;DP=105;MQ=30.09;MQ0=47	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226968	.	C	.	206.23	mq_score:50	AN=2;DP=108;MQ=29.92;MQ0=49	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226969	.	A	.	194.23	mq_score:50	AN=2;DP=104;MQ=29.2;MQ0=49	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	226970	.	A	.	194.23	mq_score:50	AN=2;DP=106;MQ=28.92;MQ0=51	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226971	.	T	.	188.23	mq_score:50	AN=2;DP=105;MQ=28.42;MQ0=52	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226972	.	T	.	188.23	mq_score:50	AN=2;DP=108;MQ=28.02;MQ0=55	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226973	.	T	.	187.23	mq_score:50	AN=2;DP=108;MQ=28.02;MQ0=55	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226974	.	A	.	188.23	mq_score:50	AN=2;DP=108;MQ=28.02;MQ0=55	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226975	.	T	.	185.23	mq_score:50	AN=2;DP=108;MQ=28.02;MQ0=55	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226976	.	C	.	188.23	mq_score:50	AN=2;DP=108;MQ=28.02;MQ0=55	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226977	.	A	.	184.23	mq_score:50	AN=2;DP=107;MQ=27.88;MQ0=55	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	226978	.	G	.	184.23	mq_score:50	AN=2;DP=108;MQ=27.76;MQ0=56	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226979	.	A	.	181.23	mq_score:50	AN=2;DP=107;MQ=27.62;MQ0=56	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	226980	.	C	.	181.23	mq_score:50	AN=2;DP=109;MQ=27.36;MQ0=58	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	226981	.	A	.	172.23	mq_score:50	AN=2;DP=106;MQ=26.92;MQ0=58	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226982	.	A	.	178.23	mq_score:50	AN=2;DP=108;MQ=27.22;MQ0=58	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226983	.	T	.	178.23	mq_score:50	AN=2;DP=109;MQ=27.09;MQ0=59	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	226984	.	C	.	178.23	mq_score:50	AN=2;DP=113;MQ=26.61;MQ0=63	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	226985	.	T	.	175.23	mq_score:50	AN=2;DP=110;MQ=26.7;MQ0=61	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	226986	.	G	.	175.23	mq_score:50	AN=2;DP=111;MQ=26.58;MQ0=62	GT:DP	0/0:111
-gi|15829254|ref|NC_002695.1|	226987	.	T	.	172.23	mq_score:50	AN=2;DP=108;MQ=26.67;MQ0=60	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226988	.	G	.	172.23	mq_score:50	AN=2;DP=108;MQ=26.67;MQ0=60	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226989	.	T	.	169.23	mq_score:50	AN=2;DP=105;MQ=26.76;MQ0=58	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226990	.	G	.	166.23	mq_score:50	AN=2;DP=105;MQ=26.76;MQ0=58	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226991	.	G	.	166.23	mq_score:50	AN=2;DP=105;MQ=26.48;MQ0=59	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226992	.	G	.	157.23	mq_score:50	AN=2;DP=104;MQ=26.31;MQ0=59	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	226993	.	C	.	160.23	mq_score:50	AN=2;DP=105;MQ=26.19;MQ0=60	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226994	.	A	.	151.23	mq_score:50	AN=2;DP=104;MQ=26.31;MQ0=59	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226995	.	C	.	157.23	mq_score:50	AN=2;DP=106;MQ=25.48;MQ0=63	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226996	.	T	.	154.23	mq_score:50	AN=2;DP=104;MQ=25.42;MQ0=62	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	226997	.	C	.	151.23	mq_score:50	AN=2;DP=106;MQ=25.18;MQ0=64	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226998	.	G	.	151.23	mq_score:50	AN=2;DP=105;MQ=25.3;MQ0=63	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226999	.	A	.	154.23	mq_score:50	AN=2;DP=104;MQ=25.42;MQ0=62	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227000	.	A	.	151.23	mq_score:50	AN=2;DP=103;MQ=25.24;MQ0=62	GT:DP	0/0:99
-gi|15829254|ref|NC_002695.1|	227001	.	G	.	151.23	mq_score:50	AN=2;DP=103;MQ=25.24;MQ0=62	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227002	.	A	.	151.23	mq_score:50	AN=2;DP=102;MQ=25.36;MQ0=61	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227003	.	T	.	148.23	mq_score:50	AN=2;DP=102;MQ=25.36;MQ0=61	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227004	.	A	.	142.23	mq_score:50	AN=2;DP=100;MQ=25.3;MQ0=60	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227005	.	C	.	148.23	mq_score:50	AN=2;DP=100;MQ=25.3;MQ0=60	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227006	.	G	.	148.23	mq_score:50	AN=2;DP=100;MQ=25.3;MQ0=60	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227007	.	G	.	148.23	mq_score:50	AN=2;DP=100;MQ=25.3;MQ0=60	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227008	.	A	.	151.23	mq_score:50	AN=2;DP=101;MQ=25.49;MQ0=60	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227009	.	T	.	151.23	mq_score:50	AN=2;DP=102;MQ=25.36;MQ0=61	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227010	.	T	.	151.23	mq_score:50	AN=2;DP=102;MQ=25.36;MQ0=61	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227011	.	C	.	148.23	mq_score:50	AN=2;DP=103;MQ=24.93;MQ0=63	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227012	.	T	.	145.23	mq_score:50	AN=2;DP=102;MQ=24.73;MQ0=63	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227013	.	T	.	145.23	mq_score:50	AN=2;DP=102;MQ=24.73;MQ0=63	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227014	.	A	.	145.23	mq_score:50	AN=2;DP=94;MQ=25.76;MQ0=55	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	227015	.	A	.	145.23	mq_score:50	AN=2;DP=93;MQ=25.9;MQ0=54	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227016	.	C	.	145.23	mq_score:50	AN=2;DP=92;MQ=26.38;MQ0=52	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227017	.	G	.	142.23	mq_score:50	AN=2;DP=90;MQ=25.99;MQ0=52	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227018	.	T	.	142.23	mq_score:50	AN=2;DP=90;MQ=25.99;MQ0=52	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227019	.	C	.	142.23	mq_score:50	AN=2;DP=90;MQ=25.99;MQ0=52	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227020	.	G	.	145.23	mq_score:50	AN=2;DP=92;MQ=26.04;MQ0=53	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227021	.	C	.	148.23	mq_score:50	AN=2;DP=92;MQ=26.38;MQ0=52	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227022	.	A	.	142.23	mq_score:50	AN=2;DP=91;MQ=26.19;MQ0=52	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	227023	.	A	.	145.23	mq_score:50	AN=2;DP=91;MQ=26.19;MQ0=52	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	227024	.	G	.	145.23	mq_score:50	AN=2;DP=90;MQ=26.33;MQ0=51	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227025	.	A	.	145.23	mq_score:50	AN=2;DP=90;MQ=26.33;MQ0=51	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227026	.	C	.	145.23	mq_score:50	AN=2;DP=90;MQ=26.33;MQ0=51	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227027	.	G	.	142.23	mq_score:50	AN=2;DP=90;MQ=25.99;MQ0=52	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227028	.	A	.	142.23	mq_score:50	AN=2;DP=90;MQ=25.99;MQ0=52	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227029	.	A	.	142.23	mq_score:50	AN=2;DP=89;MQ=26.14;MQ0=51	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227030	.	A	.	142.23	mq_score:50	AN=2;DP=90;MQ=25.99;MQ0=52	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227031	.	A	.	145.23	mq_score:50	AN=2;DP=94;MQ=25.76;MQ0=55	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	227032	.	A	.	145.23	mq_score:50	AN=2;DP=97;MQ=25.36;MQ0=58	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227033	.	T	.	145.23	mq_score:50	AN=2;DP=98;MQ=25.23;MQ0=59	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227034	.	G	.	145.23	mq_score:50	AN=2;DP=98;MQ=25.23;MQ0=59	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227035	.	A	.	145.23	mq_score:50	AN=2;DP=98;MQ=25.23;MQ0=59	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227036	.	A	.	148.23	mq_score:50	AN=2;DP=99;MQ=25.43;MQ0=59	GT:DP	0/0:99
-gi|15829254|ref|NC_002695.1|	227037	.	T	.	148.23	mq_score:50	AN=2;DP=100;MQ=25.61;MQ0=59	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227038	.	A	.	142.23	mq_score:50	AN=2;DP=99;MQ=25.43;MQ0=59	GT:DP	0/0:99
-gi|15829254|ref|NC_002695.1|	227039	.	C	.	148.23	mq_score:50	AN=2;DP=101;MQ=25.49;MQ0=60	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227040	.	C	.	142.23	mq_score:50	AN=2;DP=98;MQ=24.91;MQ0=60	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227041	.	A	.	139.23	mq_score:50	AN=2;DP=97;MQ=24.7;MQ0=60	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227042	.	A	.	139.23	mq_score:50	AN=2;DP=100;MQ=24.33;MQ0=63	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227043	.	G	.	139.23	mq_score:50	AN=2;DP=105;MQ=23.74;MQ0=68	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	227044	.	T	.	139.23	mq_score:50	AN=2;DP=108;MQ=23.41;MQ0=71	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227045	.	C	.	139.23	mq_score:50	AN=2;DP=108;MQ=23.41;MQ0=71	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227046	.	T	.	139.23	mq_score:50	AN=2;DP=108;MQ=23.41;MQ0=71	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227047	.	C	.	139.23	mq_score:50	AN=2;DP=108;MQ=23.41;MQ0=71	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227048	.	A	.	139.23	mq_score:50	AN=2;DP=108;MQ=23.41;MQ0=71	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227049	.	A	.	136.23	mq_score:50	AN=2;DP=107;MQ=23.2;MQ0=71	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227050	.	G	.	136.23	mq_score:50	AN=2;DP=107;MQ=23.2;MQ0=71	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227051	.	A	.	115.23	mq_score:50	AN=2;DP=100;MQ=21.54;MQ0=71	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227052	.	G	.	115.23	mq_score:50	AN=2;DP=100;MQ=21.54;MQ0=71	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227053	.	T	.	100.23	mq_score:50	AN=2;DP=92;MQ=20.43;MQ0=68	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227054	.	G	.	103.23	mq_score:50	AN=2;DP=92;MQ=20.85;MQ0=67	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227055	.	A	.	106.23	mq_score:50	AN=2;DP=97;MQ=20.71;MQ0=71	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227056	.	A	.	106.23	mq_score:50	AN=2;DP=102;MQ=19.96;MQ0=76	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227057	.	C	.	103.23	mq_score:50	AN=2;DP=104;MQ=19.76;MQ0=78	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227058	.	A	.	100.23	mq_score:50	AN=2;DP=106;MQ=19.19;MQ0=81	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227059	.	C	.	100.23	mq_score:50	AN=2;DP=105;MQ=18.88;MQ0=81	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	227060	.	G	.	100.23	mq_score:50	AN=2;DP=103;MQ=19.06;MQ0=79	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227061	.	T	.	97.23	mq_score:50	AN=2;DP=103;MQ=19.06;MQ0=79	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227062	.	A	.	100.23	mq_score:50	AN=2;DP=102;MQ=19.15;MQ0=78	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227063	.	A	.	97.23	mq_score:50	AN=2;DP=106;MQ=18.79;MQ0=82	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227064	.	T	.	97.23	mq_score:50	AN=2;DP=106;MQ=18.79;MQ0=82	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227065	.	T	.	100.23	mq_score:50	AN=2;DP=108;MQ=18.62;MQ0=84	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227066	.	C	.	97.23	mq_score:50	AN=2;DP=106;MQ=18.38;MQ0=83	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227067	.	A	.	79.23	mq_score:50	AN=2;DP=99;MQ=16.76;MQ0=81	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	227068	.	T	.	82.23	mq_score:50	AN=2;DP=98;MQ=16.85;MQ0=80	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227069	.	T	.	82.23	mq_score:50	AN=2;DP=99;MQ=16.76;MQ0=81	GT:DP	0/0:99
-gi|15829254|ref|NC_002695.1|	227070	.	A	.	82.23	mq_score:50	AN=2;DP=97;MQ=16.94;MQ0=79	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227071	.	C	.	82.23	mq_score:50	AN=2;DP=95;MQ=17.11;MQ0=77	GT:DP	0/0:95
-gi|15829254|ref|NC_002695.1|	227072	.	G	.	82.23	mq_score:50	AN=2;DP=93;MQ=17.3;MQ0=75	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227073	.	A	.	82.23	mq_score:50	AN=2;DP=93;MQ=17.3;MQ0=75	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227074	.	A	.	82.23	mq_score:50	AN=2;DP=93;MQ=17.3;MQ0=75	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227075	.	G	.	82.23	mq_score:50	AN=2;DP=97;MQ=16.94;MQ0=79	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227076	.	T	.	82.23	mq_score:50	AN=2;DP=97;MQ=16.94;MQ0=79	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227077	.	T	.	85.23	mq_score:50	AN=2;DP=98;MQ=17.33;MQ0=79	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227078	.	T	.	85.23	mq_score:50	AN=2;DP=97;MQ=17.42;MQ0=78	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227079	.	A	.	85.23	mq_score:50	AN=2;DP=102;MQ=16.98;MQ0=83	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227080	.	A	.	85.23	mq_score:50	AN=2;DP=100;MQ=17.15;MQ0=81	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227081	.	T	.	85.23	mq_score:50	AN=2;DP=99;MQ=17.24;MQ0=80	GT:DP	0/0:99
-gi|15829254|ref|NC_002695.1|	227082	.	T	.	76.23	mq_score:50	AN=2;DP=97;MQ=16.44;MQ0=80	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227083	.	C	.	79.23	mq_score:50	AN=2;DP=95;MQ=16.61;MQ0=78	GT:DP	0/0:95
-gi|15829254|ref|NC_002695.1|	227084	.	T	.	79.23	mq_score:50	AN=2;DP=93;MQ=16.79;MQ0=76	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227085	.	T	.	79.23	mq_score:50	AN=2;DP=93;MQ=16.79;MQ0=76	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227086	.	T	.	79.23	mq_score:50	AN=2;DP=94;MQ=16.7;MQ0=77	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	227087	.	G	.	76.23	mq_score:50	AN=2;DP=94;MQ=16.7;MQ0=77	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	227088	.	A	.	79.23	mq_score:50	AN=2;DP=94;MQ=16.7;MQ0=77	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	227089	.	G	.	76.23	mq_score:50	AN=2;DP=93;MQ=16.79;MQ0=76	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227090	.	C	.	79.23	mq_score:50	AN=2;DP=93;MQ=16.79;MQ0=76	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227091	.	A	.	76.23	mq_score:50	AN=2;DP=91;MQ=16.45;MQ0=75	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	227092	.	T	.	76.23	mq_score:50	AN=2;DP=91;MQ=16.45;MQ0=75	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	227093	.	C	.	76.23	mq_score:50	AN=2;DP=89;MQ=16.63;MQ0=73	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227094	.	A	.	76.23	mq_score:50	AN=2;DP=88;MQ=16.73;MQ0=72	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	227095	.	A	.	73.23	mq_score:50	AN=2;DP=85;MQ=17.02;MQ0=69	GT:DP	0/0:85
-gi|15829254|ref|NC_002695.1|	227096	.	A	.	70.23	mq_score:50	AN=2;DP=85;MQ=17.02;MQ0=69	GT:DP	0/0:85
-gi|15829254|ref|NC_002695.1|	227097	.	C	.	76.23	mq_score:50	AN=2;DP=86;MQ=16.92;MQ0=70	GT:DP	0/0:86
-gi|15829254|ref|NC_002695.1|	227098	.	T	.	76.23	mq_score:50	AN=2;DP=86;MQ=16.92;MQ0=70	GT:DP	0/0:86
-gi|15829254|ref|NC_002695.1|	227099	.	T	.	73.23	mq_score:50	AN=2;DP=85;MQ=17.02;MQ0=69	GT:DP	0/0:85
-gi|15829254|ref|NC_002695.1|	227100	.	T	.	73.23	mq_score:50	AN=2;DP=85;MQ=17.02;MQ0=69	GT:DP	0/0:85
-gi|15829254|ref|NC_002695.1|	227101	.	T	.	76.23	mq_score:50	AN=2;DP=85;MQ=17.02;MQ0=69	GT:DP	0/0:85
-gi|15829254|ref|NC_002695.1|	227102	.	A	.	79.23	mq_score:50	AN=2;DP=86;MQ=17.46;MQ0=69	GT:DP	0/0:86
-gi|15829254|ref|NC_002695.1|	227103	.	A	.	76.23	mq_score:50	AN=2;DP=85;MQ=17.57;MQ0=68	GT:DP	0/0:85
-gi|15829254|ref|NC_002695.1|	227104	.	A	.	82.23	mq_score:50	AN=2;DP=86;MQ=17.99;MQ0=68	GT:DP	0/0:86
-gi|15829254|ref|NC_002695.1|	227105	.	T	.	79.23	mq_score:50	AN=2;DP=86;MQ=17.99;MQ0=68	GT:DP	0/0:86
-gi|15829254|ref|NC_002695.1|	227106	.	T	.	73.23	mq_score:50	AN=2;DP=84;MQ=17.12;MQ0=68	GT:DP	0/0:84
-gi|15829254|ref|NC_002695.1|	227107	.	G	.	73.23	mq_score:50	AN=2;DP=84;MQ=17.12;MQ0=68	GT:DP	0/0:84
-gi|15829254|ref|NC_002695.1|	227108	.	A	.	70.23	mq_score:50	AN=2;DP=83;MQ=16.66;MQ0=68	GT:DP	0/0:83
-gi|15829254|ref|NC_002695.1|	227109	.	A	.	70.23	mq_score:50	AN=2;DP=80;MQ=16.97;MQ0=65	GT:DP	0/0:80
-gi|15829254|ref|NC_002695.1|	227110	.	G	.	73.23	mq_score:50	AN=2;DP=85;MQ=16.46;MQ0=70	GT:DP	0/0:85
-gi|15829254|ref|NC_002695.1|	227111	.	A	.	70.23	mq_score:50	AN=2;DP=83;MQ=16.66;MQ0=68	GT:DP	0/0:83
-gi|15829254|ref|NC_002695.1|	227112	.	G	.	70.23	mq_score:50	AN=2;DP=86;MQ=16.36;MQ0=71	GT:DP	0/0:86
-gi|15829254|ref|NC_002695.1|	227113	.	T	.	70.23	mq_score:50	AN=2;DP=88;MQ=16.18;MQ0=73	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	227114	.	T	.	73.23	mq_score:50	AN=2;DP=88;MQ=16.18;MQ0=73	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	227115	.	T	.	73.23	mq_score:50	AN=2;DP=90;MQ=15.99;MQ0=75	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227116	.	G	.	70.23	mq_score:50	AN=2;DP=89;MQ=15.52;MQ0=75	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227117	.	A	.	70.23	mq_score:50	AN=2;DP=89;MQ=15.52;MQ0=75	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227118	.	T	.	70.23	mq_score:50	AN=2;DP=91;MQ=15.34;MQ0=77	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	227119	.	C	.	67.23	mq_score:50	AN=2;DP=90;MQ=14.84;MQ0=77	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227120	.	A	.	70.23	mq_score:50	AN=2;DP=92;MQ=15.26;MQ0=78	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227121	.	T	.	67.23	mq_score:50	AN=2;DP=91;MQ=14.76;MQ0=78	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	227122	.	G	.	76.23	mq_score:50	AN=2;DP=101;MQ=15.3;MQ0=85	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227123	.	G	.	76.23	mq_score:50	AN=2;DP=101;MQ=15.3;MQ0=85	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227124	.	C	.	76.23	mq_score:50	AN=2;DP=101;MQ=15.3;MQ0=85	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227125	.	T	.	82.23	mq_score:50	AN=2;DP=104;MQ=16.07;MQ0=86	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227126	.	C	.	82.23	mq_score:50	AN=2;DP=106;MQ=15.92;MQ0=88	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227127	.	A	.	82.23	mq_score:50	AN=2;DP=107;MQ=15.84;MQ0=89	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227128	.	G	.	82.23	mq_score:50	AN=2;DP=107;MQ=15.84;MQ0=89	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227129	.	A	.	79.23	mq_score:50	AN=2;DP=106;MQ=15.92;MQ0=88	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227130	.	T	.	85.23	mq_score:50	AN=2;DP=106;MQ=16.38;MQ0=87	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227131	.	T	.	85.23	mq_score:50	AN=2;DP=105;MQ=16.46;MQ0=86	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	227132	.	G	.	82.23	mq_score:50	AN=2;DP=105;MQ=16.46;MQ0=86	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	227133	.	A	.	85.23	mq_score:50	AN=2;DP=105;MQ=16.46;MQ0=86	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	227134	.	A	.	85.23	mq_score:50	AN=2;DP=106;MQ=16.38;MQ0=87	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227135	.	C	.	85.23	mq_score:50	AN=2;DP=106;MQ=16.38;MQ0=87	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227136	.	G	.	76.23	mq_score:50	AN=2;DP=104;MQ=15.58;MQ0=87	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227137	.	C	.	73.23	mq_score:50	AN=2;DP=102;MQ=15.23;MQ0=86	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227138	.	T	.	76.23	mq_score:50	AN=2;DP=100;MQ=15.38;MQ0=84	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227139	.	G	.	76.23	mq_score:50	AN=2;DP=100;MQ=15.38;MQ0=84	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227140	.	G	.	76.23	mq_score:50	AN=2;DP=100;MQ=15.38;MQ0=84	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227141	.	C	.	76.23	mq_score:50	AN=2;DP=100;MQ=15.38;MQ0=84	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227142	.	G	.	76.23	mq_score:50	AN=2;DP=97;MQ=15.61;MQ0=81	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227143	.	G	.	76.23	mq_score:50	AN=2;DP=93;MQ=15.95;MQ0=77	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227144	.	C	.	76.23	mq_score:50	AN=2;DP=92;MQ=16.03;MQ0=76	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227145	.	A	.	76.23	mq_score:50	AN=2;DP=93;MQ=15.95;MQ0=77	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227146	.	G	.	76.23	mq_score:50	AN=2;DP=97;MQ=15.61;MQ0=81	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227147	.	G	.	76.23	mq_score:50	AN=2;DP=97;MQ=15.61;MQ0=81	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227148	.	C	.	73.23	mq_score:50	AN=2;DP=96;MQ=15.7;MQ0=80	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	227149	.	C	.	76.23	mq_score:50	AN=2;DP=96;MQ=15.7;MQ0=80	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	227150	.	T	.	76.23	mq_score:50	AN=2;DP=96;MQ=15.7;MQ0=80	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	227151	.	A	.	76.23	mq_score:50	AN=2;DP=98;MQ=15.53;MQ0=82	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227152	.	A	.	76.23	mq_score:50	AN=2;DP=98;MQ=15.53;MQ0=82	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227153	.	C	.	76.23	mq_score:50	AN=2;DP=98;MQ=15.53;MQ0=82	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227154	.	A	.	73.23	mq_score:50	AN=2;DP=97;MQ=15.08;MQ0=82	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227155	.	C	.	73.23	mq_score:50	AN=2;DP=96;MQ=15.16;MQ0=81	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	227156	.	A	.	70.23	mq_score:50	AN=2;DP=92;MQ=15.26;MQ0=78	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227157	.	T	.	67.23	mq_score:50	AN=2;DP=90;MQ=15.43;MQ0=76	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227158	.	G	.	70.23	mq_score:50	AN=2;DP=87;MQ=15.69;MQ0=73	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227159	.	C	.	70.23	mq_score:50	AN=2;DP=87;MQ=15.69;MQ0=73	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227160	.	A	.	70.23	mq_score:50	AN=2;DP=87;MQ=15.69;MQ0=73	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227161	.	A	.	70.23	mq_score:50	AN=2;DP=87;MQ=15.69;MQ0=73	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227162	.	G	.	70.23	mq_score:50	AN=2;DP=88;MQ=15.6;MQ0=74	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	227163	.	T	.	79.23	mq_score:50	AN=2;DP=90;MQ=17.07;MQ0=73	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227164	.	C	.	79.23	mq_score:50	AN=2;DP=90;MQ=17.07;MQ0=73	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227165	.	G	.	79.23	mq_score:50	AN=2;DP=89;MQ=17.17;MQ0=72	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227166	.	A	.	79.23	mq_score:50	AN=2;DP=89;MQ=17.17;MQ0=72	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227167	.	A	.	79.23	mq_score:50	AN=2;DP=89;MQ=17.17;MQ0=72	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227168	.	C	.	79.23	mq_score:50	AN=2;DP=89;MQ=17.17;MQ0=72	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227169	.	G	.	79.23	mq_score:50	AN=2;DP=88;MQ=17.26;MQ0=71	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	227170	.	G	.	79.23	mq_score:50	AN=2;DP=92;MQ=16.88;MQ0=75	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227171	.	T	.	79.23	mq_score:50	AN=2;DP=92;MQ=16.88;MQ0=75	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227172	.	A	.	79.23	mq_score:50	AN=2;DP=92;MQ=16.88;MQ0=75	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227173	.	A	.	85.23	mq_score:50	AN=2;DP=94;MQ=17.69;MQ0=75	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	227174	.	C	.	85.23	mq_score:50	AN=2;DP=94;MQ=17.69;MQ0=75	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	227175	.	A	.	88.23	mq_score:50	AN=2;DP=92;MQ=18.1;MQ0=72	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227176	.	G	.	88.23	mq_score:50	AN=2;DP=94;MQ=17.91;MQ0=74	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	227177	.	G	.	85.23	mq_score:50	AN=2;DP=98;MQ=17.07;MQ0=79	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227178	.	A	.	85.23	mq_score:50	AN=2;DP=98;MQ=17.07;MQ0=79	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227179	.	A	.	85.23	mq_score:50	AN=2;DP=93;MQ=17.52;MQ0=74	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227180	.	G	.	85.23	mq_score:50	AN=2;DP=93;MQ=17.52;MQ0=74	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227181	.	A	.	85.23	mq_score:50	AN=2;DP=93;MQ=17.52;MQ0=74	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227182	.	A	.	85.23	mq_score:50	AN=2;DP=93;MQ=17.52;MQ0=74	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227183	.	G	.	85.23	mq_score:50	AN=2;DP=93;MQ=17.52;MQ0=74	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227184	.	C	.	85.23	mq_score:50	AN=2;DP=91;MQ=17.71;MQ0=72	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	227185	.	T	.	85.23	mq_score:50	AN=2;DP=91;MQ=17.71;MQ0=72	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	227186	.	T	.	85.23	mq_score:50	AN=2;DP=89;MQ=17.91;MQ0=70	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227187	.	G	.	85.23	mq_score:50	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227188	.	C	.	85.23	mq_score:50	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227189	.	T	.	85.23	mq_score:50	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227190	.	T	.	85.23	mq_score:50	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227191	.	C	.	82.23	mq_score:50	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227192	.	T	.	85.23	mq_score:50	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227193	.	T	.	82.23	mq_score:50	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227194	.	T	.	85.23	mq_score:50	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227195	.	G	.	85.23	mq_score:50	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227196	.	C	.	85.23	mq_score:50	AN=2;DP=89;MQ=17.91;MQ0=70	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227197	.	T	.	85.23	mq_score:50	AN=2;DP=87;MQ=18.12;MQ0=68	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227198	.	G	.	85.23	mq_score:50	AN=2;DP=87;MQ=18.12;MQ0=68	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227199	.	A	.	85.23	mq_score:50	AN=2;DP=87;MQ=18.12;MQ0=68	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227200	.	C	.	85.23	mq_score:50	AN=2;DP=87;MQ=18.12;MQ0=68	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227201	.	G	.	85.23	mq_score:50	AN=2;DP=88;MQ=18.01;MQ0=69	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	227202	.	A	.	85.23	mq_score:50	AN=2;DP=88;MQ=18.01;MQ0=69	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	227203	.	G	.	85.23	mq_score:50	AN=2;DP=88;MQ=18.01;MQ0=69	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	227204	.	T	.	82.23	mq_score:50	AN=2;DP=87;MQ=17.6;MQ0=69	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227205	.	G	.	82.23	mq_score:50	AN=2;DP=87;MQ=17.6;MQ0=69	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227206	.	G	.	82.23	mq_score:50	AN=2;DP=87;MQ=17.6;MQ0=69	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227207	.	C	.	82.23	mq_score:50	AN=2;DP=88;MQ=17.5;MQ0=70	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227208	.	G	.	85.23	mq_score:50	AN=2;DP=89;MQ=17.91;MQ0=70	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227209	.	G	.	85.23	mq_score:50	AN=2;DP=89;MQ=17.91;MQ0=70	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227210	.	A	.	85.23	mq_score:50	AN=2;DP=82;MQ=18.66;MQ0=63	GT:DP	0/0:82
-gi|15829254|ref|NC_002695.1|	227211	.	C	.	85.23	mq_score:50	AN=2;DP=82;MQ=18.66;MQ0=63	GT:DP	0/0:82
-gi|15829254|ref|NC_002695.1|	227212	.	G	.	85.23	mq_score:50	AN=2;DP=80;MQ=18.89;MQ0=61	GT:DP	0/0:80
-gi|15829254|ref|NC_002695.1|	227213	.	G	.	85.23	mq_score:50	AN=2;DP=79;MQ=19.01;MQ0=60	GT:DP	0/0:79
-gi|15829254|ref|NC_002695.1|	227214	.	G	.	85.23	mq_score:50	AN=2;DP=79;MQ=19.01;MQ0=60	GT:DP	0/0:79
-gi|15829254|ref|NC_002695.1|	227215	.	T	.	85.23	mq_score:50	AN=2;DP=74;MQ=19.64;MQ0=55	GT:DP	0/0:74
-gi|15829254|ref|NC_002695.1|	227216	.	G	.	88.23	mq_score:50	AN=2;DP=76;MQ=19.92;MQ0=56	GT:DP	0/0:76
-gi|15829254|ref|NC_002695.1|	227217	.	A	.	88.23	mq_score:50	AN=2;DP=76;MQ=19.92;MQ0=56	GT:DP	0/0:76
-gi|15829254|ref|NC_002695.1|	227218	.	G	.	88.23	mq_score:50	AN=2;DP=76;MQ=19.92;MQ0=56	GT:DP	0/0:76
-gi|15829254|ref|NC_002695.1|	227219	.	T	.	88.23	mq_score:50	AN=2;DP=76;MQ=19.92;MQ0=56	GT:DP	0/0:75
-gi|15829254|ref|NC_002695.1|	227220	.	A	.	82.23	mq_score:50	AN=2;DP=73;MQ=19.22;MQ0=55	GT:DP	0/0:73
-gi|15829254|ref|NC_002695.1|	227221	.	A	.	82.23	mq_score:50	AN=2;DP=73;MQ=19.22;MQ0=55	GT:DP	0/0:73
-gi|15829254|ref|NC_002695.1|	227222	.	T	.	73.23	mq_score:50	AN=2;DP=63;MQ=19.16;MQ0=48	GT:DP	0/0:63
-gi|15829254|ref|NC_002695.1|	227223	.	G	.	73.23	mq_score:50	AN=2;DP=65;MQ=18.86;MQ0=50	GT:DP	0/0:64
-gi|15829254|ref|NC_002695.1|	227224	.	T	.	70.23	mq_score:50	AN=2;DP=65;MQ=18.86;MQ0=50	GT:DP	0/0:65
-gi|15829254|ref|NC_002695.1|	227225	.	C	.	67.23	mq_score:50	AN=2;DP=61;MQ=18.07;MQ0=48	GT:DP	0/0:61
-gi|15829254|ref|NC_002695.1|	227226	.	T	.	67.23	mq_score:50	AN=2;DP=58;MQ=18.54;MQ0=45	GT:DP	0/0:58
-gi|15829254|ref|NC_002695.1|	227227	.	G	.	67.23	mq_score:50	AN=2;DP=57;MQ=18.7;MQ0=44	GT:DP	0/0:57
-gi|15829254|ref|NC_002695.1|	227228	.	G	.	67.23	mq_score:50	AN=2;DP=57;MQ=18.7;MQ0=44	GT:DP	0/0:57
-gi|15829254|ref|NC_002695.1|	227229	.	G	.	64.23	mq_score:50	AN=2;DP=57;MQ=18.7;MQ0=44	GT:DP	0/0:57
-gi|15829254|ref|NC_002695.1|	227230	.	A	.	64.23	mq_score:50	AN=2;DP=55;MQ=18.26;MQ0=43	GT:DP	0/0:55
-gi|15829254|ref|NC_002695.1|	227231	.	A	.	58.23	mq_score:50	AN=2;DP=53;MQ=17.77;MQ0=42	GT:DP	0/0:53
-gi|15829254|ref|NC_002695.1|	227232	.	A	.	61.23	mq_score:50	AN=2;DP=49;MQ=18.48;MQ0=38	GT:DP	0/0:49
-gi|15829254|ref|NC_002695.1|	227233	.	C	.	61.23	mq_score:50	AN=2;DP=49;MQ=18.48;MQ0=38	GT:DP	0/0:49
-gi|15829254|ref|NC_002695.1|	227234	.	T	.	61.23	mq_score:50	AN=2;DP=48;MQ=18.67;MQ0=37	GT:DP	0/0:48
-gi|15829254|ref|NC_002695.1|	227235	.	G	.	61.23	mq_score:50	AN=2;DP=50;MQ=18.29;MQ0=39	GT:DP	0/0:48
-gi|15829254|ref|NC_002695.1|	227236	.	C	.	61.23	mq_score:50	AN=2;DP=50;MQ=18.29;MQ0=39	GT:DP	0/0:50
-gi|15829254|ref|NC_002695.1|	227237	.	C	.	64.23	mq_score:50	AN=2;DP=51;MQ=18.96;MQ0=39	GT:DP	0/0:51
-gi|15829254|ref|NC_002695.1|	227238	.	T	.	64.23	mq_score:50	AN=2;DP=51;MQ=18.96;MQ0=39	GT:DP	0/0:51
-gi|15829254|ref|NC_002695.1|	227239	.	G	.	64.23	mq_score:50	AN=2;DP=52;MQ=18.77;MQ0=40	GT:DP	0/0:52
-gi|15829254|ref|NC_002695.1|	227240	.	A	.	64.23	mq_score:50	AN=2;DP=54;MQ=18.42;MQ0=42	GT:DP	0/0:54
-gi|15829254|ref|NC_002695.1|	227241	.	T	.	61.23	mq_score:50	AN=2;DP=54;MQ=18.42;MQ0=42	GT:DP	0/0:54
-gi|15829254|ref|NC_002695.1|	227242	.	G	.	64.23	mq_score:50	AN=2;DP=53;MQ=18.6;MQ0=41	GT:DP	0/0:53
-gi|15829254|ref|NC_002695.1|	227243	.	G	.	64.23	mq_score:50	AN=2;DP=52;MQ=18.77;MQ0=40	GT:DP	0/0:52
-gi|15829254|ref|NC_002695.1|	227244	.	A	.	64.23	mq_score:50	AN=2;DP=50;MQ=19.15;MQ0=38	GT:DP	0/0:50
-gi|15829254|ref|NC_002695.1|	227245	.	G	.	67.23	mq_score:50	AN=2;DP=51;MQ=19.77;MQ0=38	GT:DP	0/0:51
-gi|15829254|ref|NC_002695.1|	227246	.	A	.	67.23	mq_score:50	AN=2;DP=48;MQ=20.38;MQ0=35	GT:DP	0/0:48
-gi|15829254|ref|NC_002695.1|	227247	.	G	.	67.23	mq_score:50	AN=2;DP=56;MQ=18.86;MQ0=43	GT:DP	0/0:56
-gi|15829254|ref|NC_002695.1|	227248	.	G	.	67.23	mq_score:50	AN=2;DP=57;MQ=18.7;MQ0=44	GT:DP	0/0:57
-gi|15829254|ref|NC_002695.1|	227249	.	G	.	67.23	mq_score:50	AN=2;DP=58;MQ=18.54;MQ0=45	GT:DP	0/0:58
-gi|15829254|ref|NC_002695.1|	227250	.	A	.	67.23	mq_score:50	AN=2;DP=57;MQ=18.7;MQ0=44	GT:DP	0/0:57
-gi|15829254|ref|NC_002695.1|	227251	.	T	.	70.23	mq_score:50	AN=2;DP=62;MQ=18.63;MQ0=48	GT:DP	0/0:62
-gi|15829254|ref|NC_002695.1|	227252	.	A	.	70.23	mq_score:50	AN=2;DP=63;MQ=18.49;MQ0=49	GT:DP	0/0:63
-gi|15829254|ref|NC_002695.1|	227253	.	A	.	70.23	mq_score:50	AN=2;DP=63;MQ=18.49;MQ0=49	GT:DP	0/0:63
-gi|15829254|ref|NC_002695.1|	227254	.	C	.	70.23	mq_score:50	AN=2;DP=64;MQ=18.34;MQ0=50	GT:DP	0/0:64
-gi|15829254|ref|NC_002695.1|	227255	.	T	.	67.23	mq_score:50	AN=2;DP=60;MQ=18.22;MQ0=47	GT:DP	0/0:60
-gi|15829254|ref|NC_002695.1|	227256	.	A	.	64.23	mq_score:50	AN=2;DP=61;MQ=17.33;MQ0=49	GT:DP	0/0:61
-gi|15829254|ref|NC_002695.1|	227257	.	C	.	64.23	mq_score:50	AN=2;DP=66;MQ=16.66;MQ0=54	GT:DP	0/0:66
-gi|15829254|ref|NC_002695.1|	227258	.	T	.	67.23	mq_score:50	AN=2;DP=67;MQ=17.25;MQ0=54	GT:DP	0/0:67
-gi|15829254|ref|NC_002695.1|	227259	.	G	.	67.23	mq_score:50	AN=2;DP=68;MQ=17.12;MQ0=55	GT:DP	0/0:68
-gi|15829254|ref|NC_002695.1|	227260	.	G	.	67.23	mq_score:50	AN=2;DP=70;MQ=16.87;MQ0=57	GT:DP	0/0:70
-gi|15829254|ref|NC_002695.1|	227261	.	A	.	70.23	mq_score:50	AN=2;DP=73;MQ=17.17;MQ0=59	GT:DP	0/0:73
-gi|15829254|ref|NC_002695.1|	227262	.	A	.	70.23	mq_score:50	AN=2;DP=73;MQ=17.17;MQ0=59	GT:DP	0/0:73
-gi|15829254|ref|NC_002695.1|	227263	.	A	.	61.23	mq_score:50	AN=2;DP=67;MQ=15.8;MQ0=56	GT:DP	0/0:67
-gi|15829254|ref|NC_002695.1|	227264	.	C	.	61.23	mq_score:50	AN=2;DP=70;MQ=15.46;MQ0=59	GT:DP	0/0:70
-gi|15829254|ref|NC_002695.1|	227265	.	G	.	61.23	mq_score:50	AN=2;DP=69;MQ=15.57;MQ0=58	GT:DP	0/0:69
-gi|15829254|ref|NC_002695.1|	227266	.	G	.	61.23	mq_score:50	AN=2;DP=73;MQ=15.14;MQ0=62	GT:DP	0/0:73
-gi|15829254|ref|NC_002695.1|	227267	.	T	.	61.23	mq_score:50	AN=2;DP=73;MQ=15.14;MQ0=62	GT:DP	0/0:73
-gi|15829254|ref|NC_002695.1|	227268	.	A	.	61.23	mq_score:50	AN=2;DP=83;MQ=14.2;MQ0=72	GT:DP	0/0:83
-gi|15829254|ref|NC_002695.1|	227269	.	G	.	61.23	mq_score:50	AN=2;DP=83;MQ=14.2;MQ0=72	GT:DP	0/0:82
-gi|15829254|ref|NC_002695.1|	227270	.	C	.	61.23	mq_score:50	AN=2;DP=82;MQ=14.28;MQ0=71	GT:DP	0/0:82
-gi|15829254|ref|NC_002695.1|	227271	.	T	.	61.23	mq_score:50	AN=2;DP=82;MQ=14.28;MQ0=71	GT:DP	0/0:82
-gi|15829254|ref|NC_002695.1|	227272	.	A	.	61.23	mq_score:50	AN=2;DP=82;MQ=14.28;MQ0=71	GT:DP	0/0:82
-gi|15829254|ref|NC_002695.1|	227273	.	A	.	55.23	mq_score:50	AN=2;DP=81;MQ=12.92;MQ0=72	GT:DP	0/0:81
-gi|15829254|ref|NC_002695.1|	227274	.	T	.	55.23	mq_score:50	AN=2;DP=83;MQ=12.77;MQ0=74	GT:DP	0/0:83
-gi|15829254|ref|NC_002695.1|	227275	.	A	.	49.23	mq_score:50	AN=2;DP=82;MQ=12.49;MQ0=74	GT:DP	0/0:79
-gi|15829254|ref|NC_002695.1|	227276	.	C	.	52.23	mq_score:50	AN=2;DP=82;MQ=12.49;MQ0=74	GT:DP	0/0:82
-gi|15829254|ref|NC_002695.1|	227277	.	C	.	52.23	mq_score:50	AN=2;DP=77;MQ=12.89;MQ0=69	GT:DP	0/0:77
-gi|15829254|ref|NC_002695.1|	227278	.	G	.	52.23	mq_score:50	AN=2;DP=79;MQ=12.73;MQ0=71	GT:DP	0/0:79
-gi|15829254|ref|NC_002695.1|	227279	.	C	.	55.23	mq_score:50	AN=2;DP=80;MQ=13.42;MQ0=71	GT:DP	0/0:80
-gi|15829254|ref|NC_002695.1|	227280	.	A	.	55.23	mq_score:50	AN=2;DP=80;MQ=13.42;MQ0=71	GT:DP	0/0:80
-gi|15829254|ref|NC_002695.1|	227281	.	T	.	55.23	mq_score:50	AN=2;DP=80;MQ=13.42;MQ0=71	GT:DP	0/0:80
-gi|15829254|ref|NC_002695.1|	227282	.	A	.	55.23	mq_score:50	AN=2;DP=78;MQ=13.59;MQ0=69	GT:DP	0/0:78
-gi|15829254|ref|NC_002695.1|	227283	.	A	.	55.23	mq_score:50	AN=2;DP=78;MQ=13.59;MQ0=69	GT:DP	0/0:78
-gi|15829254|ref|NC_002695.1|	227284	.	C	.	55.23	mq_score:50	AN=2;DP=78;MQ=13.59;MQ0=69	GT:DP	0/0:78
-gi|15829254|ref|NC_002695.1|	227285	.	G	.	55.23	mq_score:50	AN=2;DP=78;MQ=13.59;MQ0=69	GT:DP	0/0:78
-gi|15829254|ref|NC_002695.1|	227286	.	T	.	55.23	mq_score:50	AN=2;DP=79;MQ=13.5;MQ0=70	GT:DP	0/0:79
-gi|15829254|ref|NC_002695.1|	227287	.	C	.	55.23	mq_score:50	AN=2;DP=78;MQ=13.59;MQ0=69	GT:DP	0/0:78
-gi|15829254|ref|NC_002695.1|	227288	.	G	.	55.23	mq_score:50	AN=2;DP=78;MQ=13.59;MQ0=69	GT:DP	0/0:78
-gi|15829254|ref|NC_002695.1|	227289	.	C	.	55.23	mq_score:50	AN=2;DP=78;MQ=13.59;MQ0=69	GT:DP	0/0:77
-gi|15829254|ref|NC_002695.1|	227290	.	A	.	55.23	mq_score:50	AN=2;DP=78;MQ=13.59;MQ0=69	GT:DP	0/0:78
-gi|15829254|ref|NC_002695.1|	227291	.	A	.	55.23	mq_score:50	AN=2;DP=80;MQ=13.42;MQ0=71	GT:DP	0/0:80
-gi|15829254|ref|NC_002695.1|	227292	.	G	.	55.23	mq_score:50	AN=2;DP=87;MQ=12.87;MQ0=78	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227293	.	A	.	52.23	mq_score:50	AN=2;DP=94;MQ=12.38;MQ0=85	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227294	.	C	.	55.23	mq_score:50	AN=2;DP=95;MQ=12.31;MQ0=86	GT:DP	0/0:95
-gi|15829254|ref|NC_002695.1|	227295	.	C	.	55.23	mq_score:50	AN=2;DP=96;MQ=12.25;MQ0=87	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	227296	.	A	.	55.23	mq_score:50	AN=2;DP=96;MQ=12.25;MQ0=87	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	227297	.	A	.	55.23	mq_score:50	AN=2;DP=97;MQ=12.18;MQ0=88	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227298	.	A	.	55.23	mq_score:50	AN=2;DP=97;MQ=12.18;MQ0=88	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227299	.	G	.	55.23	mq_score:50	AN=2;DP=101;MQ=11.94;MQ0=92	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227300	.	A	.	55.23	mq_score:50	AN=2;DP=101;MQ=11.94;MQ0=92	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227301	.	G	.	55.23	mq_score:50	AN=2;DP=100;MQ=12.0;MQ0=91	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227302	.	G	.	55.23	mq_score:50	AN=2;DP=103;MQ=11.82;MQ0=94	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227303	.	G	.	55.23	mq_score:50	AN=2;DP=103;MQ=11.82;MQ0=94	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227304	.	G	.	55.23	mq_score:50	AN=2;DP=103;MQ=11.82;MQ0=94	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227305	.	G	.	55.23	mq_score:50	AN=2;DP=103;MQ=11.82;MQ0=94	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227306	.	A	.	55.23	mq_score:50	AN=2;DP=103;MQ=11.82;MQ0=94	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227307	.	C	.	55.23	mq_score:50	AN=2;DP=107;MQ=11.6;MQ0=98	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227308	.	C	.	52.23	mq_score:50	AN=2;DP=106;MQ=10.99;MQ0=98	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227309	.	T	.	52.23	mq_score:50	AN=2;DP=109;MQ=10.84;MQ0=101	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	227310	.	T	.	52.23	mq_score:50	AN=2;DP=110;MQ=10.79;MQ0=102	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227311	.	C	.	52.23	mq_score:50	AN=2;DP=110;MQ=10.79;MQ0=102	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227312	.	G	.	52.23	mq_score:50	AN=2;DP=110;MQ=10.79;MQ0=102	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227313	.	G	.	52.23	mq_score:50	AN=2;DP=110;MQ=10.79;MQ0=102	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227314	.	G	.	52.23	mq_score:50	AN=2;DP=110;MQ=10.79;MQ0=102	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227315	.	C	.	52.23	mq_score:50	AN=2;DP=110;MQ=10.79;MQ0=102	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227316	.	C	.	49.23	mq_score:50	AN=2;DP=108;MQ=10.18;MQ0=101	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227317	.	T	.	49.23	mq_score:50	AN=2;DP=106;MQ=10.28;MQ0=99	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227318	.	C	.	49.23	mq_score:50	AN=2;DP=107;MQ=10.23;MQ0=100	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227319	.	T	.	49.23	mq_score:50	AN=2;DP=107;MQ=10.23;MQ0=100	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227320	.	T	.	49.23	mq_score:50	AN=2;DP=108;MQ=10.18;MQ0=101	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227321	.	G	.	49.23	mq_score:50	AN=2;DP=108;MQ=10.18;MQ0=101	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227322	.	C	.	49.23	mq_score:50	AN=2;DP=107;MQ=10.23;MQ0=100	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227323	.	C	.	49.23	mq_score:50	AN=2;DP=106;MQ=10.28;MQ0=99	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227324	.	A	.	49.23	mq_score:50	AN=2;DP=109;MQ=10.14;MQ0=102	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	227325	.	T	.	49.23	mq_score:50	AN=2;DP=109;MQ=10.14;MQ0=102	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	227326	.	C	.	49.23	mq_score:50	AN=2;DP=109;MQ=10.14;MQ0=102	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	227327	.	G	.	49.23	mq_score:50	AN=2;DP=109;MQ=10.14;MQ0=102	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	227328	.	G	.	49.23	mq_score:50	AN=2;DP=111;MQ=10.04;MQ0=104	GT:DP	0/0:111
-gi|15829254|ref|NC_002695.1|	227329	.	A	.	49.23	mq_score:50	AN=2;DP=112;MQ=10.0;MQ0=105	GT:DP	0/0:112
-gi|15829254|ref|NC_002695.1|	227330	.	T	.	49.23	mq_score:50	AN=2;DP=113;MQ=9.96;MQ0=106	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227331	.	G	.	49.23	mq_score:50	AN=2;DP=115;MQ=9.87;MQ0=108	GT:DP	0/0:115
-gi|15829254|ref|NC_002695.1|	227332	.	T	.	49.23	mq_score:50	AN=2;DP=115;MQ=9.87;MQ0=108	GT:DP	0/0:115
-gi|15829254|ref|NC_002695.1|	227333	.	G	.	49.23	mq_score:50	AN=2;DP=117;MQ=9.78;MQ0=110	GT:DP	0/0:117
-gi|15829254|ref|NC_002695.1|	227334	.	C	.	49.23	mq_score:50	AN=2;DP=117;MQ=9.78;MQ0=110	GT:DP	0/0:117
-gi|15829254|ref|NC_002695.1|	227335	.	C	.	49.23	mq_score:50	AN=2;DP=116;MQ=9.83;MQ0=109	GT:DP	0/0:116
-gi|15829254|ref|NC_002695.1|	227336	.	C	.	49.23	mq_score:50	AN=2;DP=116;MQ=9.83;MQ0=109	GT:DP	0/0:116
-gi|15829254|ref|NC_002695.1|	227337	.	A	.	46.23	mq_score:50	AN=2;DP=116;MQ=9.1;MQ0=110	GT:DP	0/0:116
-gi|15829254|ref|NC_002695.1|	227338	.	G	.	46.23	mq_score:50	AN=2;DP=117;MQ=9.06;MQ0=111	GT:DP	0/0:117
-gi|15829254|ref|NC_002695.1|	227339	.	A	.	46.23	mq_score:50	AN=2;DP=116;MQ=9.1;MQ0=110	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227340	.	T	.	46.23	mq_score:50	AN=2;DP=115;MQ=9.14;MQ0=109	GT:DP	0/0:115
-gi|15829254|ref|NC_002695.1|	227341	.	G	.	46.23	mq_score:50	AN=2;DP=116;MQ=9.1;MQ0=110	GT:DP	0/0:116
-gi|15829254|ref|NC_002695.1|	227342	.	G	.	49.23	mq_score:50	AN=2;DP=129;MQ=9.32;MQ0=122	GT:DP	0/0:129
-gi|15829254|ref|NC_002695.1|	227343	.	G	.	49.23	mq_score:50	AN=2;DP=129;MQ=9.32;MQ0=122	GT:DP	0/0:129
-gi|15829254|ref|NC_002695.1|	227344	.	A	.	49.23	mq_score:50	AN=2;DP=129;MQ=9.32;MQ0=122	GT:DP	0/0:129
-gi|15829254|ref|NC_002695.1|	227345	.	T	.	46.23	mq_score:50	AN=2;DP=128;MQ=8.66;MQ0=122	GT:DP	0/0:128
-gi|15829254|ref|NC_002695.1|	227346	.	T	.	43.23	mq_score:50	AN=2;DP=128;MQ=8.66;MQ0=122	GT:DP	0/0:127
-gi|15829254|ref|NC_002695.1|	227347	.	A	.	46.23	mq_score:50	AN=2;DP=128;MQ=8.66;MQ0=122	GT:DP	0/0:128
-gi|15829254|ref|NC_002695.1|	227348	.	G	.	46.23	mq_score:50	AN=2;DP=127;MQ=8.69;MQ0=121	GT:DP	0/0:127
-gi|15829254|ref|NC_002695.1|	227349	.	C	.	46.23	mq_score:50	AN=2;DP=128;MQ=8.66;MQ0=122	GT:DP	0/0:128
-gi|15829254|ref|NC_002695.1|	227350	.	T	.	46.23	mq_score:50	AN=2;DP=128;MQ=8.66;MQ0=122	GT:DP	0/0:128
-gi|15829254|ref|NC_002695.1|	227351	.	A	.	43.23	mq_score:50	AN=2;DP=125;MQ=8.0;MQ0=120	GT:DP	0/0:125
-gi|15829254|ref|NC_002695.1|	227352	.	G	.	43.23	mq_score:50	AN=2;DP=124;MQ=8.03;MQ0=119	GT:DP	0/0:124
-gi|15829254|ref|NC_002695.1|	227353	.	T	.	43.23	mq_score:50	AN=2;DP=125;MQ=8.0;MQ0=120	GT:DP	0/0:124
-gi|15829254|ref|NC_002695.1|	227354	.	A	.	43.23	mq_score:50	AN=2;DP=125;MQ=8.0;MQ0=120	GT:DP	0/0:125
-gi|15829254|ref|NC_002695.1|	227355	.	G	.	43.23	mq_score:50	AN=2;DP=125;MQ=8.0;MQ0=120	GT:DP	0/0:125
-gi|15829254|ref|NC_002695.1|	227356	.	G	.	43.23	mq_score:50	AN=2;DP=123;MQ=8.06;MQ0=118	GT:DP	0/0:123
-gi|15829254|ref|NC_002695.1|	227357	.	T	.	46.23	mq_score:50	AN=2;DP=119;MQ=8.98;MQ0=113	GT:DP	0/0:119
-gi|15829254|ref|NC_002695.1|	227358	.	G	.	43.23	mq_score:50	AN=2;DP=117;MQ=8.27;MQ0=112	GT:DP	0/0:117
-gi|15829254|ref|NC_002695.1|	227359	.	G	.	43.23	mq_score:50	AN=2;DP=121;MQ=8.13;MQ0=116	GT:DP	0/0:121
-gi|15829254|ref|NC_002695.1|	227360	.	G	.	43.23	mq_score:50	AN=2;DP=119;MQ=8.2;MQ0=114	GT:DP	0/0:119
-gi|15829254|ref|NC_002695.1|	227361	.	G	.	40.23	mq_score:50	AN=2;DP=116;MQ=7.43;MQ0=112	GT:DP	0/0:116
-gi|15829254|ref|NC_002695.1|	227362	.	T	.	40.23	mq_score:50	AN=2;DP=116;MQ=7.43;MQ0=112	GT:DP	0/0:115
-gi|15829254|ref|NC_002695.1|	227363	.	A	.	40.23	mq_score:50	AN=2;DP=115;MQ=7.46;MQ0=111	GT:DP	0/0:115
-gi|15829254|ref|NC_002695.1|	227364	.	A	.	40.23	mq_score:50	AN=2;DP=113;MQ=7.53;MQ0=109	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227365	.	C	.	40.23	mq_score:50	AN=2;DP=114;MQ=7.49;MQ0=110	GT:DP	0/0:114
-gi|15829254|ref|NC_002695.1|	227366	.	G	.	40.23	mq_score:50	AN=2;DP=110;MQ=7.63;MQ0=106	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227367	.	G	.	40.23	mq_score:50	AN=2;DP=111;MQ=7.59;MQ0=107	GT:DP	0/0:111
-gi|15829254|ref|NC_002695.1|	227368	.	C	.	40.23	mq_score:50	AN=2;DP=105;MQ=7.81;MQ0=101	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	227369	.	T	.	40.23	mq_score:50	AN=2;DP=104;MQ=7.84;MQ0=100	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227370	.	C	.	40.23	mq_score:50	AN=2;DP=106;MQ=7.77;MQ0=102	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227371	.	A	.	40.23	mq_score:50	AN=2;DP=106;MQ=7.77;MQ0=102	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227372	.	C	.	40.23	mq_score:50	AN=2;DP=110;MQ=7.63;MQ0=106	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227373	.	C	.	40.23	mq_score:50	AN=2;DP=109;MQ=7.66;MQ0=105	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	227374	.	T	.	40.23	mq_score:50	AN=2;DP=111;MQ=7.59;MQ0=107	GT:DP	0/0:111
-gi|15829254|ref|NC_002695.1|	227375	.	A	.	40.23	mq_score:50	AN=2;DP=111;MQ=7.59;MQ0=107	GT:DP	0/0:111
-gi|15829254|ref|NC_002695.1|	227376	.	G	.	40.23	mq_score:50	AN=2;DP=110;MQ=7.63;MQ0=106	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227377	.	G	.	40.23	mq_score:50	AN=2;DP=110;MQ=7.63;MQ0=106	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227378	.	C	.	40.23	mq_score:50	AN=2;DP=109;MQ=7.66;MQ0=105	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	227379	.	G	.	37.23	mq_score:50	AN=2;DP=108;MQ=6.67;MQ0=105	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227380	.	A	.	37.23	mq_score:50	AN=2;DP=108;MQ=6.67;MQ0=105	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227381	.	C	.	37.23	mq_score:50	AN=2;DP=108;MQ=6.67;MQ0=105	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227382	.	G	.	37.23	mq_score:50	AN=2;DP=108;MQ=6.67;MQ0=105	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227383	.	A	.	37.23	mq_score:50	AN=2;DP=119;MQ=6.35;MQ0=116	GT:DP	0/0:119
-gi|15829254|ref|NC_002695.1|	227384	.	T	.	37.23	mq_score:50	AN=2;DP=124;MQ=6.22;MQ0=121	GT:DP	0/0:124
-gi|15829254|ref|NC_002695.1|	227385	.	C	.	37.23	mq_score:50	AN=2;DP=124;MQ=6.22;MQ0=121	GT:DP	0/0:124
-gi|15829254|ref|NC_002695.1|	227386	.	C	.	37.23	mq_score:50	AN=2;DP=123;MQ=6.25;MQ0=120	GT:DP	0/0:123
-gi|15829254|ref|NC_002695.1|	227387	.	C	.	37.23	mq_score:50	AN=2;DP=125;MQ=6.2;MQ0=122	GT:DP	0/0:125
-gi|15829254|ref|NC_002695.1|	227388	.	T	.	37.23	mq_score:50	AN=2;DP=128;MQ=6.12;MQ0=125	GT:DP	0/0:128
-gi|15829254|ref|NC_002695.1|	227389	.	A	.	37.23	mq_score:50	AN=2;DP=128;MQ=6.12;MQ0=125	GT:DP	0/0:128
-gi|15829254|ref|NC_002695.1|	227390	.	G	.	37.23	mq_score:50	AN=2;DP=126;MQ=6.17;MQ0=123	GT:DP	0/0:126
-gi|15829254|ref|NC_002695.1|	227391	.	C	.	37.23	mq_score:50	AN=2;DP=126;MQ=6.17;MQ0=123	GT:DP	0/0:126
-gi|15829254|ref|NC_002695.1|	227392	.	T	.	37.23	mq_score:50	AN=2;DP=119;MQ=6.35;MQ0=116	GT:DP	0/0:119
-gi|15829254|ref|NC_002695.1|	227393	.	G	.	37.23	mq_score:50	AN=2;DP=114;MQ=6.49;MQ0=111	GT:DP	0/0:114
-gi|15829254|ref|NC_002695.1|	227394	.	G	.	37.23	mq_score:50	AN=2;DP=114;MQ=6.49;MQ0=111	GT:DP	0/0:114
-gi|15829254|ref|NC_002695.1|	227395	.	T	.	37.23	mq_score:50	AN=2;DP=114;MQ=6.49;MQ0=111	GT:DP	0/0:114
-gi|15829254|ref|NC_002695.1|	227396	.	C	.	37.23	mq_score:50	AN=2;DP=114;MQ=6.49;MQ0=111	GT:DP	0/0:114
-gi|15829254|ref|NC_002695.1|	227397	.	T	.	37.23	mq_score:50	AN=2;DP=113;MQ=6.52;MQ0=110	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227398	.	G	.	37.23	mq_score:50	AN=2;DP=114;MQ=6.49;MQ0=111	GT:DP	0/0:114
-gi|15829254|ref|NC_002695.1|	227399	.	A	.	37.23	mq_score:50	AN=2;DP=111;MQ=6.58;MQ0=108	GT:DP	0/0:111
-gi|15829254|ref|NC_002695.1|	227400	.	G	.	37.23	mq_score:50	AN=2;DP=112;MQ=6.55;MQ0=109	GT:DP	0/0:112
-gi|15829254|ref|NC_002695.1|	227401	.	A	.	37.23	mq_score:50	AN=2;DP=112;MQ=6.55;MQ0=109	GT:DP	0/0:112
-gi|15829254|ref|NC_002695.1|	227402	.	G	.	34.23	mq_score:50	AN=2;DP=108;MQ=5.44;MQ0=106	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227403	.	G	.	34.23	mq_score:50	AN=2;DP=108;MQ=5.44;MQ0=106	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227404	.	A	.	34.23	mq_score:50	AN=2;DP=108;MQ=5.44;MQ0=106	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227405	.	T	.	34.23	mq_score:50	AN=2;DP=108;MQ=5.44;MQ0=106	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227406	.	G	.	34.23	mq_score:50	AN=2;DP=108;MQ=5.44;MQ0=106	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227407	.	A	.	34.23	mq_score:50	AN=2;DP=104;MQ=5.55;MQ0=102	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227408	.	C	.	34.23	mq_score:50	AN=2;DP=104;MQ=5.55;MQ0=102	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227409	.	C	.	34.23	mq_score:50	AN=2;DP=101;MQ=5.63;MQ0=99	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227410	.	A	.	34.23	mq_score:50	AN=2;DP=100;MQ=5.66;MQ0=98	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227411	.	G	.	34.23	mq_score:50	AN=2;DP=101;MQ=5.63;MQ0=99	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227412	.	C	.	34.23	mq_score:50	AN=2;DP=101;MQ=5.63;MQ0=99	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227413	.	C	.	34.23	mq_score:50	AN=2;DP=101;MQ=5.63;MQ0=99	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227414	.	A	.	34.23	mq_score:50	AN=2;DP=101;MQ=5.63;MQ0=99	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227415	.	C	.	34.23	mq_score:50	AN=2;DP=112;MQ=5.35;MQ0=110	GT:DP	0/0:112
-gi|15829254|ref|NC_002695.1|	227416	.	A	.	34.23	mq_score:50	AN=2;DP=116;MQ=5.25;MQ0=114	GT:DP	0/0:116
-gi|15829254|ref|NC_002695.1|	227417	.	C	.	34.23	mq_score:50	AN=2;DP=118;MQ=5.21;MQ0=116	GT:DP	0/0:118
-gi|15829254|ref|NC_002695.1|	227418	.	T	.	34.23	mq_score:50	AN=2;DP=117;MQ=5.23;MQ0=115	GT:DP	0/0:117
-gi|15829254|ref|NC_002695.1|	227419	.	G	.	34.23	mq_score:50	AN=2;DP=118;MQ=5.21;MQ0=116	GT:DP	0/0:118
-gi|15829254|ref|NC_002695.1|	227420	.	G	.	34.23	mq_score:50	AN=2;DP=118;MQ=5.21;MQ0=116	GT:DP	0/0:118
-gi|15829254|ref|NC_002695.1|	227421	.	A	.	34.23	mq_score:50	AN=2;DP=119;MQ=5.19;MQ0=117	GT:DP	0/0:119
-gi|15829254|ref|NC_002695.1|	227422	.	A	.	34.23	mq_score:50	AN=2;DP=119;MQ=5.19;MQ0=117	GT:DP	0/0:119
-gi|15829254|ref|NC_002695.1|	227423	.	C	.	34.23	mq_score:50	AN=2;DP=121;MQ=5.14;MQ0=119	GT:DP	0/0:121
-gi|15829254|ref|NC_002695.1|	227424	.	T	.	34.23	mq_score:50	AN=2;DP=118;MQ=5.21;MQ0=116	GT:DP	0/0:118
-gi|15829254|ref|NC_002695.1|	227425	.	G	.	34.23	mq_score:50	AN=2;DP=117;MQ=5.23;MQ0=115	GT:DP	0/0:117
-gi|15829254|ref|NC_002695.1|	227426	.	A	.	34.23	mq_score:50	AN=2;DP=117;MQ=5.23;MQ0=115	GT:DP	0/0:117
-gi|15829254|ref|NC_002695.1|	227427	.	G	.	34.23	mq_score:50	AN=2;DP=118;MQ=5.21;MQ0=116	GT:DP	0/0:118
-gi|15829254|ref|NC_002695.1|	227428	.	A	.	34.23	mq_score:50	AN=2;DP=118;MQ=5.21;MQ0=116	GT:DP	0/0:118
-gi|15829254|ref|NC_002695.1|	227429	.	C	.	34.23	mq_score:50	AN=2;DP=117;MQ=5.23;MQ0=115	GT:DP	0/0:117
-gi|15829254|ref|NC_002695.1|	227430	.	A	.	34.23	mq_score:50	AN=2;DP=116;MQ=5.25;MQ0=114	GT:DP	0/0:116
-gi|15829254|ref|NC_002695.1|	227431	.	C	.	34.23	mq_score:50	AN=2;DP=114;MQ=5.3;MQ0=112	GT:DP	0/0:114
-gi|15829254|ref|NC_002695.1|	227432	.	G	.	34.23	mq_score:50	AN=2;DP=113;MQ=5.32;MQ0=111	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227433	.	G	.	34.23	mq_score:50	AN=2;DP=120;MQ=5.16;MQ0=118	GT:DP	0/0:120
-gi|15829254|ref|NC_002695.1|	227434	.	T	.	34.23	mq_score:50	AN=2;DP=121;MQ=5.14;MQ0=119	GT:DP	0/0:121
-gi|15829254|ref|NC_002695.1|	227435	.	C	.	34.23	mq_score:50	AN=2;DP=121;MQ=5.14;MQ0=119	GT:DP	0/0:121
-gi|15829254|ref|NC_002695.1|	227436	.	C	.	34.23	mq_score:50	AN=2;DP=122;MQ=5.12;MQ0=120	GT:DP	0/0:122
-gi|15829254|ref|NC_002695.1|	227437	.	A	.	34.23	mq_score:50	AN=2;DP=121;MQ=5.14;MQ0=119	GT:DP	0/0:121
-gi|15829254|ref|NC_002695.1|	227438	.	G	.	34.23	mq_score:50	AN=2;DP=122;MQ=5.12;MQ0=120	GT:DP	0/0:122
-gi|15829254|ref|NC_002695.1|	227439	.	A	.	34.23	mq_score:50	AN=2;DP=123;MQ=5.1;MQ0=121	GT:DP	0/0:121
-gi|15829254|ref|NC_002695.1|	227440	.	C	.	34.23	mq_score:50	AN=2;DP=126;MQ=5.04;MQ0=124	GT:DP	0/0:126
-gi|15829254|ref|NC_002695.1|	227441	.	T	.	34.23	mq_score:50	AN=2;DP=124;MQ=5.08;MQ0=122	GT:DP	0/0:124
-gi|15829254|ref|NC_002695.1|	227442	.	C	.	31.24	mq_score:50	AN=2;DP=113;MQ=3.76;MQ0=112	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227443	.	C	.	31.24	mq_score:50	AN=2;DP=113;MQ=3.76;MQ0=112	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227444	.	T	.	31.23	mq_score:50	AN=2;DP=113;MQ=3.76;MQ0=112	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227445	.	A	.	31.23	mq_score:50	AN=2;DP=113;MQ=3.76;MQ0=112	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227446	.	C	.	31.23	mq_score:50	AN=2;DP=113;MQ=3.76;MQ0=112	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227447	.	G	.	31.23	mq_score:50	AN=2;DP=104;MQ=3.92;MQ0=103	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227448	.	G	.	31.23	mq_score:50	AN=2;DP=107;MQ=3.87;MQ0=106	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227449	.	G	.	31.23	mq_score:50	AN=2;DP=105;MQ=3.9;MQ0=104	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	227450	.	A	.	31.23	mq_score:50	AN=2;DP=107;MQ=3.87;MQ0=106	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227451	.	G	.	31.23	mq_score:50	AN=2;DP=103;MQ=3.94;MQ0=102	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227452	.	G	.	31.23	mq_score:50	AN=2;DP=102;MQ=3.96;MQ0=101	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227453	.	C	.	31.23	mq_score:50	AN=2;DP=103;MQ=3.94;MQ0=102	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227454	.	A	.	31.23	mq_score:50	AN=2;DP=102;MQ=3.96;MQ0=101	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227455	.	G	.	31.23	mq_score:50	AN=2;DP=104;MQ=3.92;MQ0=103	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227456	.	C	.	31.23	mq_score:50	AN=2;DP=103;MQ=3.94;MQ0=102	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227457	.	A	.	.	mq_score:50	DP=102;MQ=0.0;MQ0=102	GT	./.
-gi|15829254|ref|NC_002695.1|	227458	.	G	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227459	.	T	.	.	mq_score:50	DP=101;MQ=0.0;MQ0=101	GT	./.
-gi|15829254|ref|NC_002695.1|	227460	.	G	.	.	mq_score:50	DP=103;MQ=0.0;MQ0=103	GT	./.
-gi|15829254|ref|NC_002695.1|	227461	.	G	.	.	mq_score:50	DP=103;MQ=0.0;MQ0=103	GT	./.
-gi|15829254|ref|NC_002695.1|	227462	.	G	.	.	mq_score:50	DP=104;MQ=0.0;MQ0=104	GT	./.
-gi|15829254|ref|NC_002695.1|	227463	.	G	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227464	.	A	.	.	mq_score:50	DP=111;MQ=0.0;MQ0=111	GT	./.
-gi|15829254|ref|NC_002695.1|	227465	.	A	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227466	.	T	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227467	.	A	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227468	.	T	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227469	.	T	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227470	.	G	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227471	.	C	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227472	.	A	.	.	mq_score:50	DP=122;MQ=0.0;MQ0=122	GT	./.
-gi|15829254|ref|NC_002695.1|	227473	.	C	.	.	mq_score:50	DP=124;MQ=0.0;MQ0=124	GT	./.
-gi|15829254|ref|NC_002695.1|	227474	.	A	.	.	mq_score:50	DP=119;MQ=0.0;MQ0=119	GT	./.
-gi|15829254|ref|NC_002695.1|	227475	.	A	.	.	mq_score:50	DP=119;MQ=0.0;MQ0=119	GT	./.
-gi|15829254|ref|NC_002695.1|	227476	.	T	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227477	.	G	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227478	.	G	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227479	.	G	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227480	.	C	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227481	.	G	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227482	.	C	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227483	.	A	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227484	.	A	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227485	.	G	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227486	.	C	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227487	.	C	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227488	.	T	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227489	.	G	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227490	.	A	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227491	.	T	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227492	.	G	.	.	mq_score:50	DP=122;MQ=0.0;MQ0=122	GT	./.
-gi|15829254|ref|NC_002695.1|	227493	.	C	.	.	mq_score:50	DP=122;MQ=0.0;MQ0=122	GT	./.
-gi|15829254|ref|NC_002695.1|	227494	.	A	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227495	.	G	.	.	mq_score:50	DP=124;MQ=0.0;MQ0=124	GT	./.
-gi|15829254|ref|NC_002695.1|	227496	.	C	.	.	mq_score:50	DP=124;MQ=0.0;MQ0=124	GT	./.
-gi|15829254|ref|NC_002695.1|	227497	.	C	.	.	mq_score:50	DP=125;MQ=0.0;MQ0=125	GT	./.
-gi|15829254|ref|NC_002695.1|	227498	.	A	.	.	mq_score:50	DP=124;MQ=0.0;MQ0=124	GT	./.
-gi|15829254|ref|NC_002695.1|	227499	.	T	.	.	mq_score:50	DP=127;MQ=0.0;MQ0=127	GT	./.
-gi|15829254|ref|NC_002695.1|	227500	.	G	.	.	mq_score:50	DP=126;MQ=0.0;MQ0=126	GT	./.
-gi|15829254|ref|NC_002695.1|	227501	.	C	.	.	mq_score:50	DP=126;MQ=0.0;MQ0=126	GT	./.
-gi|15829254|ref|NC_002695.1|	227502	.	C	.	.	mq_score:50	DP=126;MQ=0.0;MQ0=126	GT	./.
-gi|15829254|ref|NC_002695.1|	227503	.	G	.	.	mq_score:50	DP=126;MQ=0.0;MQ0=126	GT	./.
-gi|15829254|ref|NC_002695.1|	227504	.	C	.	.	mq_score:50	DP=125;MQ=0.0;MQ0=125	GT	./.
-gi|15829254|ref|NC_002695.1|	227505	.	G	.	.	mq_score:50	DP=126;MQ=0.0;MQ0=126	GT	./.
-gi|15829254|ref|NC_002695.1|	227506	.	T	.	.	mq_score:50	DP=129;MQ=0.0;MQ0=129	GT	./.
-gi|15829254|ref|NC_002695.1|	227507	.	G	.	.	mq_score:50	DP=132;MQ=0.0;MQ0=132	GT	./.
-gi|15829254|ref|NC_002695.1|	227508	.	T	.	.	mq_score:50	DP=131;MQ=0.0;MQ0=131	GT	./.
-gi|15829254|ref|NC_002695.1|	227509	.	A	.	.	mq_score:50	DP=131;MQ=0.0;MQ0=131	GT	./.
-gi|15829254|ref|NC_002695.1|	227510	.	T	.	.	mq_score:50	DP=131;MQ=0.0;MQ0=131	GT	./.
-gi|15829254|ref|NC_002695.1|	227511	.	G	.	.	mq_score:50	DP=128;MQ=0.0;MQ0=128	GT	./.
-gi|15829254|ref|NC_002695.1|	227512	.	A	.	.	mq_score:50	DP=128;MQ=0.0;MQ0=128	GT	./.
-gi|15829254|ref|NC_002695.1|	227513	.	A	.	.	mq_score:50	DP=130;MQ=0.0;MQ0=130	GT	./.
-gi|15829254|ref|NC_002695.1|	227514	.	G	.	.	mq_score:50	DP=129;MQ=0.0;MQ0=129	GT	./.
-gi|15829254|ref|NC_002695.1|	227515	.	A	.	.	mq_score:50	DP=130;MQ=0.0;MQ0=130	GT	./.
-gi|15829254|ref|NC_002695.1|	227516	.	A	.	.	mq_score:50	DP=125;MQ=0.0;MQ0=125	GT	./.
-gi|15829254|ref|NC_002695.1|	227517	.	G	.	.	mq_score:50	DP=124;MQ=0.0;MQ0=124	GT	./.
-gi|15829254|ref|NC_002695.1|	227518	.	G	.	.	mq_score:50	DP=125;MQ=0.0;MQ0=125	GT	./.
-gi|15829254|ref|NC_002695.1|	227519	.	C	.	.	mq_score:50	DP=124;MQ=0.0;MQ0=124	GT	./.
-gi|15829254|ref|NC_002695.1|	227520	.	C	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227521	.	T	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227522	.	T	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227523	.	C	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227524	.	G	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227525	.	G	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227526	.	G	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227527	.	T	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227528	.	T	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227529	.	G	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227530	.	T	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227531	.	A	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227532	.	A	.	.	mq_score:50	DP=122;MQ=0.0;MQ0=122	GT	./.
-gi|15829254|ref|NC_002695.1|	227533	.	A	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227534	.	G	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227535	.	T	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227536	.	A	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227537	.	C	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227538	.	T	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227539	.	T	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227540	.	T	.	.	mq_score:50	DP=128;MQ=0.0;MQ0=128	GT	./.
-gi|15829254|ref|NC_002695.1|	227541	.	C	.	.	mq_score:50	DP=129;MQ=0.0;MQ0=129	GT	./.
-gi|15829254|ref|NC_002695.1|	227542	.	A	.	.	mq_score:50	DP=130;MQ=0.0;MQ0=130	GT	./.
-gi|15829254|ref|NC_002695.1|	227543	.	G	.	.	mq_score:50	DP=129;MQ=0.0;MQ0=129	GT	./.
-gi|15829254|ref|NC_002695.1|	227544	.	C	.	.	mq_score:50	DP=130;MQ=0.0;MQ0=130	GT	./.
-gi|15829254|ref|NC_002695.1|	227545	.	G	.	.	mq_score:50	DP=130;MQ=0.0;MQ0=130	GT	./.
-gi|15829254|ref|NC_002695.1|	227546	.	G	.	.	mq_score:50	DP=133;MQ=0.0;MQ0=133	GT	./.
-gi|15829254|ref|NC_002695.1|	227547	.	G	.	.	mq_score:50	DP=133;MQ=0.0;MQ0=133	GT	./.
-gi|15829254|ref|NC_002695.1|	227548	.	G	.	.	mq_score:50	DP=133;MQ=0.0;MQ0=133	GT	./.
-gi|15829254|ref|NC_002695.1|	227549	.	A	.	.	mq_score:50	DP=133;MQ=0.0;MQ0=133	GT	./.
-gi|15829254|ref|NC_002695.1|	227550	.	G	.	.	mq_score:50	DP=133;MQ=0.0;MQ0=133	GT	./.
-gi|15829254|ref|NC_002695.1|	227551	.	G	.	.	mq_score:50	DP=133;MQ=0.0;MQ0=133	GT	./.
-gi|15829254|ref|NC_002695.1|	227552	.	A	.	.	mq_score:50	DP=134;MQ=0.0;MQ0=134	GT	./.
-gi|15829254|ref|NC_002695.1|	227553	.	A	.	.	mq_score:50	DP=135;MQ=0.0;MQ0=135	GT	./.
-gi|15829254|ref|NC_002695.1|	227554	.	G	.	.	mq_score:50	DP=137;MQ=0.0;MQ0=137	GT	./.
-gi|15829254|ref|NC_002695.1|	227555	.	G	.	.	mq_score:50	DP=137;MQ=0.0;MQ0=137	GT	./.
-gi|15829254|ref|NC_002695.1|	227556	.	G	.	.	mq_score:50	DP=139;MQ=0.0;MQ0=139	GT	./.
-gi|15829254|ref|NC_002695.1|	227557	.	A	.	.	mq_score:50	DP=137;MQ=0.0;MQ0=137	GT	./.
-gi|15829254|ref|NC_002695.1|	227558	.	G	.	.	mq_score:50	DP=136;MQ=0.0;MQ0=136	GT	./.
-gi|15829254|ref|NC_002695.1|	227559	.	T	.	.	mq_score:50	DP=136;MQ=0.0;MQ0=136	GT	./.
-gi|15829254|ref|NC_002695.1|	227560	.	A	.	.	mq_score:50	DP=134;MQ=0.0;MQ0=134	GT	./.
-gi|15829254|ref|NC_002695.1|	227561	.	A	.	.	mq_score:50	DP=134;MQ=0.0;MQ0=134	GT	./.
-gi|15829254|ref|NC_002695.1|	227562	.	A	.	.	mq_score:50	DP=135;MQ=0.0;MQ0=135	GT	./.
-gi|15829254|ref|NC_002695.1|	227563	.	G	.	.	mq_score:50	DP=143;MQ=0.0;MQ0=143	GT	./.
-gi|15829254|ref|NC_002695.1|	227564	.	T	.	.	mq_score:50	DP=137;MQ=0.0;MQ0=137	GT	./.
-gi|15829254|ref|NC_002695.1|	227565	.	T	.	.	mq_score:50	DP=130;MQ=0.0;MQ0=130	GT	./.
-gi|15829254|ref|NC_002695.1|	227566	.	A	.	.	mq_score:50	DP=131;MQ=0.0;MQ0=131	GT	./.
-gi|15829254|ref|NC_002695.1|	227567	.	A	.	.	mq_score:50	DP=130;MQ=0.0;MQ0=130	GT	./.
-gi|15829254|ref|NC_002695.1|	227568	.	T	.	.	mq_score:50	DP=130;MQ=0.0;MQ0=130	GT	./.
-gi|15829254|ref|NC_002695.1|	227569	.	A	.	.	mq_score:50	DP=128;MQ=0.0;MQ0=128	GT	./.
-gi|15829254|ref|NC_002695.1|	227570	.	C	.	.	mq_score:50	DP=131;MQ=0.0;MQ0=131	GT	./.
-gi|15829254|ref|NC_002695.1|	227571	.	C	.	.	mq_score:50	DP=124;MQ=0.0;MQ0=124	GT	./.
-gi|15829254|ref|NC_002695.1|	227572	.	T	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227573	.	T	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227574	.	T	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227575	.	G	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227576	.	C	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227577	.	T	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227578	.	C	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227579	.	A	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227580	.	T	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227581	.	T	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227582	.	G	.	.	mq_score:50	DP=124;MQ=0.0;MQ0=124	GT	./.
-gi|15829254|ref|NC_002695.1|	227583	.	A	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227584	.	C	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227585	.	G	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227586	.	T	.	.	mq_score:50	DP=112;MQ=0.0;MQ0=112	GT	./.
-gi|15829254|ref|NC_002695.1|	227587	.	T	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227588	.	A	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227589	.	C	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227590	.	C	.	.	mq_score:50	DP=111;MQ=0.0;MQ0=111	GT	./.
-gi|15829254|ref|NC_002695.1|	227591	.	C	.	.	mq_score:50	DP=111;MQ=0.0;MQ0=111	GT	./.
-gi|15829254|ref|NC_002695.1|	227592	.	G	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227593	.	C	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227594	.	A	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227595	.	G	.	.	mq_score:50	DP=108;MQ=0.0;MQ0=108	GT	./.
-gi|15829254|ref|NC_002695.1|	227596	.	A	.	.	mq_score:50	DP=108;MQ=0.0;MQ0=108	GT	./.
-gi|15829254|ref|NC_002695.1|	227597	.	A	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227598	.	G	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227599	.	A	.	.	mq_score:50	DP=103;MQ=0.0;MQ0=103	GT	./.
-gi|15829254|ref|NC_002695.1|	227600	.	A	.	.	mq_score:50	DP=103;MQ=0.0;MQ0=103	GT	./.
-gi|15829254|ref|NC_002695.1|	227601	.	G	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227602	.	C	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227603	.	A	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227604	.	C	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227605	.	C	.	.	mq_score:50	DP=102;MQ=0.0;MQ0=102	GT	./.
-gi|15829254|ref|NC_002695.1|	227606	.	G	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227607	.	G	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227608	.	C	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227609	.	T	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227610	.	A	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227611	.	A	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227612	.	C	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227613	.	T	.	.	mq_score:50	DP=108;MQ=0.0;MQ0=108	GT	./.
-gi|15829254|ref|NC_002695.1|	227614	.	C	.	.	mq_score:50	DP=108;MQ=0.0;MQ0=108	GT	./.
-gi|15829254|ref|NC_002695.1|	227615	.	C	.	.	mq_score:50	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227616	.	G	.	.	mq_score:50	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227617	.	T	.	.	mq_score:50	DP=98;MQ=0.0;MQ0=98	GT	./.
-gi|15829254|ref|NC_002695.1|	227618	.	G	.	.	mq_score:50	DP=97;MQ=0.0;MQ0=97	GT	./.
-gi|15829254|ref|NC_002695.1|	227619	.	C	.	.	mq_score:50	DP=96;MQ=0.0;MQ0=96	GT	./.
-gi|15829254|ref|NC_002695.1|	227620	.	C	.	.	mq_score:50	DP=96;MQ=0.0;MQ0=96	GT	./.
-gi|15829254|ref|NC_002695.1|	227621	.	A	.	.	mq_score:50	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227622	.	G	.	.	mq_score:50	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227623	.	C	.	.	mq_score:50	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227624	.	A	.	.	mq_score:50	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227625	.	G	.	.	mq_score:50	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227626	.	C	.	.	mq_score:50	DP=96;MQ=0.0;MQ0=96	GT	./.
-gi|15829254|ref|NC_002695.1|	227627	.	C	.	.	mq_score:50	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227628	.	G	.	.	mq_score:50	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227629	.	C	.	.	mq_score:50	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227630	.	G	.	.	mq_score:50	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227631	.	G	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227632	.	T	.	.	mq_score:50	DP=107;MQ=0.0;MQ0=107	GT	./.
-gi|15829254|ref|NC_002695.1|	227633	.	A	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227634	.	A	.	.	mq_score:50	DP=114;MQ=0.0;MQ0=114	GT	./.
-gi|15829254|ref|NC_002695.1|	227635	.	T	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227636	.	A	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227637	.	C	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227638	.	G	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227639	.	G	.	.	mq_score:50	DP=108;MQ=0.0;MQ0=108	GT	./.
-gi|15829254|ref|NC_002695.1|	227640	.	A	.	.	mq_score:50	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227641	.	G	.	.	mq_score:50	DP=101;MQ=0.0;MQ0=101	GT	./.
-gi|15829254|ref|NC_002695.1|	227642	.	G	.	.	mq_score:50	DP=97;MQ=0.0;MQ0=97	GT	./.
-gi|15829254|ref|NC_002695.1|	227643	.	G	.	.	mq_score:50	DP=101;MQ=0.0;MQ0=101	GT	./.
-gi|15829254|ref|NC_002695.1|	227644	.	T	.	.	mq_score:50	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227645	.	G	.	.	mq_score:50	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227646	.	C	.	.	mq_score:50	DP=98;MQ=0.0;MQ0=98	GT	./.
-gi|15829254|ref|NC_002695.1|	227647	.	A	.	.	mq_score:50	DP=98;MQ=0.0;MQ0=98	GT	./.
-gi|15829254|ref|NC_002695.1|	227648	.	A	.	.	mq_score:50	DP=96;MQ=0.0;MQ0=96	GT	./.
-gi|15829254|ref|NC_002695.1|	227649	.	G	.	.	mq_score:50	DP=97;MQ=0.0;MQ0=97	GT	./.
-gi|15829254|ref|NC_002695.1|	227650	.	C	.	.	mq_score:50	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227651	.	G	.	.	mq_score:50	DP=96;MQ=0.0;MQ0=96	GT	./.
-gi|15829254|ref|NC_002695.1|	227652	.	T	.	.	mq_score:50	DP=93;MQ=0.0;MQ0=93	GT	./.
-gi|15829254|ref|NC_002695.1|	227653	.	T	.	.	mq_score:50	DP=93;MQ=0.0;MQ0=93	GT	./.
-gi|15829254|ref|NC_002695.1|	227654	.	A	.	.	mq_score:50	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227655	.	A	.	.	mq_score:50	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227656	.	T	.	.	mq_score:50	DP=92;MQ=0.0;MQ0=92	GT	./.
-gi|15829254|ref|NC_002695.1|	227657	.	C	.	.	mq_score:50	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227658	.	G	.	.	mq_score:50	DP=92;MQ=0.0;MQ0=92	GT	./.
-gi|15829254|ref|NC_002695.1|	227659	.	G	.	.	mq_score:50	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227660	.	A	.	.	mq_score:50	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227661	.	A	.	.	mq_score:50	DP=96;MQ=0.0;MQ0=96	GT	./.
-gi|15829254|ref|NC_002695.1|	227662	.	T	.	.	mq_score:50	DP=93;MQ=0.0;MQ0=93	GT	./.
-gi|15829254|ref|NC_002695.1|	227663	.	T	.	.	mq_score:50	DP=86;MQ=0.0;MQ0=86	GT	./.
-gi|15829254|ref|NC_002695.1|	227664	.	A	.	.	mq_score:50	DP=87;MQ=0.0;MQ0=87	GT	./.
-gi|15829254|ref|NC_002695.1|	227665	.	C	.	.	mq_score:50	DP=87;MQ=0.0;MQ0=87	GT	./.
-gi|15829254|ref|NC_002695.1|	227666	.	T	.	.	mq_score:50	DP=90;MQ=0.0;MQ0=90	GT	./.
-gi|15829254|ref|NC_002695.1|	227667	.	G	.	.	mq_score:50	DP=90;MQ=0.0;MQ0=90	GT	./.
-gi|15829254|ref|NC_002695.1|	227668	.	G	.	.	mq_score:50	DP=93;MQ=0.0;MQ0=93	GT	./.
-gi|15829254|ref|NC_002695.1|	227669	.	G	.	.	mq_score:50	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227670	.	C	.	.	mq_score:50	DP=96;MQ=0.0;MQ0=96	GT	./.
-gi|15829254|ref|NC_002695.1|	227671	.	G	.	.	mq_score:50	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227672	.	T	.	.	mq_score:50	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227673	.	A	.	.	mq_score:50	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227674	.	A	.	.	mq_score:50	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227675	.	A	.	.	mq_score:50	DP=97;MQ=0.0;MQ0=97	GT	./.
-gi|15829254|ref|NC_002695.1|	227676	.	G	.	.	mq_score:50	DP=101;MQ=0.0;MQ0=101	GT	./.
-gi|15829254|ref|NC_002695.1|	227677	.	C	.	.	mq_score:50	DP=101;MQ=0.0;MQ0=101	GT	./.
-gi|15829254|ref|NC_002695.1|	227678	.	G	.	.	mq_score:50	DP=102;MQ=0.0;MQ0=102	GT	./.
-gi|15829254|ref|NC_002695.1|	227679	.	C	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227680	.	A	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227681	.	C	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227682	.	G	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227683	.	C	.	.	mq_score:50	DP=107;MQ=0.0;MQ0=107	GT	./.
-gi|15829254|ref|NC_002695.1|	227684	.	A	.	.	mq_score:50	DP=107;MQ=0.0;MQ0=107	GT	./.
-gi|15829254|ref|NC_002695.1|	227685	.	G	.	.	mq_score:50	DP=108;MQ=0.0;MQ0=108	GT	./.
-gi|15829254|ref|NC_002695.1|	227686	.	G	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227687	.	C	.	.	mq_score:50	DP=112;MQ=0.0;MQ0=112	GT	./.
-gi|15829254|ref|NC_002695.1|	227688	.	G	.	.	mq_score:50	DP=112;MQ=0.0;MQ0=112	GT	./.
-gi|15829254|ref|NC_002695.1|	227689	.	G	.	.	mq_score:50	DP=113;MQ=0.0;MQ0=113	GT	./.
-gi|15829254|ref|NC_002695.1|	227690	.	T	.	.	mq_score:50	DP=112;MQ=0.0;MQ0=112	GT	./.
-gi|15829254|ref|NC_002695.1|	227691	.	T	.	.	mq_score:50	DP=113;MQ=0.0;MQ0=113	GT	./.
-gi|15829254|ref|NC_002695.1|	227692	.	T	.	.	mq_score:50	DP=113;MQ=0.0;MQ0=113	GT	./.
-gi|15829254|ref|NC_002695.1|	227693	.	G	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227694	.	T	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227695	.	T	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227696	.	A	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227697	.	A	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227698	.	G	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227699	.	T	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227700	.	C	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227701	.	A	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227702	.	G	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227703	.	A	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227704	.	T	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227705	.	G	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227706	.	T	.	.	mq_score:50	DP=111;MQ=0.0;MQ0=111	GT	./.
-gi|15829254|ref|NC_002695.1|	227707	.	G	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227708	.	A	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227709	.	A	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227710	.	A	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227711	.	T	.	.	mq_score:50	DP=114;MQ=0.0;MQ0=114	GT	./.
-gi|15829254|ref|NC_002695.1|	227712	.	C	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227713	.	C	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227714	.	C	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227715	.	C	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227716	.	G	.	.	mq_score:50	DP=119;MQ=0.0;MQ0=119	GT	./.
-gi|15829254|ref|NC_002695.1|	227717	.	G	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227718	.	G	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227719	.	C	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227720	.	T	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227721	.	C	.	.	mq_score:50	DP=127;MQ=0.0;MQ0=127	GT	./.
-gi|15829254|ref|NC_002695.1|	227722	.	A	.	.	mq_score:50	DP=129;MQ=0.0;MQ0=129	GT	./.
-gi|15829254|ref|NC_002695.1|	227723	.	A	.	.	mq_score:50	DP=131;MQ=0.0;MQ0=131	GT	./.
-gi|15829254|ref|NC_002695.1|	227724	.	C	.	.	mq_score:50	DP=132;MQ=0.0;MQ0=132	GT	./.
-gi|15829254|ref|NC_002695.1|	227725	.	C	.	.	mq_score:50	DP=131;MQ=0.0;MQ0=131	GT	./.
-gi|15829254|ref|NC_002695.1|	227726	.	T	.	.	mq_score:50	DP=129;MQ=0.0;MQ0=129	GT	./.
-gi|15829254|ref|NC_002695.1|	227727	.	G	.	.	mq_score:50	DP=129;MQ=0.0;MQ0=129	GT	./.
-gi|15829254|ref|NC_002695.1|	227728	.	G	.	.	mq_score:50	DP=129;MQ=0.0;MQ0=129	GT	./.
-gi|15829254|ref|NC_002695.1|	227729	.	G	.	.	mq_score:50	DP=122;MQ=0.0;MQ0=122	GT	./.
-gi|15829254|ref|NC_002695.1|	227730	.	A	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227731	.	A	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227732	.	C	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227733	.	T	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227734	.	G	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227735	.	C	.	.	mq_score:50	DP=111;MQ=0.0;MQ0=111	GT	./.
-gi|15829254|ref|NC_002695.1|	227736	.	A	.	.	mq_score:50	DP=114;MQ=0.0;MQ0=114	GT	./.
-gi|15829254|ref|NC_002695.1|	227737	.	T	.	.	mq_score:50	DP=114;MQ=0.0;MQ0=114	GT	./.
-gi|15829254|ref|NC_002695.1|	227738	.	C	.	.	mq_score:50	DP=112;MQ=0.0;MQ0=112	GT	./.
-gi|15829254|ref|NC_002695.1|	227739	.	T	.	.	mq_score:50	DP=112;MQ=0.0;MQ0=112	GT	./.
-gi|15829254|ref|NC_002695.1|	227740	.	G	.	.	mq_score:50	DP=113;MQ=0.0;MQ0=113	GT	./.
-gi|15829254|ref|NC_002695.1|	227741	.	A	.	.	mq_score:50	DP=111;MQ=0.0;MQ0=111	GT	./.
-gi|15829254|ref|NC_002695.1|	227742	.	T	.	.	mq_score:50	DP=111;MQ=0.0;MQ0=111	GT	./.
-gi|15829254|ref|NC_002695.1|	227743	.	A	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227744	.	C	.	.	mq_score:50	DP=107;MQ=0.0;MQ0=107	GT	./.
-gi|15829254|ref|NC_002695.1|	227745	.	T	.	.	mq_score:50	DP=107;MQ=0.0;MQ0=107	GT	./.
-gi|15829254|ref|NC_002695.1|	227746	.	G	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227747	.	G	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227748	.	C	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227749	.	A	.	.	mq_score:50	DP=108;MQ=0.0;MQ0=108	GT	./.
-gi|15829254|ref|NC_002695.1|	227750	.	A	.	.	mq_score:50	DP=107;MQ=0.0;MQ0=107	GT	./.
-gi|15829254|ref|NC_002695.1|	227751	.	G	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227752	.	C	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227753	.	T	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227754	.	T	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227755	.	G	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227756	.	A	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227757	.	G	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227758	.	T	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227759	.	C	.	.	mq_score:50	DP=112;MQ=0.0;MQ0=112	GT	./.
-gi|15829254|ref|NC_002695.1|	227760	.	T	.	.	mq_score:50	DP=113;MQ=0.0;MQ0=113	GT	./.
-gi|15829254|ref|NC_002695.1|	227761	.	C	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227762	.	G	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227763	.	T	.	.	mq_score:50	DP=111;MQ=0.0;MQ0=111	GT	./.
-gi|15829254|ref|NC_002695.1|	227764	.	A	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227765	.	G	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227766	.	A	.	.	mq_score:50	DP=103;MQ=0.0;MQ0=103	GT	./.
-gi|15829254|ref|NC_002695.1|	227767	.	G	.	.	mq_score:50	DP=104;MQ=0.0;MQ0=104	GT	./.
-gi|15829254|ref|NC_002695.1|	227768	.	G	.	.	mq_score:50	DP=102;MQ=0.0;MQ0=102	GT	./.
-gi|15829254|ref|NC_002695.1|	227769	.	G	.	.	mq_score:50	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227770	.	G	.	.	mq_score:50	DP=101;MQ=0.0;MQ0=101	GT	./.
-gi|15829254|ref|NC_002695.1|	227771	.	G	.	.	mq_score:50	DP=100;MQ=0.0;MQ0=100	GT	./.
-gi|15829254|ref|NC_002695.1|	227772	.	G	.	.	mq_score:50	DP=100;MQ=0.0;MQ0=100	GT	./.
-gi|15829254|ref|NC_002695.1|	227773	.	T	.	.	mq_score:50	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227774	.	A	.	.	mq_score:50	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227775	.	G	.	.	mq_score:50	DP=101;MQ=0.0;MQ0=101	GT	./.
-gi|15829254|ref|NC_002695.1|	227776	.	A	.	.	mq_score:50	DP=100;MQ=0.0;MQ0=100	GT	./.
-gi|15829254|ref|NC_002695.1|	227777	.	A	.	.	mq_score:50	DP=101;MQ=0.0;MQ0=101	GT	./.
-gi|15829254|ref|NC_002695.1|	227778	.	T	.	.	mq_score:50	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227779	.	T	.	.	mq_score:50	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227780	.	C	.	.	mq_score:50	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227781	.	C	.	.	mq_score:50	DP=92;MQ=0.0;MQ0=92	GT	./.
-gi|15829254|ref|NC_002695.1|	227782	.	A	.	.	mq_score:50	DP=92;MQ=0.0;MQ0=92	GT	./.
-gi|15829254|ref|NC_002695.1|	227783	.	G	.	.	mq_score:50	DP=91;MQ=0.0;MQ0=91	GT	./.
-gi|15829254|ref|NC_002695.1|	227784	.	G	.	.	mq_score:50	DP=91;MQ=0.0;MQ0=91	GT	./.
-gi|15829254|ref|NC_002695.1|	227785	.	T	.	.	mq_score:50	DP=91;MQ=0.0;MQ0=91	GT	./.
-gi|15829254|ref|NC_002695.1|	227786	.	G	.	.	mq_score:50	DP=90;MQ=0.0;MQ0=90	GT	./.
-gi|15829254|ref|NC_002695.1|	227787	.	T	.	.	mq_score:50	DP=87;MQ=0.0;MQ0=87	GT	./.
-gi|15829254|ref|NC_002695.1|	227788	.	A	.	.	mq_score:50	DP=87;MQ=0.0;MQ0=87	GT	./.
-gi|15829254|ref|NC_002695.1|	227789	.	G	.	.	mq_score:50	DP=88;MQ=0.0;MQ0=88	GT	./.
-gi|15829254|ref|NC_002695.1|	227790	.	C	.	.	mq_score:50	DP=87;MQ=0.0;MQ0=87	GT	./.
-gi|15829254|ref|NC_002695.1|	227791	.	G	.	.	mq_score:50	DP=87;MQ=0.0;MQ0=87	GT	./.
-gi|15829254|ref|NC_002695.1|	227792	.	G	.	.	mq_score:50	DP=87;MQ=0.0;MQ0=87	GT	./.
-gi|15829254|ref|NC_002695.1|	227793	.	T	.	.	mq_score:50	DP=84;MQ=0.0;MQ0=84	GT	./.
-gi|15829254|ref|NC_002695.1|	227794	.	G	.	.	mq_score:50	DP=84;MQ=0.0;MQ0=84	GT	./.
-gi|15829254|ref|NC_002695.1|	227795	.	A	.	.	mq_score:50	DP=89;MQ=0.0;MQ0=89	GT	./.
-gi|15829254|ref|NC_002695.1|	227796	.	A	.	.	mq_score:50	DP=89;MQ=0.0;MQ0=89	GT	./.
-gi|15829254|ref|NC_002695.1|	227797	.	A	.	.	mq_score:50	DP=92;MQ=0.0;MQ0=92	GT	./.
-gi|15829254|ref|NC_002695.1|	227798	.	T	.	.	mq_score:50	DP=89;MQ=0.0;MQ0=89	GT	./.
-gi|15829254|ref|NC_002695.1|	227799	.	G	.	.	mq_score:50	DP=93;MQ=0.0;MQ0=93	GT	./.
-gi|15829254|ref|NC_002695.1|	227800	.	C	.	.	mq_score:50	DP=93;MQ=0.0;MQ0=93	GT	./.
-gi|15829254|ref|NC_002695.1|	227801	.	G	.	.	mq_score:50	DP=92;MQ=0.0;MQ0=92	GT	./.
-gi|15829254|ref|NC_002695.1|	227802	.	T	.	.	mq_score:50	DP=91;MQ=0.0;MQ0=91	GT	./.
-gi|15829254|ref|NC_002695.1|	227803	.	A	.	.	mq_score:50	DP=92;MQ=0.0;MQ0=92	GT	./.
-gi|15829254|ref|NC_002695.1|	227804	.	G	.	.	mq_score:50	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227805	.	A	.	.	mq_score:50	DP=96;MQ=0.0;MQ0=96	GT	./.
-gi|15829254|ref|NC_002695.1|	227806	.	G	.	.	mq_score:50	DP=104;MQ=0.0;MQ0=104	GT	./.
-gi|15829254|ref|NC_002695.1|	227807	.	A	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227808	.	T	.	.	mq_score:50	DP=104;MQ=0.0;MQ0=104	GT	./.
-gi|15829254|ref|NC_002695.1|	227809	.	C	.	.	mq_score:50	DP=104;MQ=0.0;MQ0=104	GT	./.
-gi|15829254|ref|NC_002695.1|	227810	.	T	.	.	mq_score:50	DP=103;MQ=0.0;MQ0=103	GT	./.
-gi|15829254|ref|NC_002695.1|	227811	.	G	.	.	mq_score:50	DP=104;MQ=0.0;MQ0=104	GT	./.
-gi|15829254|ref|NC_002695.1|	227812	.	G	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227813	.	A	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227814	.	G	.	.	mq_score:50	DP=104;MQ=0.0;MQ0=104	GT	./.
-gi|15829254|ref|NC_002695.1|	227815	.	G	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227816	.	A	.	.	mq_score:50	DP=102;MQ=0.0;MQ0=102	GT	./.
-gi|15829254|ref|NC_002695.1|	227817	.	A	.	.	mq_score:50	DP=102;MQ=0.0;MQ0=102	GT	./.
-gi|15829254|ref|NC_002695.1|	227818	.	T	.	.	mq_score:50	DP=103;MQ=0.0;MQ0=103	GT	./.
-gi|15829254|ref|NC_002695.1|	227819	.	A	.	.	mq_score:50	DP=103;MQ=0.0;MQ0=103	GT	./.
-gi|15829254|ref|NC_002695.1|	227820	.	C	.	.	mq_score:50	DP=104;MQ=0.0;MQ0=104	GT	./.
-gi|15829254|ref|NC_002695.1|	227821	.	C	.	.	mq_score:50	DP=97;MQ=0.0;MQ0=97	GT	./.
-gi|15829254|ref|NC_002695.1|	227822	.	G	.	.	mq_score:50	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227823	.	G	.	.	mq_score:50	DP=97;MQ=0.0;MQ0=97	GT	./.
-gi|15829254|ref|NC_002695.1|	227824	.	T	.	.	mq_score:50	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227825	.	G	.	.	mq_score:50	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227826	.	G	.	.	mq_score:50	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227827	.	C	.	.	mq_score:50	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227828	.	G	.	.	mq_score:50	DP=94;MQ=0.0;MQ0=94	GT	./.
--- a/test-data/test_output.vcf	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1001 +0,0 @@
-##fileformat=VCFv4.1
-##GATKCommandLine=<ID=SelectVariants,Version=2.6-5-gba531bd,Date="Thu May 22 09:24:36 BST 2014",Epoch=1400747076888,CommandLineOptions="analysis_type=SelectVariants input_file=[] read_buffer_size=null phone_home=AWS gatk_key=null tag=NA read_filter=[] intervals=null excludeIntervals=null interval_set_rule=UNION interval_merging=ALL interval_padding=0 reference_sequence=/phengs/galaxy/database/tmp/tmp-gatk-lMh4vi/gatk_input.fasta nonDeterministicRandomSeed=false disableDithering=false maxRuntime=-1 maxRuntimeUnits=MINUTES downsampling_type=BY_SAMPLE downsample_to_fraction=null downsample_to_coverage=1000 baq=OFF baqGapOpenPenalty=40.0 fix_misencoded_quality_scores=false allow_potentially_misencoded_quality_scores=false useOriginalQualities=false defaultBaseQualities=-1 performanceLog=null BQSR=null quantize_quals=0 disable_indel_quals=false emit_original_quals=false preserve_qscores_less_than=6 globalQScorePrior=-1.0 allow_bqsr_on_reduced_bams_despite_repeated_warnings=false validation_strictness=SILENT remove_program_records=false keep_program_records=false unsafe=null disable_auto_index_creation_and_locking_when_reading_rods=false num_threads=2 num_cpu_threads_per_data_thread=1 num_io_threads=0 monitorThreadEfficiency=false num_bam_file_handles=null read_group_black_list=null pedigree=[] pedigreeString=[] pedigreeValidationType=STRICT allow_intervals_with_unindexed_bam=false generateShadowBCF=false logging_level=INFO log_to_file=null help=false version=false variant=(RodBinding name=variant source=/phengs/galaxy/database/tmp/tmp-gatk-lMh4vi/input_variant.vcf) discordance=(RodBinding name= source=UNBOUND) concordance=(RodBinding name= source=UNBOUND) out=org.broadinstitute.sting.gatk.io.stubs.VariantContextWriterStub no_cmdline_in_header=org.broadinstitute.sting.gatk.io.stubs.VariantContextWriterStub sites_only=org.broadinstitute.sting.gatk.io.stubs.VariantContextWriterStub bcf=org.broadinstitute.sting.gatk.io.stubs.VariantContextWriterStub sample_name=[] sample_expressions=null sample_file=null exclude_sample_name=[] exclude_sample_file=[] select_expressions=[] excludeNonVariants=false excludeFiltered=false restrictAllelesTo=ALL keepOriginalAC=false mendelianViolation=false mendelianViolationQualThreshold=0.0 select_random_fraction=0.0 remove_fraction_genotypes=0.0 selectTypeToInclude=[SNP] keepIDs=null fullyDecode=false forceGenotypesDecode=false justRead=false maxIndelSize=2147483647 ALLOW_NONOVERLAPPING_COMMAND_LINE_SAMPLES=false filter_reads_with_N_cigar=false filter_mismatching_base_and_quals=false filter_bases_not_stored=false">
-##GATKCommandLine=<ID=UnifiedGenotyper,Version=2.6-5-gba531bd,Date="Thu May 22 09:10:24 BST 2014",Epoch=1400746224902,CommandLineOptions="analysis_type=UnifiedGenotyper input_file=[/phengs/galaxy/database/tmp/tmp-gatk-x7S0pF/gatk_input_0.bam] read_buffer_size=null phone_home=AWS gatk_key=null tag=NA read_filter=[BadCigar] intervals=null excludeIntervals=null interval_set_rule=UNION interval_merging=ALL interval_padding=0 reference_sequence=/phengs/galaxy/database/tmp/tmp-gatk-x7S0pF/gatk_input.fasta nonDeterministicRandomSeed=false disableDithering=false maxRuntime=-1 maxRuntimeUnits=MINUTES downsampling_type=NONE downsample_to_fraction=null downsample_to_coverage=null baq=OFF baqGapOpenPenalty=40.0 fix_misencoded_quality_scores=false allow_potentially_misencoded_quality_scores=false useOriginalQualities=false defaultBaseQualities=-1 performanceLog=null BQSR=null quantize_quals=0 disable_indel_quals=false emit_original_quals=false preserve_qscores_less_than=6 globalQScorePrior=-1.0 allow_bqsr_on_reduced_bams_despite_repeated_warnings=false validation_strictness=STRICT remove_program_records=false keep_program_records=false unsafe=null disable_auto_index_creation_and_locking_when_reading_rods=false num_threads=2 num_cpu_threads_per_data_thread=6 num_io_threads=0 monitorThreadEfficiency=false num_bam_file_handles=null read_group_black_list=null pedigree=[] pedigreeString=[] pedigreeValidationType=STRICT allow_intervals_with_unindexed_bam=false generateShadowBCF=false logging_level=INFO log_to_file=null help=false version=false genotype_likelihoods_model=BOTH pcr_error_rate=1.0E-4 computeSLOD=false annotateNDA=false pair_hmm_implementation=LOGLESS_CACHING min_base_quality_score=17 max_deletion_fraction=0.05 allSitePLs=false min_indel_count_for_genotyping=5 min_indel_fraction_per_sample=0.25 indelGapContinuationPenalty=10 indelGapOpenPenalty=45 indelHaplotypeSize=80 indelDebug=false ignoreSNPAlleles=false allReadsSP=false ignoreLaneInfo=false reference_sample_calls=(RodBinding name= source=UNBOUND) reference_sample_name=null sample_ploidy=2 min_quality_score=1 max_quality_score=40 site_quality_prior=20 min_power_threshold_for_calling=0.95 min_reference_depth=100 exclude_filtered_reference_sites=false heterozygosity=0.001 indel_heterozygosity=1.25E-4 genotyping_mode=DISCOVERY output_mode=EMIT_ALL_SITES standard_min_confidence_threshold_for_calling=30.0 standard_min_confidence_threshold_for_emitting=30.0 alleles=(RodBinding name= source=UNBOUND) max_alternate_alleles=6 input_prior=[] contamination_fraction_to_filter=0.05 contamination_fraction_per_sample_file=null p_nonref_model=EXACT_INDEPENDENT exactcallslog=null dbsnp=(RodBinding name= source=UNBOUND) comp=[] out=org.broadinstitute.sting.gatk.io.stubs.VariantContextWriterStub no_cmdline_in_header=org.broadinstitute.sting.gatk.io.stubs.VariantContextWriterStub sites_only=org.broadinstitute.sting.gatk.io.stubs.VariantContextWriterStub bcf=org.broadinstitute.sting.gatk.io.stubs.VariantContextWriterStub debug_file=null annotation=[] excludeAnnotation=[] filter_reads_with_N_cigar=false filter_mismatching_base_and_quals=false filter_bases_not_stored=false">
-##reference=file:///phengs/galaxy/database/tmp/tmp-gatk-lMh4vi/gatk_input.fasta
-##source=SelectVariants
-##INFO=<ID=AC,Number=A,Type=Integer,Description="Allele count in genotypes, for each ALT allele, in the same order as listed">
-##INFO=<ID=AF,Number=A,Type=Float,Description="Allele Frequency, for each ALT allele, in the same order as listed">
-##INFO=<ID=AN,Number=1,Type=Integer,Description="Total number of alleles in called genotypes">
-##INFO=<ID=BaseQRankSum,Number=1,Type=Float,Description="Z-score from Wilcoxon rank sum test of Alt Vs. Ref base qualities">
-##INFO=<ID=DP,Number=1,Type=Integer,Description="Approximate read depth; some reads may have been filtered">
-##INFO=<ID=DS,Number=0,Type=Flag,Description="Were any of the samples downsampled?">
-##INFO=<ID=Dels,Number=1,Type=Float,Description="Fraction of Reads Containing Spanning Deletions">
-##INFO=<ID=FS,Number=1,Type=Float,Description="Phred-scaled p-value using Fisher's exact test to detect strand bias">
-##INFO=<ID=HaplotypeScore,Number=1,Type=Float,Description="Consistency of the site with at most two segregating haplotypes">
-##INFO=<ID=InbreedingCoeff,Number=1,Type=Float,Description="Inbreeding coefficient as estimated from the genotype likelihoods per-sample when compared against the Hardy-Weinberg expectation">
-##INFO=<ID=MLEAC,Number=A,Type=Integer,Description="Maximum likelihood expectation (MLE) for the allele counts (not necessarily the same as the AC), for each ALT allele, in the same order as listed">
-##INFO=<ID=MLEAF,Number=A,Type=Float,Description="Maximum likelihood expectation (MLE) for the allele frequency (not necessarily the same as the AF), for each ALT allele, in the same order as listed">
-##INFO=<ID=MQ,Number=1,Type=Float,Description="RMS Mapping Quality">
-##INFO=<ID=MQ0,Number=1,Type=Integer,Description="Total Mapping Quality Zero Reads">
-##INFO=<ID=MQRankSum,Number=1,Type=Float,Description="Z-score From Wilcoxon rank sum test of Alt vs. Ref read mapping qualities">
-##INFO=<ID=QD,Number=1,Type=Float,Description="Variant Confidence/Quality by Depth">
-##INFO=<ID=RPA,Number=.,Type=Integer,Description="Number of times tandem repeat unit is repeated, for each allele (including reference)">
-##INFO=<ID=RU,Number=1,Type=String,Description="Tandem repeat unit (bases)">
-##INFO=<ID=ReadPosRankSum,Number=1,Type=Float,Description="Z-score from Wilcoxon rank sum test of Alt vs. Ref read position bias">
-##INFO=<ID=STR,Number=0,Type=Flag,Description="Variant is a short tandem repeat">
-##INFO=<ID=BasesToClosestSNP,Number=1,Type=Integer,Description="Number of bases to the closest SNP in the file.">
-##FORMAT=<ID=AD,Number=.,Type=Integer,Description="Allelic depths for the ref and alt alleles in the order listed">
-##FORMAT=<ID=DP,Number=1,Type=Integer,Description="Approximate read depth (reads with MQ=255 or with bad mates are filtered)">
-##FORMAT=<ID=GQ,Number=1,Type=Integer,Description="Genotype Quality">
-##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
-##FORMAT=<ID=PL,Number=G,Type=Integer,Description="Normalized, Phred-scaled likelihoods for genotypes as defined in the VCF specification">
-##FILTER=<ID=LowQual,Description="Low quality">
-##FILTER=<ID=mq_score:50,Description="Filter sites by Mapping Quality (MQ) score. (MQ > 50)">
-##FILTER=<ID=gq_score:10,Description="Filter sites by GQ score. (GQ > 10)">
-##FILTER=<ID=uncall_gt:,Description="Filter uncallable genotypes (GT != ./. )">
-##FILTER=<ID=min_depth:100,Description="Filter sites by depth. (DP > 100)">
-##contig=<ID=gi|15829254|ref|NC_002695.1|,length=5498450>
-#CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO	FORMAT	H133840545_1
-gi|15829254|ref|NC_002695.1|	6065	.	C	T	5384.77	PASS	AC=2;AF=1.0;AN=2;DP=161;Dels=0.0;FS=0.0;HaplotypeScore=0.6651;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=33.45;BasesToClosestSNP=4136	GT:AD:DP:GQ:PL	1/1:0,161:161:99:5413,427,0
-gi|15829254|ref|NC_002695.1|	10201	.	C	T	5819.77	PASS	AC=2;AF=1.0;AN=2;DP=154;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=29.21;BasesToClosestSNP=4136	GT:AD:DP:GQ:PL	1/1:0,154:154:99:5848,451,0
-gi|15829254|ref|NC_002695.1|	14114	.	A	T	6039.77	PASS	AC=2;AF=1.0;AN=2;DP=166;Dels=0.0;FS=0.0;HaplotypeScore=1.6229;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=32.07;BasesToClosestSNP=3913	GT:AD:DP:GQ:PL	1/1:0,166:166:99:6068,469,0
-gi|15829254|ref|NC_002695.1|	15404	.	T	.	17.31	LowQual;min_depth:100	AN=2;DP=33;MQ=60.0;MQ0=0	GT:DP	0/0:32
-gi|15829254|ref|NC_002695.1|	18711	.	A	C	3657.77	min_depth:100	AC=2;AF=1.0;AN=2;DP=99;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=34.28;BasesToClosestSNP=4597	GT:AD:DP:GQ:PL	1/1:0,99:99:99:3686,274,0
-gi|15829254|ref|NC_002695.1|	18968	.	G	A	6350.77	PASS	AC=2;AF=1.0;AN=2;DP=181;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=32.07;BasesToClosestSNP=257	GT:AD:DP:GQ:PL	1/1:0,181:181:99:6379,470,0
-gi|15829254|ref|NC_002695.1|	47847	.	C	T	4038.77	PASS	AC=2;AF=1.0;AN=2;DP=113;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=24.05;BasesToClosestSNP=28879	GT:AD:DP:GQ:PL	1/1:0,113:113:99:4067,313,0
-gi|15829254|ref|NC_002695.1|	48272	.	A	G	3836.77	PASS	AC=2;AF=1.0;AN=2;DP=106;Dels=0.0;FS=0.0;HaplotypeScore=0.6651;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=31.18;BasesToClosestSNP=99	GT:AD:DP:GQ:PL	1/1:0,106:106:99:3865,298,0
-gi|15829254|ref|NC_002695.1|	48371	.	G	A	4075.77	PASS	AC=2;AF=1.0;AN=2;DP=106;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=25.66;BasesToClosestSNP=99	GT:AD:DP:GQ:PL	1/1:0,106:106:99:4104,310,0
-gi|15829254|ref|NC_002695.1|	51967	.	C	T	3137.77	min_depth:100	AC=2;AF=1.0;AN=2;DP=97;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=32.35;BasesToClosestSNP=1748	GT:AD:DP:GQ:PL	1/1:0,96:96:99:3166,259,0
-gi|15829254|ref|NC_002695.1|	53715	.	C	T	3985.77	PASS	AC=2;AF=1.0;AN=2;DP=110;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=32.04;BasesToClosestSNP=1748	GT:AD:DP:GQ:PL	1/1:0,110:110:99:4014,301,0
-gi|15829254|ref|NC_002695.1|	57677	.	T	C	3587.77	PASS	AC=2;AF=1.0;AN=2;DP=106;Dels=0.0;FS=0.0;HaplotypeScore=1.3302;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=33.85;BasesToClosestSNP=3962	GT:AD:DP:GQ:PL	1/1:0,106:106:99:3616,283,0
-gi|15829254|ref|NC_002695.1|	63127	.	T	G	4466.77	PASS	AC=2;AF=1.0;AN=2;DP=117;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=34.14;BasesToClosestSNP=5450	GT:AD:DP:GQ:PL	1/1:0,117:117:99:4495,337,0
-gi|15829254|ref|NC_002695.1|	64020	.	A	C	872.77	PASS	AC=1;AF=0.5;AN=2;BaseQRankSum=0.689;DP=248;Dels=0.0;FS=36.815;HaplotypeScore=3.9529;MLEAC=1;MLEAF=0.5;MQ=57.45;MQ0=0;MQRankSum=-2.381;QD=3.52;ReadPosRankSum=-10.71;BasesToClosestSNP=47	GT:AD:DP:GQ:PL	0/1:185,63:236:99:901,0,5685
-gi|15829254|ref|NC_002695.1|	64067	.	G	C	2096.77	PASS	AC=1;AF=0.5;AN=2;BaseQRankSum=-2.146;DP=209;Dels=0.0;FS=153.841;HaplotypeScore=4.9521;MLEAC=1;MLEAF=0.5;MQ=57.15;MQ0=0;MQRankSum=4.711;QD=10.03;ReadPosRankSum=-7.39;BasesToClosestSNP=47	GT:AD:DP:GQ:PL	0/1:137,72:199:99:2125,0,4003
-gi|15829254|ref|NC_002695.1|	70555	.	C	T	2890.77	min_depth:100	AC=2;AF=1.0;AN=2;DP=85;Dels=0.01;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=34.01;BasesToClosestSNP=6488	GT:AD:DP:GQ:PL	1/1:0,84:84:99:2919,229,0
-gi|15829254|ref|NC_002695.1|	85412	.	G	A	5899.77	PASS	AC=2;AF=1.0;AN=2;DP=160;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=33.27;BasesToClosestSNP=14857	GT:AD:DP:GQ:PL	1/1:0,160:160:99:5928,445,0
-gi|15829254|ref|NC_002695.1|	88701	.	T	C	848.77	min_depth:100	AC=2;AF=1.0;AN=2;DP=24;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=33.62;BasesToClosestSNP=3289	GT:AD:DP:GQ:PL	1/1:0,24:24:66:877,66,0
-gi|15829254|ref|NC_002695.1|	93390	.	T	G	3211.76	min_depth:100	AC=2;AF=1.0;AN=2;BaseQRankSum=1.653;DP=87;Dels=0.0;FS=0.0;HaplotypeScore=3.5473;MLEAC=2;MLEAF=1.0;MQ=59.89;MQ0=0;MQRankSum=1.653;QD=34.49;ReadPosRankSum=1.015;BasesToClosestSNP=4689	GT:AD:DP:GQ:PL	1/1:1,86:86:99:3240,247,0
-gi|15829254|ref|NC_002695.1|	120398	.	G	A	4149.77	PASS	AC=2;AF=1.0;AN=2;DP=109;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=28.29;BasesToClosestSNP=13502	GT:AD:DP:GQ:PL	1/1:0,109:109:99:4178,313,0
-gi|15829254|ref|NC_002695.1|	133900	.	A	G	4414.77	PASS	AC=2;AF=1.0;AN=2;DP=122;Dels=0.0;FS=0.0;HaplotypeScore=1.9987;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=30.13;BasesToClosestSNP=13502	GT:AD:DP:GQ:PL	1/1:0,122:122:99:4443,340,0
-gi|15829254|ref|NC_002695.1|	142584	.	T	C	4353.77	PASS	AC=2;AF=1.0;AN=2;DP=116;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=27.86;BasesToClosestSNP=295	GT:AD:DP:GQ:PL	1/1:0,116:116:99:4382,331,0
-gi|15829254|ref|NC_002695.1|	142879	.	C	A	4885.77	PASS	AC=2;AF=1.0;AN=2;DP=140;Dels=0.0;FS=0.0;HaplotypeScore=0.6651;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=34.9;BasesToClosestSNP=295	GT:AD:DP:GQ:PL	1/1:0,140:140:99:4914,376,0
-gi|15829254|ref|NC_002695.1|	157462	.	C	T	4419.77	PASS	AC=2;AF=1.0;AN=2;DP=121;Dels=0.0;FS=0.0;HaplotypeScore=1.6644;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=28.08;BasesToClosestSNP=3210	GT:AD:DP:GQ:PL	1/1:0,121:121:99:4448,337,0
-gi|15829254|ref|NC_002695.1|	160672	.	T	C	5929.77	PASS	AC=2;AF=1.0;AN=2;DP=159;Dels=0.0;FS=0.0;HaplotypeScore=0.9973;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=27.52;BasesToClosestSNP=3210	GT:AD:DP:GQ:PL	1/1:0,159:159:99:5958,448,0
-gi|15829254|ref|NC_002695.1|	165369	.	C	T	4012.77	PASS	AC=2;AF=1.0;AN=2;DP=116;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=34.59;BasesToClosestSNP=578	GT:AD:DP:GQ:PL	1/1:0,116:116:99:4041,304,0
-gi|15829254|ref|NC_002695.1|	165947	.	A	C	2779.77	min_depth:100	AC=2;AF=1.0;AN=2;DP=85;Dels=0.0;FS=0.0;HaplotypeScore=4.3247;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=32.7;BasesToClosestSNP=578	GT:AD:DP:GQ:PL	1/1:0,85:85:99:2808,229,0
-gi|15829254|ref|NC_002695.1|	171915	.	T	C	3539.77	min_depth:100	AC=2;AF=1.0;AN=2;DP=96;Dels=0.0;FS=0.0;HaplotypeScore=0.9578;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=24.7;BasesToClosestSNP=5968	GT:AD:DP:GQ:PL	1/1:0,96:96:99:3568,277,0
-gi|15829254|ref|NC_002695.1|	180160	.	T	C	4020.77	PASS	AC=2;AF=1.0;AN=2;DP=109;Dels=0.0;FS=0.0;HaplotypeScore=0.6651;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=30.54;BasesToClosestSNP=8245	GT:AD:DP:GQ:PL	1/1:0,109:109:99:4049,307,0
-gi|15829254|ref|NC_002695.1|	184717	.	T	C	5621.77	PASS	AC=2;AF=1.0;AN=2;DP=151;Dels=0.0;FS=0.0;HaplotypeScore=0.9578;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=25.05;BasesToClosestSNP=1393	GT:AD:DP:GQ:PL	1/1:0,151:151:99:5650,421,0
-gi|15829254|ref|NC_002695.1|	186110	.	C	T	5816.77	PASS	AC=2;AF=1.0;AN=2;DP=155;Dels=0.0;FS=0.0;HaplotypeScore=1.6644;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=32.83;BasesToClosestSNP=1393	GT:AD:DP:GQ:PL	1/1:0,155:155:99:5845,439,0
-gi|15829254|ref|NC_002695.1|	205552	.	C	T	3913.77	PASS	AC=2;AF=1.0;AN=2;DP=112;Dels=0.0;FS=0.0;HaplotypeScore=2.6603;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=34.94;BasesToClosestSNP=11905	GT:AD:DP:GQ:PL	1/1:0,112:112:99:3942,304,0
-gi|15829254|ref|NC_002695.1|	217457	.	A	T	3215.74	min_depth:100	AC=2;AF=1.0;AN=2;DP=88;Dels=0.0;FS=0.0;HaplotypeScore=1.6229;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=30.68;BasesToClosestSNP=11905	GT:AD:DP:GQ:PL	1/1:0,88:88:99:3244,247,0
-gi|15829254|ref|NC_002695.1|	218091	.	T	C	3066.77	min_depth:100	AC=2;AF=1.0;AN=2;DP=81;Dels=0.0;FS=0.0;HaplotypeScore=0.0;MLEAC=2;MLEAF=1.0;MQ=60.0;MQ0=0;QD=28.01;BasesToClosestSNP=634	GT:AD:DP:GQ:PL	1/1:0,81:81:99:3095,232,0
-gi|15829254|ref|NC_002695.1|	226900	.	A	.	284.23	mq_score:50	AN=2;DP=106;MQ=49.79;MQ0=17	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226901	.	A	.	284.23	mq_score:50	AN=2;DP=106;MQ=49.79;MQ0=17	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226902	.	G	.	278.23	mq_score:50	AN=2;DP=105;MQ=49.34;MQ0=18	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226903	.	A	.	275.23	mq_score:50	AN=2;DP=104;MQ=49.22;MQ0=18	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	226904	.	G	.	275.23	mq_score:50	AN=2;DP=106;MQ=48.91;MQ0=19	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226905	.	G	.	275.23	mq_score:50	AN=2;DP=105;MQ=48.79;MQ0=19	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226906	.	A	.	284.23	mq_score:50	AN=2;DP=107;MQ=48.64;MQ0=19	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	226907	.	A	.	278.23	mq_score:50	AN=2;DP=107;MQ=48.64;MQ0=19	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	226908	.	A	.	284.23	mq_score:50	AN=2;DP=107;MQ=48.64;MQ0=19	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	226909	.	G	.	281.23	mq_score:50	AN=2;DP=109;MQ=48.19;MQ0=21	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	226910	.	C	.	275.23	mq_score:50	AN=2;DP=111;MQ=47.76;MQ0=23	GT:DP	0/0:111
-gi|15829254|ref|NC_002695.1|	226911	.	G	.	281.23	mq_score:50	AN=2;DP=112;MQ=47.69;MQ0=23	GT:DP	0/0:112
-gi|15829254|ref|NC_002695.1|	226912	.	T	.	275.23	mq_score:50	AN=2;DP=109;MQ=47.12;MQ0=23	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	226913	.	A	.	269.23	mq_score:50	AN=2;DP=107;MQ=46.84;MQ0=23	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	226914	.	A	.	260.23	mq_score:50	AN=2;DP=115;MQ=44.48;MQ0=33	GT:DP	0/0:112
-gi|15829254|ref|NC_002695.1|	226915	.	T	.	269.23	mq_score:50	AN=2;DP=115;MQ=44.48;MQ0=33	GT:DP	0/0:115
-gi|15829254|ref|NC_002695.1|	226916	.	A	.	266.23	mq_score:50	AN=2;DP=118;MQ=43.91;MQ0=36	GT:DP	0/0:118
-gi|15829254|ref|NC_002695.1|	226917	.	T	.	272.23	mq_score:50	AN=2;DP=120;MQ=43.85;MQ0=36	GT:DP	0/0:120
-gi|15829254|ref|NC_002695.1|	226918	.	A	.	215.23	mq_score:50;min_depth:100	AN=2;DP=102;MQ=40.35;MQ0=36	GT:DP	0/0:99
-gi|15829254|ref|NC_002695.1|	226919	.	C	.	227.23	mq_score:50	AN=2;DP=103;MQ=40.35;MQ0=36	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	226920	.	G	.	218.23	mq_score:50	AN=2;DP=101;MQ=39.86;MQ0=36	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226921	.	C	.	218.23	mq_score:50	AN=2;DP=101;MQ=39.86;MQ0=36	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226922	.	C	.	209.23	mq_score:50	AN=2;DP=101;MQ=39.61;MQ0=36	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226923	.	A	.	199.23	mq_score:50;min_depth:100	AN=2;DP=98;MQ=38.82;MQ0=36	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	226924	.	C	.	206.23	mq_score:50;min_depth:100	AN=2;DP=98;MQ=38.34;MQ0=37	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	226925	.	C	.	203.23	mq_score:50;min_depth:100	AN=2;DP=96;MQ=37.76;MQ0=37	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	226926	.	T	.	197.23	mq_score:50;min_depth:100	AN=2;DP=97;MQ=37.57;MQ0=38	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	226927	.	C	.	206.23	mq_score:50;min_depth:100	AN=2;DP=98;MQ=37.59;MQ0=38	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	226928	.	G	.	206.23	mq_score:50;min_depth:100	AN=2;DP=98;MQ=37.59;MQ0=38	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	226929	.	C	.	203.23	mq_score:50;min_depth:100	AN=2;DP=98;MQ=37.13;MQ0=39	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	226930	.	G	.	200.23	mq_score:50;min_depth:100	AN=2;DP=97;MQ=36.86;MQ0=39	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	226931	.	A	.	197.23	mq_score:50;min_depth:100	AN=2;DP=96;MQ=36.55;MQ0=39	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	226932	.	C	.	197.23	mq_score:50;min_depth:100	AN=2;DP=96;MQ=36.55;MQ0=39	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	226933	.	A	.	184.23	mq_score:50;min_depth:100	AN=2;DP=91;MQ=34.96;MQ0=39	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	226934	.	G	.	184.23	mq_score:50;min_depth:100	AN=2;DP=91;MQ=34.96;MQ0=39	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	226935	.	T	.	178.23	mq_score:50;min_depth:100	AN=2;DP=89;MQ=34.26;MQ0=39	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	226936	.	G	.	178.23	mq_score:50;min_depth:100	AN=2;DP=89;MQ=34.26;MQ0=39	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	226937	.	A	.	172.23	mq_score:50;min_depth:100	AN=2;DP=89;MQ=34.26;MQ0=39	GT:DP	0/0:86
-gi|15829254|ref|NC_002695.1|	226938	.	G	.	178.23	mq_score:50;min_depth:100	AN=2;DP=92;MQ=33.96;MQ0=41	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	226939	.	C	.	181.23	mq_score:50;min_depth:100	AN=2;DP=92;MQ=33.96;MQ0=41	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	226940	.	T	.	187.23	mq_score:50;min_depth:100	AN=2;DP=94;MQ=34.28;MQ0=41	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	226941	.	G	.	187.23	mq_score:50;min_depth:100	AN=2;DP=94;MQ=34.01;MQ0=41	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	226942	.	A	.	188.23	mq_score:50;min_depth:100	AN=2;DP=94;MQ=34.01;MQ0=41	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	226943	.	A	.	181.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=33.66;MQ0=41	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	226944	.	A	.	181.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=33.66;MQ0=41	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	226945	.	G	.	175.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=32.54;MQ0=41	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	226946	.	C	.	166.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=32.54;MQ0=41	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	226947	.	C	.	175.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=32.54;MQ0=41	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	226948	.	G	.	175.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=32.54;MQ0=41	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	226949	.	C	.	166.23	mq_score:50;min_depth:100	AN=2;DP=88;MQ=31.11;MQ0=42	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	226950	.	G	.	166.23	mq_score:50;min_depth:100	AN=2;DP=88;MQ=31.11;MQ0=42	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	226951	.	T	.	178.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=31.65;MQ0=42	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	226952	.	C	.	184.23	mq_score:50;min_depth:100	AN=2;DP=94;MQ=31.75;MQ0=42	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	226953	.	G	.	203.23	mq_score:50	AN=2;DP=101;MQ=32.39;MQ0=42	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226954	.	C	.	203.23	mq_score:50	AN=2;DP=102;MQ=31.72;MQ0=44	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	226955	.	A	.	200.23	mq_score:50	AN=2;DP=102;MQ=31.72;MQ0=44	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	226956	.	A	.	206.23	mq_score:50	AN=2;DP=104;MQ=31.9;MQ0=44	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	226957	.	C	.	206.23	mq_score:50	AN=2;DP=104;MQ=31.9;MQ0=44	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	226958	.	T	.	209.23	mq_score:50	AN=2;DP=102;MQ=32.21;MQ0=42	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	226959	.	G	.	215.23	mq_score:50	AN=2;DP=106;MQ=32.07;MQ0=44	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226960	.	C	.	206.23	mq_score:50	AN=2;DP=106;MQ=31.06;MQ0=46	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226961	.	T	.	197.23	mq_score:50	AN=2;DP=104;MQ=30.31;MQ0=46	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	226962	.	C	.	203.23	mq_score:50	AN=2;DP=105;MQ=30.17;MQ0=47	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226963	.	T	.	191.23	mq_score:50	AN=2;DP=101;MQ=29.49;MQ0=47	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226964	.	T	.	191.23	mq_score:50	AN=2;DP=101;MQ=29.49;MQ0=47	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226965	.	T	.	191.23	mq_score:50	AN=2;DP=101;MQ=29.49;MQ0=47	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226966	.	A	.	191.23	mq_score:50	AN=2;DP=101;MQ=29.63;MQ0=47	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226967	.	A	.	203.23	mq_score:50	AN=2;DP=105;MQ=30.09;MQ0=47	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226968	.	C	.	206.23	mq_score:50	AN=2;DP=108;MQ=29.92;MQ0=49	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226969	.	A	.	194.23	mq_score:50	AN=2;DP=104;MQ=29.2;MQ0=49	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	226970	.	A	.	194.23	mq_score:50	AN=2;DP=106;MQ=28.92;MQ0=51	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226971	.	T	.	188.23	mq_score:50	AN=2;DP=105;MQ=28.42;MQ0=52	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226972	.	T	.	188.23	mq_score:50	AN=2;DP=108;MQ=28.02;MQ0=55	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226973	.	T	.	187.23	mq_score:50	AN=2;DP=108;MQ=28.02;MQ0=55	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226974	.	A	.	188.23	mq_score:50	AN=2;DP=108;MQ=28.02;MQ0=55	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226975	.	T	.	185.23	mq_score:50	AN=2;DP=108;MQ=28.02;MQ0=55	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226976	.	C	.	188.23	mq_score:50	AN=2;DP=108;MQ=28.02;MQ0=55	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226977	.	A	.	184.23	mq_score:50	AN=2;DP=107;MQ=27.88;MQ0=55	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	226978	.	G	.	184.23	mq_score:50	AN=2;DP=108;MQ=27.76;MQ0=56	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226979	.	A	.	181.23	mq_score:50	AN=2;DP=107;MQ=27.62;MQ0=56	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	226980	.	C	.	181.23	mq_score:50	AN=2;DP=109;MQ=27.36;MQ0=58	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	226981	.	A	.	172.23	mq_score:50	AN=2;DP=106;MQ=26.92;MQ0=58	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226982	.	A	.	178.23	mq_score:50	AN=2;DP=108;MQ=27.22;MQ0=58	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226983	.	T	.	178.23	mq_score:50	AN=2;DP=109;MQ=27.09;MQ0=59	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	226984	.	C	.	178.23	mq_score:50	AN=2;DP=113;MQ=26.61;MQ0=63	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	226985	.	T	.	175.23	mq_score:50	AN=2;DP=110;MQ=26.7;MQ0=61	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	226986	.	G	.	175.23	mq_score:50	AN=2;DP=111;MQ=26.58;MQ0=62	GT:DP	0/0:111
-gi|15829254|ref|NC_002695.1|	226987	.	T	.	172.23	mq_score:50	AN=2;DP=108;MQ=26.67;MQ0=60	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226988	.	G	.	172.23	mq_score:50	AN=2;DP=108;MQ=26.67;MQ0=60	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	226989	.	T	.	169.23	mq_score:50	AN=2;DP=105;MQ=26.76;MQ0=58	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226990	.	G	.	166.23	mq_score:50	AN=2;DP=105;MQ=26.76;MQ0=58	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226991	.	G	.	166.23	mq_score:50	AN=2;DP=105;MQ=26.48;MQ0=59	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226992	.	G	.	157.23	mq_score:50	AN=2;DP=104;MQ=26.31;MQ0=59	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	226993	.	C	.	160.23	mq_score:50	AN=2;DP=105;MQ=26.19;MQ0=60	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226994	.	A	.	151.23	mq_score:50	AN=2;DP=104;MQ=26.31;MQ0=59	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	226995	.	C	.	157.23	mq_score:50	AN=2;DP=106;MQ=25.48;MQ0=63	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226996	.	T	.	154.23	mq_score:50	AN=2;DP=104;MQ=25.42;MQ0=62	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	226997	.	C	.	151.23	mq_score:50	AN=2;DP=106;MQ=25.18;MQ0=64	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	226998	.	G	.	151.23	mq_score:50	AN=2;DP=105;MQ=25.3;MQ0=63	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	226999	.	A	.	154.23	mq_score:50	AN=2;DP=104;MQ=25.42;MQ0=62	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227000	.	A	.	151.23	mq_score:50;min_depth:100	AN=2;DP=103;MQ=25.24;MQ0=62	GT:DP	0/0:99
-gi|15829254|ref|NC_002695.1|	227001	.	G	.	151.23	mq_score:50	AN=2;DP=103;MQ=25.24;MQ0=62	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227002	.	A	.	151.23	mq_score:50	AN=2;DP=102;MQ=25.36;MQ0=61	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227003	.	T	.	148.23	mq_score:50	AN=2;DP=102;MQ=25.36;MQ0=61	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227004	.	A	.	142.23	mq_score:50	AN=2;DP=100;MQ=25.3;MQ0=60	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227005	.	C	.	148.23	mq_score:50	AN=2;DP=100;MQ=25.3;MQ0=60	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227006	.	G	.	148.23	mq_score:50	AN=2;DP=100;MQ=25.3;MQ0=60	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227007	.	G	.	148.23	mq_score:50	AN=2;DP=100;MQ=25.3;MQ0=60	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227008	.	A	.	151.23	mq_score:50	AN=2;DP=101;MQ=25.49;MQ0=60	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227009	.	T	.	151.23	mq_score:50	AN=2;DP=102;MQ=25.36;MQ0=61	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227010	.	T	.	151.23	mq_score:50	AN=2;DP=102;MQ=25.36;MQ0=61	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227011	.	C	.	148.23	mq_score:50	AN=2;DP=103;MQ=24.93;MQ0=63	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227012	.	T	.	145.23	mq_score:50	AN=2;DP=102;MQ=24.73;MQ0=63	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227013	.	T	.	145.23	mq_score:50	AN=2;DP=102;MQ=24.73;MQ0=63	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227014	.	A	.	145.23	mq_score:50;min_depth:100	AN=2;DP=94;MQ=25.76;MQ0=55	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	227015	.	A	.	145.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=25.9;MQ0=54	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227016	.	C	.	145.23	mq_score:50;min_depth:100	AN=2;DP=92;MQ=26.38;MQ0=52	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227017	.	G	.	142.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=25.99;MQ0=52	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227018	.	T	.	142.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=25.99;MQ0=52	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227019	.	C	.	142.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=25.99;MQ0=52	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227020	.	G	.	145.23	mq_score:50;min_depth:100	AN=2;DP=92;MQ=26.04;MQ0=53	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227021	.	C	.	148.23	mq_score:50;min_depth:100	AN=2;DP=92;MQ=26.38;MQ0=52	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227022	.	A	.	142.23	mq_score:50;min_depth:100	AN=2;DP=91;MQ=26.19;MQ0=52	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	227023	.	A	.	145.23	mq_score:50;min_depth:100	AN=2;DP=91;MQ=26.19;MQ0=52	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	227024	.	G	.	145.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=26.33;MQ0=51	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227025	.	A	.	145.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=26.33;MQ0=51	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227026	.	C	.	145.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=26.33;MQ0=51	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227027	.	G	.	142.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=25.99;MQ0=52	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227028	.	A	.	142.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=25.99;MQ0=52	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227029	.	A	.	142.23	mq_score:50;min_depth:100	AN=2;DP=89;MQ=26.14;MQ0=51	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227030	.	A	.	142.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=25.99;MQ0=52	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227031	.	A	.	145.23	mq_score:50;min_depth:100	AN=2;DP=94;MQ=25.76;MQ0=55	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	227032	.	A	.	145.23	mq_score:50;min_depth:100	AN=2;DP=97;MQ=25.36;MQ0=58	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227033	.	T	.	145.23	mq_score:50;min_depth:100	AN=2;DP=98;MQ=25.23;MQ0=59	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227034	.	G	.	145.23	mq_score:50;min_depth:100	AN=2;DP=98;MQ=25.23;MQ0=59	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227035	.	A	.	145.23	mq_score:50;min_depth:100	AN=2;DP=98;MQ=25.23;MQ0=59	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227036	.	A	.	148.23	mq_score:50;min_depth:100	AN=2;DP=99;MQ=25.43;MQ0=59	GT:DP	0/0:99
-gi|15829254|ref|NC_002695.1|	227037	.	T	.	148.23	mq_score:50	AN=2;DP=100;MQ=25.61;MQ0=59	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227038	.	A	.	142.23	mq_score:50;min_depth:100	AN=2;DP=99;MQ=25.43;MQ0=59	GT:DP	0/0:99
-gi|15829254|ref|NC_002695.1|	227039	.	C	.	148.23	mq_score:50	AN=2;DP=101;MQ=25.49;MQ0=60	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227040	.	C	.	142.23	mq_score:50;min_depth:100	AN=2;DP=98;MQ=24.91;MQ0=60	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227041	.	A	.	139.23	mq_score:50;min_depth:100	AN=2;DP=97;MQ=24.7;MQ0=60	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227042	.	A	.	139.23	mq_score:50	AN=2;DP=100;MQ=24.33;MQ0=63	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227043	.	G	.	139.23	mq_score:50	AN=2;DP=105;MQ=23.74;MQ0=68	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	227044	.	T	.	139.23	mq_score:50	AN=2;DP=108;MQ=23.41;MQ0=71	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227045	.	C	.	139.23	mq_score:50	AN=2;DP=108;MQ=23.41;MQ0=71	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227046	.	T	.	139.23	mq_score:50	AN=2;DP=108;MQ=23.41;MQ0=71	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227047	.	C	.	139.23	mq_score:50	AN=2;DP=108;MQ=23.41;MQ0=71	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227048	.	A	.	139.23	mq_score:50	AN=2;DP=108;MQ=23.41;MQ0=71	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227049	.	A	.	136.23	mq_score:50	AN=2;DP=107;MQ=23.2;MQ0=71	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227050	.	G	.	136.23	mq_score:50	AN=2;DP=107;MQ=23.2;MQ0=71	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227051	.	A	.	115.23	mq_score:50	AN=2;DP=100;MQ=21.54;MQ0=71	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227052	.	G	.	115.23	mq_score:50	AN=2;DP=100;MQ=21.54;MQ0=71	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227053	.	T	.	100.23	mq_score:50;min_depth:100	AN=2;DP=92;MQ=20.43;MQ0=68	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227054	.	G	.	103.23	mq_score:50;min_depth:100	AN=2;DP=92;MQ=20.85;MQ0=67	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227055	.	A	.	106.23	mq_score:50;min_depth:100	AN=2;DP=97;MQ=20.71;MQ0=71	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227056	.	A	.	106.23	mq_score:50	AN=2;DP=102;MQ=19.96;MQ0=76	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227057	.	C	.	103.23	mq_score:50	AN=2;DP=104;MQ=19.76;MQ0=78	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227058	.	A	.	100.23	mq_score:50	AN=2;DP=106;MQ=19.19;MQ0=81	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227059	.	C	.	100.23	mq_score:50	AN=2;DP=105;MQ=18.88;MQ0=81	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	227060	.	G	.	100.23	mq_score:50	AN=2;DP=103;MQ=19.06;MQ0=79	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227061	.	T	.	97.23	mq_score:50	AN=2;DP=103;MQ=19.06;MQ0=79	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227062	.	A	.	100.23	mq_score:50	AN=2;DP=102;MQ=19.15;MQ0=78	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227063	.	A	.	97.23	mq_score:50	AN=2;DP=106;MQ=18.79;MQ0=82	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227064	.	T	.	97.23	mq_score:50	AN=2;DP=106;MQ=18.79;MQ0=82	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227065	.	T	.	100.23	mq_score:50	AN=2;DP=108;MQ=18.62;MQ0=84	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227066	.	C	.	97.23	mq_score:50	AN=2;DP=106;MQ=18.38;MQ0=83	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227067	.	A	.	79.23	mq_score:50;min_depth:100	AN=2;DP=99;MQ=16.76;MQ0=81	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	227068	.	T	.	82.23	mq_score:50;min_depth:100	AN=2;DP=98;MQ=16.85;MQ0=80	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227069	.	T	.	82.23	mq_score:50;min_depth:100	AN=2;DP=99;MQ=16.76;MQ0=81	GT:DP	0/0:99
-gi|15829254|ref|NC_002695.1|	227070	.	A	.	82.23	mq_score:50;min_depth:100	AN=2;DP=97;MQ=16.94;MQ0=79	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227071	.	C	.	82.23	mq_score:50;min_depth:100	AN=2;DP=95;MQ=17.11;MQ0=77	GT:DP	0/0:95
-gi|15829254|ref|NC_002695.1|	227072	.	G	.	82.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=17.3;MQ0=75	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227073	.	A	.	82.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=17.3;MQ0=75	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227074	.	A	.	82.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=17.3;MQ0=75	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227075	.	G	.	82.23	mq_score:50;min_depth:100	AN=2;DP=97;MQ=16.94;MQ0=79	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227076	.	T	.	82.23	mq_score:50;min_depth:100	AN=2;DP=97;MQ=16.94;MQ0=79	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227077	.	T	.	85.23	mq_score:50;min_depth:100	AN=2;DP=98;MQ=17.33;MQ0=79	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227078	.	T	.	85.23	mq_score:50;min_depth:100	AN=2;DP=97;MQ=17.42;MQ0=78	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227079	.	A	.	85.23	mq_score:50	AN=2;DP=102;MQ=16.98;MQ0=83	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227080	.	A	.	85.23	mq_score:50	AN=2;DP=100;MQ=17.15;MQ0=81	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227081	.	T	.	85.23	mq_score:50;min_depth:100	AN=2;DP=99;MQ=17.24;MQ0=80	GT:DP	0/0:99
-gi|15829254|ref|NC_002695.1|	227082	.	T	.	76.23	mq_score:50;min_depth:100	AN=2;DP=97;MQ=16.44;MQ0=80	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227083	.	C	.	79.23	mq_score:50;min_depth:100	AN=2;DP=95;MQ=16.61;MQ0=78	GT:DP	0/0:95
-gi|15829254|ref|NC_002695.1|	227084	.	T	.	79.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=16.79;MQ0=76	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227085	.	T	.	79.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=16.79;MQ0=76	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227086	.	T	.	79.23	mq_score:50;min_depth:100	AN=2;DP=94;MQ=16.7;MQ0=77	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	227087	.	G	.	76.23	mq_score:50;min_depth:100	AN=2;DP=94;MQ=16.7;MQ0=77	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	227088	.	A	.	79.23	mq_score:50;min_depth:100	AN=2;DP=94;MQ=16.7;MQ0=77	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	227089	.	G	.	76.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=16.79;MQ0=76	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227090	.	C	.	79.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=16.79;MQ0=76	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227091	.	A	.	76.23	mq_score:50;min_depth:100	AN=2;DP=91;MQ=16.45;MQ0=75	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	227092	.	T	.	76.23	mq_score:50;min_depth:100	AN=2;DP=91;MQ=16.45;MQ0=75	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	227093	.	C	.	76.23	mq_score:50;min_depth:100	AN=2;DP=89;MQ=16.63;MQ0=73	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227094	.	A	.	76.23	mq_score:50;min_depth:100	AN=2;DP=88;MQ=16.73;MQ0=72	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	227095	.	A	.	73.23	mq_score:50;min_depth:100	AN=2;DP=85;MQ=17.02;MQ0=69	GT:DP	0/0:85
-gi|15829254|ref|NC_002695.1|	227096	.	A	.	70.23	mq_score:50;min_depth:100	AN=2;DP=85;MQ=17.02;MQ0=69	GT:DP	0/0:85
-gi|15829254|ref|NC_002695.1|	227097	.	C	.	76.23	mq_score:50;min_depth:100	AN=2;DP=86;MQ=16.92;MQ0=70	GT:DP	0/0:86
-gi|15829254|ref|NC_002695.1|	227098	.	T	.	76.23	mq_score:50;min_depth:100	AN=2;DP=86;MQ=16.92;MQ0=70	GT:DP	0/0:86
-gi|15829254|ref|NC_002695.1|	227099	.	T	.	73.23	mq_score:50;min_depth:100	AN=2;DP=85;MQ=17.02;MQ0=69	GT:DP	0/0:85
-gi|15829254|ref|NC_002695.1|	227100	.	T	.	73.23	mq_score:50;min_depth:100	AN=2;DP=85;MQ=17.02;MQ0=69	GT:DP	0/0:85
-gi|15829254|ref|NC_002695.1|	227101	.	T	.	76.23	mq_score:50;min_depth:100	AN=2;DP=85;MQ=17.02;MQ0=69	GT:DP	0/0:85
-gi|15829254|ref|NC_002695.1|	227102	.	A	.	79.23	mq_score:50;min_depth:100	AN=2;DP=86;MQ=17.46;MQ0=69	GT:DP	0/0:86
-gi|15829254|ref|NC_002695.1|	227103	.	A	.	76.23	mq_score:50;min_depth:100	AN=2;DP=85;MQ=17.57;MQ0=68	GT:DP	0/0:85
-gi|15829254|ref|NC_002695.1|	227104	.	A	.	82.23	mq_score:50;min_depth:100	AN=2;DP=86;MQ=17.99;MQ0=68	GT:DP	0/0:86
-gi|15829254|ref|NC_002695.1|	227105	.	T	.	79.23	mq_score:50;min_depth:100	AN=2;DP=86;MQ=17.99;MQ0=68	GT:DP	0/0:86
-gi|15829254|ref|NC_002695.1|	227106	.	T	.	73.23	mq_score:50;min_depth:100	AN=2;DP=84;MQ=17.12;MQ0=68	GT:DP	0/0:84
-gi|15829254|ref|NC_002695.1|	227107	.	G	.	73.23	mq_score:50;min_depth:100	AN=2;DP=84;MQ=17.12;MQ0=68	GT:DP	0/0:84
-gi|15829254|ref|NC_002695.1|	227108	.	A	.	70.23	mq_score:50;min_depth:100	AN=2;DP=83;MQ=16.66;MQ0=68	GT:DP	0/0:83
-gi|15829254|ref|NC_002695.1|	227109	.	A	.	70.23	mq_score:50;min_depth:100	AN=2;DP=80;MQ=16.97;MQ0=65	GT:DP	0/0:80
-gi|15829254|ref|NC_002695.1|	227110	.	G	.	73.23	mq_score:50;min_depth:100	AN=2;DP=85;MQ=16.46;MQ0=70	GT:DP	0/0:85
-gi|15829254|ref|NC_002695.1|	227111	.	A	.	70.23	mq_score:50;min_depth:100	AN=2;DP=83;MQ=16.66;MQ0=68	GT:DP	0/0:83
-gi|15829254|ref|NC_002695.1|	227112	.	G	.	70.23	mq_score:50;min_depth:100	AN=2;DP=86;MQ=16.36;MQ0=71	GT:DP	0/0:86
-gi|15829254|ref|NC_002695.1|	227113	.	T	.	70.23	mq_score:50;min_depth:100	AN=2;DP=88;MQ=16.18;MQ0=73	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	227114	.	T	.	73.23	mq_score:50;min_depth:100	AN=2;DP=88;MQ=16.18;MQ0=73	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	227115	.	T	.	73.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=15.99;MQ0=75	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227116	.	G	.	70.23	mq_score:50;min_depth:100	AN=2;DP=89;MQ=15.52;MQ0=75	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227117	.	A	.	70.23	mq_score:50;min_depth:100	AN=2;DP=89;MQ=15.52;MQ0=75	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227118	.	T	.	70.23	mq_score:50;min_depth:100	AN=2;DP=91;MQ=15.34;MQ0=77	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	227119	.	C	.	67.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=14.84;MQ0=77	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227120	.	A	.	70.23	mq_score:50;min_depth:100	AN=2;DP=92;MQ=15.26;MQ0=78	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227121	.	T	.	67.23	mq_score:50;min_depth:100	AN=2;DP=91;MQ=14.76;MQ0=78	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	227122	.	G	.	76.23	mq_score:50	AN=2;DP=101;MQ=15.3;MQ0=85	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227123	.	G	.	76.23	mq_score:50	AN=2;DP=101;MQ=15.3;MQ0=85	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227124	.	C	.	76.23	mq_score:50	AN=2;DP=101;MQ=15.3;MQ0=85	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227125	.	T	.	82.23	mq_score:50	AN=2;DP=104;MQ=16.07;MQ0=86	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227126	.	C	.	82.23	mq_score:50	AN=2;DP=106;MQ=15.92;MQ0=88	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227127	.	A	.	82.23	mq_score:50	AN=2;DP=107;MQ=15.84;MQ0=89	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227128	.	G	.	82.23	mq_score:50	AN=2;DP=107;MQ=15.84;MQ0=89	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227129	.	A	.	79.23	mq_score:50	AN=2;DP=106;MQ=15.92;MQ0=88	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227130	.	T	.	85.23	mq_score:50	AN=2;DP=106;MQ=16.38;MQ0=87	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227131	.	T	.	85.23	mq_score:50	AN=2;DP=105;MQ=16.46;MQ0=86	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	227132	.	G	.	82.23	mq_score:50	AN=2;DP=105;MQ=16.46;MQ0=86	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	227133	.	A	.	85.23	mq_score:50	AN=2;DP=105;MQ=16.46;MQ0=86	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	227134	.	A	.	85.23	mq_score:50	AN=2;DP=106;MQ=16.38;MQ0=87	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227135	.	C	.	85.23	mq_score:50	AN=2;DP=106;MQ=16.38;MQ0=87	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227136	.	G	.	76.23	mq_score:50	AN=2;DP=104;MQ=15.58;MQ0=87	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227137	.	C	.	73.23	mq_score:50	AN=2;DP=102;MQ=15.23;MQ0=86	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227138	.	T	.	76.23	mq_score:50	AN=2;DP=100;MQ=15.38;MQ0=84	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227139	.	G	.	76.23	mq_score:50	AN=2;DP=100;MQ=15.38;MQ0=84	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227140	.	G	.	76.23	mq_score:50	AN=2;DP=100;MQ=15.38;MQ0=84	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227141	.	C	.	76.23	mq_score:50	AN=2;DP=100;MQ=15.38;MQ0=84	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227142	.	G	.	76.23	mq_score:50;min_depth:100	AN=2;DP=97;MQ=15.61;MQ0=81	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227143	.	G	.	76.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=15.95;MQ0=77	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227144	.	C	.	76.23	mq_score:50;min_depth:100	AN=2;DP=92;MQ=16.03;MQ0=76	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227145	.	A	.	76.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=15.95;MQ0=77	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227146	.	G	.	76.23	mq_score:50;min_depth:100	AN=2;DP=97;MQ=15.61;MQ0=81	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227147	.	G	.	76.23	mq_score:50;min_depth:100	AN=2;DP=97;MQ=15.61;MQ0=81	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227148	.	C	.	73.23	mq_score:50;min_depth:100	AN=2;DP=96;MQ=15.7;MQ0=80	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	227149	.	C	.	76.23	mq_score:50;min_depth:100	AN=2;DP=96;MQ=15.7;MQ0=80	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	227150	.	T	.	76.23	mq_score:50;min_depth:100	AN=2;DP=96;MQ=15.7;MQ0=80	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	227151	.	A	.	76.23	mq_score:50;min_depth:100	AN=2;DP=98;MQ=15.53;MQ0=82	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227152	.	A	.	76.23	mq_score:50;min_depth:100	AN=2;DP=98;MQ=15.53;MQ0=82	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227153	.	C	.	76.23	mq_score:50;min_depth:100	AN=2;DP=98;MQ=15.53;MQ0=82	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227154	.	A	.	73.23	mq_score:50;min_depth:100	AN=2;DP=97;MQ=15.08;MQ0=82	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227155	.	C	.	73.23	mq_score:50;min_depth:100	AN=2;DP=96;MQ=15.16;MQ0=81	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	227156	.	A	.	70.23	mq_score:50;min_depth:100	AN=2;DP=92;MQ=15.26;MQ0=78	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227157	.	T	.	67.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=15.43;MQ0=76	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227158	.	G	.	70.23	mq_score:50;min_depth:100	AN=2;DP=87;MQ=15.69;MQ0=73	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227159	.	C	.	70.23	mq_score:50;min_depth:100	AN=2;DP=87;MQ=15.69;MQ0=73	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227160	.	A	.	70.23	mq_score:50;min_depth:100	AN=2;DP=87;MQ=15.69;MQ0=73	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227161	.	A	.	70.23	mq_score:50;min_depth:100	AN=2;DP=87;MQ=15.69;MQ0=73	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227162	.	G	.	70.23	mq_score:50;min_depth:100	AN=2;DP=88;MQ=15.6;MQ0=74	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	227163	.	T	.	79.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=17.07;MQ0=73	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227164	.	C	.	79.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=17.07;MQ0=73	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227165	.	G	.	79.23	mq_score:50;min_depth:100	AN=2;DP=89;MQ=17.17;MQ0=72	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227166	.	A	.	79.23	mq_score:50;min_depth:100	AN=2;DP=89;MQ=17.17;MQ0=72	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227167	.	A	.	79.23	mq_score:50;min_depth:100	AN=2;DP=89;MQ=17.17;MQ0=72	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227168	.	C	.	79.23	mq_score:50;min_depth:100	AN=2;DP=89;MQ=17.17;MQ0=72	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227169	.	G	.	79.23	mq_score:50;min_depth:100	AN=2;DP=88;MQ=17.26;MQ0=71	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	227170	.	G	.	79.23	mq_score:50;min_depth:100	AN=2;DP=92;MQ=16.88;MQ0=75	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227171	.	T	.	79.23	mq_score:50;min_depth:100	AN=2;DP=92;MQ=16.88;MQ0=75	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227172	.	A	.	79.23	mq_score:50;min_depth:100	AN=2;DP=92;MQ=16.88;MQ0=75	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227173	.	A	.	85.23	mq_score:50;min_depth:100	AN=2;DP=94;MQ=17.69;MQ0=75	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	227174	.	C	.	85.23	mq_score:50;min_depth:100	AN=2;DP=94;MQ=17.69;MQ0=75	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	227175	.	A	.	88.23	mq_score:50;min_depth:100	AN=2;DP=92;MQ=18.1;MQ0=72	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227176	.	G	.	88.23	mq_score:50;min_depth:100	AN=2;DP=94;MQ=17.91;MQ0=74	GT:DP	0/0:94
-gi|15829254|ref|NC_002695.1|	227177	.	G	.	85.23	mq_score:50;min_depth:100	AN=2;DP=98;MQ=17.07;MQ0=79	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227178	.	A	.	85.23	mq_score:50;min_depth:100	AN=2;DP=98;MQ=17.07;MQ0=79	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227179	.	A	.	85.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=17.52;MQ0=74	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227180	.	G	.	85.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=17.52;MQ0=74	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227181	.	A	.	85.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=17.52;MQ0=74	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227182	.	A	.	85.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=17.52;MQ0=74	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227183	.	G	.	85.23	mq_score:50;min_depth:100	AN=2;DP=93;MQ=17.52;MQ0=74	GT:DP	0/0:93
-gi|15829254|ref|NC_002695.1|	227184	.	C	.	85.23	mq_score:50;min_depth:100	AN=2;DP=91;MQ=17.71;MQ0=72	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	227185	.	T	.	85.23	mq_score:50;min_depth:100	AN=2;DP=91;MQ=17.71;MQ0=72	GT:DP	0/0:91
-gi|15829254|ref|NC_002695.1|	227186	.	T	.	85.23	mq_score:50;min_depth:100	AN=2;DP=89;MQ=17.91;MQ0=70	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227187	.	G	.	85.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227188	.	C	.	85.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227189	.	T	.	85.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227190	.	T	.	85.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227191	.	C	.	82.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227192	.	T	.	85.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227193	.	T	.	82.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227194	.	T	.	85.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227195	.	G	.	85.23	mq_score:50;min_depth:100	AN=2;DP=90;MQ=17.81;MQ0=71	GT:DP	0/0:90
-gi|15829254|ref|NC_002695.1|	227196	.	C	.	85.23	mq_score:50;min_depth:100	AN=2;DP=89;MQ=17.91;MQ0=70	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227197	.	T	.	85.23	mq_score:50;min_depth:100	AN=2;DP=87;MQ=18.12;MQ0=68	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227198	.	G	.	85.23	mq_score:50;min_depth:100	AN=2;DP=87;MQ=18.12;MQ0=68	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227199	.	A	.	85.23	mq_score:50;min_depth:100	AN=2;DP=87;MQ=18.12;MQ0=68	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227200	.	C	.	85.23	mq_score:50;min_depth:100	AN=2;DP=87;MQ=18.12;MQ0=68	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227201	.	G	.	85.23	mq_score:50;min_depth:100	AN=2;DP=88;MQ=18.01;MQ0=69	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	227202	.	A	.	85.23	mq_score:50;min_depth:100	AN=2;DP=88;MQ=18.01;MQ0=69	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	227203	.	G	.	85.23	mq_score:50;min_depth:100	AN=2;DP=88;MQ=18.01;MQ0=69	GT:DP	0/0:88
-gi|15829254|ref|NC_002695.1|	227204	.	T	.	82.23	mq_score:50;min_depth:100	AN=2;DP=87;MQ=17.6;MQ0=69	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227205	.	G	.	82.23	mq_score:50;min_depth:100	AN=2;DP=87;MQ=17.6;MQ0=69	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227206	.	G	.	82.23	mq_score:50;min_depth:100	AN=2;DP=87;MQ=17.6;MQ0=69	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227207	.	C	.	82.23	mq_score:50;min_depth:100	AN=2;DP=88;MQ=17.5;MQ0=70	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227208	.	G	.	85.23	mq_score:50;min_depth:100	AN=2;DP=89;MQ=17.91;MQ0=70	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227209	.	G	.	85.23	mq_score:50;min_depth:100	AN=2;DP=89;MQ=17.91;MQ0=70	GT:DP	0/0:89
-gi|15829254|ref|NC_002695.1|	227210	.	A	.	85.23	mq_score:50;min_depth:100	AN=2;DP=82;MQ=18.66;MQ0=63	GT:DP	0/0:82
-gi|15829254|ref|NC_002695.1|	227211	.	C	.	85.23	mq_score:50;min_depth:100	AN=2;DP=82;MQ=18.66;MQ0=63	GT:DP	0/0:82
-gi|15829254|ref|NC_002695.1|	227212	.	G	.	85.23	mq_score:50;min_depth:100	AN=2;DP=80;MQ=18.89;MQ0=61	GT:DP	0/0:80
-gi|15829254|ref|NC_002695.1|	227213	.	G	.	85.23	mq_score:50;min_depth:100	AN=2;DP=79;MQ=19.01;MQ0=60	GT:DP	0/0:79
-gi|15829254|ref|NC_002695.1|	227214	.	G	.	85.23	mq_score:50;min_depth:100	AN=2;DP=79;MQ=19.01;MQ0=60	GT:DP	0/0:79
-gi|15829254|ref|NC_002695.1|	227215	.	T	.	85.23	mq_score:50;min_depth:100	AN=2;DP=74;MQ=19.64;MQ0=55	GT:DP	0/0:74
-gi|15829254|ref|NC_002695.1|	227216	.	G	.	88.23	mq_score:50;min_depth:100	AN=2;DP=76;MQ=19.92;MQ0=56	GT:DP	0/0:76
-gi|15829254|ref|NC_002695.1|	227217	.	A	.	88.23	mq_score:50;min_depth:100	AN=2;DP=76;MQ=19.92;MQ0=56	GT:DP	0/0:76
-gi|15829254|ref|NC_002695.1|	227218	.	G	.	88.23	mq_score:50;min_depth:100	AN=2;DP=76;MQ=19.92;MQ0=56	GT:DP	0/0:76
-gi|15829254|ref|NC_002695.1|	227219	.	T	.	88.23	mq_score:50;min_depth:100	AN=2;DP=76;MQ=19.92;MQ0=56	GT:DP	0/0:75
-gi|15829254|ref|NC_002695.1|	227220	.	A	.	82.23	mq_score:50;min_depth:100	AN=2;DP=73;MQ=19.22;MQ0=55	GT:DP	0/0:73
-gi|15829254|ref|NC_002695.1|	227221	.	A	.	82.23	mq_score:50;min_depth:100	AN=2;DP=73;MQ=19.22;MQ0=55	GT:DP	0/0:73
-gi|15829254|ref|NC_002695.1|	227222	.	T	.	73.23	mq_score:50;min_depth:100	AN=2;DP=63;MQ=19.16;MQ0=48	GT:DP	0/0:63
-gi|15829254|ref|NC_002695.1|	227223	.	G	.	73.23	mq_score:50;min_depth:100	AN=2;DP=65;MQ=18.86;MQ0=50	GT:DP	0/0:64
-gi|15829254|ref|NC_002695.1|	227224	.	T	.	70.23	mq_score:50;min_depth:100	AN=2;DP=65;MQ=18.86;MQ0=50	GT:DP	0/0:65
-gi|15829254|ref|NC_002695.1|	227225	.	C	.	67.23	mq_score:50;min_depth:100	AN=2;DP=61;MQ=18.07;MQ0=48	GT:DP	0/0:61
-gi|15829254|ref|NC_002695.1|	227226	.	T	.	67.23	mq_score:50;min_depth:100	AN=2;DP=58;MQ=18.54;MQ0=45	GT:DP	0/0:58
-gi|15829254|ref|NC_002695.1|	227227	.	G	.	67.23	mq_score:50;min_depth:100	AN=2;DP=57;MQ=18.7;MQ0=44	GT:DP	0/0:57
-gi|15829254|ref|NC_002695.1|	227228	.	G	.	67.23	mq_score:50;min_depth:100	AN=2;DP=57;MQ=18.7;MQ0=44	GT:DP	0/0:57
-gi|15829254|ref|NC_002695.1|	227229	.	G	.	64.23	mq_score:50;min_depth:100	AN=2;DP=57;MQ=18.7;MQ0=44	GT:DP	0/0:57
-gi|15829254|ref|NC_002695.1|	227230	.	A	.	64.23	mq_score:50;min_depth:100	AN=2;DP=55;MQ=18.26;MQ0=43	GT:DP	0/0:55
-gi|15829254|ref|NC_002695.1|	227231	.	A	.	58.23	mq_score:50;min_depth:100	AN=2;DP=53;MQ=17.77;MQ0=42	GT:DP	0/0:53
-gi|15829254|ref|NC_002695.1|	227232	.	A	.	61.23	mq_score:50;min_depth:100	AN=2;DP=49;MQ=18.48;MQ0=38	GT:DP	0/0:49
-gi|15829254|ref|NC_002695.1|	227233	.	C	.	61.23	mq_score:50;min_depth:100	AN=2;DP=49;MQ=18.48;MQ0=38	GT:DP	0/0:49
-gi|15829254|ref|NC_002695.1|	227234	.	T	.	61.23	mq_score:50;min_depth:100	AN=2;DP=48;MQ=18.67;MQ0=37	GT:DP	0/0:48
-gi|15829254|ref|NC_002695.1|	227235	.	G	.	61.23	mq_score:50;min_depth:100	AN=2;DP=50;MQ=18.29;MQ0=39	GT:DP	0/0:48
-gi|15829254|ref|NC_002695.1|	227236	.	C	.	61.23	mq_score:50;min_depth:100	AN=2;DP=50;MQ=18.29;MQ0=39	GT:DP	0/0:50
-gi|15829254|ref|NC_002695.1|	227237	.	C	.	64.23	mq_score:50;min_depth:100	AN=2;DP=51;MQ=18.96;MQ0=39	GT:DP	0/0:51
-gi|15829254|ref|NC_002695.1|	227238	.	T	.	64.23	mq_score:50;min_depth:100	AN=2;DP=51;MQ=18.96;MQ0=39	GT:DP	0/0:51
-gi|15829254|ref|NC_002695.1|	227239	.	G	.	64.23	mq_score:50;min_depth:100	AN=2;DP=52;MQ=18.77;MQ0=40	GT:DP	0/0:52
-gi|15829254|ref|NC_002695.1|	227240	.	A	.	64.23	mq_score:50;min_depth:100	AN=2;DP=54;MQ=18.42;MQ0=42	GT:DP	0/0:54
-gi|15829254|ref|NC_002695.1|	227241	.	T	.	61.23	mq_score:50;min_depth:100	AN=2;DP=54;MQ=18.42;MQ0=42	GT:DP	0/0:54
-gi|15829254|ref|NC_002695.1|	227242	.	G	.	64.23	mq_score:50;min_depth:100	AN=2;DP=53;MQ=18.6;MQ0=41	GT:DP	0/0:53
-gi|15829254|ref|NC_002695.1|	227243	.	G	.	64.23	mq_score:50;min_depth:100	AN=2;DP=52;MQ=18.77;MQ0=40	GT:DP	0/0:52
-gi|15829254|ref|NC_002695.1|	227244	.	A	.	64.23	mq_score:50;min_depth:100	AN=2;DP=50;MQ=19.15;MQ0=38	GT:DP	0/0:50
-gi|15829254|ref|NC_002695.1|	227245	.	G	.	67.23	mq_score:50;min_depth:100	AN=2;DP=51;MQ=19.77;MQ0=38	GT:DP	0/0:51
-gi|15829254|ref|NC_002695.1|	227246	.	A	.	67.23	mq_score:50;min_depth:100	AN=2;DP=48;MQ=20.38;MQ0=35	GT:DP	0/0:48
-gi|15829254|ref|NC_002695.1|	227247	.	G	.	67.23	mq_score:50;min_depth:100	AN=2;DP=56;MQ=18.86;MQ0=43	GT:DP	0/0:56
-gi|15829254|ref|NC_002695.1|	227248	.	G	.	67.23	mq_score:50;min_depth:100	AN=2;DP=57;MQ=18.7;MQ0=44	GT:DP	0/0:57
-gi|15829254|ref|NC_002695.1|	227249	.	G	.	67.23	mq_score:50;min_depth:100	AN=2;DP=58;MQ=18.54;MQ0=45	GT:DP	0/0:58
-gi|15829254|ref|NC_002695.1|	227250	.	A	.	67.23	mq_score:50;min_depth:100	AN=2;DP=57;MQ=18.7;MQ0=44	GT:DP	0/0:57
-gi|15829254|ref|NC_002695.1|	227251	.	T	.	70.23	mq_score:50;min_depth:100	AN=2;DP=62;MQ=18.63;MQ0=48	GT:DP	0/0:62
-gi|15829254|ref|NC_002695.1|	227252	.	A	.	70.23	mq_score:50;min_depth:100	AN=2;DP=63;MQ=18.49;MQ0=49	GT:DP	0/0:63
-gi|15829254|ref|NC_002695.1|	227253	.	A	.	70.23	mq_score:50;min_depth:100	AN=2;DP=63;MQ=18.49;MQ0=49	GT:DP	0/0:63
-gi|15829254|ref|NC_002695.1|	227254	.	C	.	70.23	mq_score:50;min_depth:100	AN=2;DP=64;MQ=18.34;MQ0=50	GT:DP	0/0:64
-gi|15829254|ref|NC_002695.1|	227255	.	T	.	67.23	mq_score:50;min_depth:100	AN=2;DP=60;MQ=18.22;MQ0=47	GT:DP	0/0:60
-gi|15829254|ref|NC_002695.1|	227256	.	A	.	64.23	mq_score:50;min_depth:100	AN=2;DP=61;MQ=17.33;MQ0=49	GT:DP	0/0:61
-gi|15829254|ref|NC_002695.1|	227257	.	C	.	64.23	mq_score:50;min_depth:100	AN=2;DP=66;MQ=16.66;MQ0=54	GT:DP	0/0:66
-gi|15829254|ref|NC_002695.1|	227258	.	T	.	67.23	mq_score:50;min_depth:100	AN=2;DP=67;MQ=17.25;MQ0=54	GT:DP	0/0:67
-gi|15829254|ref|NC_002695.1|	227259	.	G	.	67.23	mq_score:50;min_depth:100	AN=2;DP=68;MQ=17.12;MQ0=55	GT:DP	0/0:68
-gi|15829254|ref|NC_002695.1|	227260	.	G	.	67.23	mq_score:50;min_depth:100	AN=2;DP=70;MQ=16.87;MQ0=57	GT:DP	0/0:70
-gi|15829254|ref|NC_002695.1|	227261	.	A	.	70.23	mq_score:50;min_depth:100	AN=2;DP=73;MQ=17.17;MQ0=59	GT:DP	0/0:73
-gi|15829254|ref|NC_002695.1|	227262	.	A	.	70.23	mq_score:50;min_depth:100	AN=2;DP=73;MQ=17.17;MQ0=59	GT:DP	0/0:73
-gi|15829254|ref|NC_002695.1|	227263	.	A	.	61.23	mq_score:50;min_depth:100	AN=2;DP=67;MQ=15.8;MQ0=56	GT:DP	0/0:67
-gi|15829254|ref|NC_002695.1|	227264	.	C	.	61.23	mq_score:50;min_depth:100	AN=2;DP=70;MQ=15.46;MQ0=59	GT:DP	0/0:70
-gi|15829254|ref|NC_002695.1|	227265	.	G	.	61.23	mq_score:50;min_depth:100	AN=2;DP=69;MQ=15.57;MQ0=58	GT:DP	0/0:69
-gi|15829254|ref|NC_002695.1|	227266	.	G	.	61.23	mq_score:50;min_depth:100	AN=2;DP=73;MQ=15.14;MQ0=62	GT:DP	0/0:73
-gi|15829254|ref|NC_002695.1|	227267	.	T	.	61.23	mq_score:50;min_depth:100	AN=2;DP=73;MQ=15.14;MQ0=62	GT:DP	0/0:73
-gi|15829254|ref|NC_002695.1|	227268	.	A	.	61.23	mq_score:50;min_depth:100	AN=2;DP=83;MQ=14.2;MQ0=72	GT:DP	0/0:83
-gi|15829254|ref|NC_002695.1|	227269	.	G	.	61.23	mq_score:50;min_depth:100	AN=2;DP=83;MQ=14.2;MQ0=72	GT:DP	0/0:82
-gi|15829254|ref|NC_002695.1|	227270	.	C	.	61.23	mq_score:50;min_depth:100	AN=2;DP=82;MQ=14.28;MQ0=71	GT:DP	0/0:82
-gi|15829254|ref|NC_002695.1|	227271	.	T	.	61.23	mq_score:50;min_depth:100	AN=2;DP=82;MQ=14.28;MQ0=71	GT:DP	0/0:82
-gi|15829254|ref|NC_002695.1|	227272	.	A	.	61.23	mq_score:50;min_depth:100	AN=2;DP=82;MQ=14.28;MQ0=71	GT:DP	0/0:82
-gi|15829254|ref|NC_002695.1|	227273	.	A	.	55.23	mq_score:50;min_depth:100	AN=2;DP=81;MQ=12.92;MQ0=72	GT:DP	0/0:81
-gi|15829254|ref|NC_002695.1|	227274	.	T	.	55.23	mq_score:50;min_depth:100	AN=2;DP=83;MQ=12.77;MQ0=74	GT:DP	0/0:83
-gi|15829254|ref|NC_002695.1|	227275	.	A	.	49.23	mq_score:50;min_depth:100	AN=2;DP=82;MQ=12.49;MQ0=74	GT:DP	0/0:79
-gi|15829254|ref|NC_002695.1|	227276	.	C	.	52.23	mq_score:50;min_depth:100	AN=2;DP=82;MQ=12.49;MQ0=74	GT:DP	0/0:82
-gi|15829254|ref|NC_002695.1|	227277	.	C	.	52.23	mq_score:50;min_depth:100	AN=2;DP=77;MQ=12.89;MQ0=69	GT:DP	0/0:77
-gi|15829254|ref|NC_002695.1|	227278	.	G	.	52.23	mq_score:50;min_depth:100	AN=2;DP=79;MQ=12.73;MQ0=71	GT:DP	0/0:79
-gi|15829254|ref|NC_002695.1|	227279	.	C	.	55.23	mq_score:50;min_depth:100	AN=2;DP=80;MQ=13.42;MQ0=71	GT:DP	0/0:80
-gi|15829254|ref|NC_002695.1|	227280	.	A	.	55.23	mq_score:50;min_depth:100	AN=2;DP=80;MQ=13.42;MQ0=71	GT:DP	0/0:80
-gi|15829254|ref|NC_002695.1|	227281	.	T	.	55.23	mq_score:50;min_depth:100	AN=2;DP=80;MQ=13.42;MQ0=71	GT:DP	0/0:80
-gi|15829254|ref|NC_002695.1|	227282	.	A	.	55.23	mq_score:50;min_depth:100	AN=2;DP=78;MQ=13.59;MQ0=69	GT:DP	0/0:78
-gi|15829254|ref|NC_002695.1|	227283	.	A	.	55.23	mq_score:50;min_depth:100	AN=2;DP=78;MQ=13.59;MQ0=69	GT:DP	0/0:78
-gi|15829254|ref|NC_002695.1|	227284	.	C	.	55.23	mq_score:50;min_depth:100	AN=2;DP=78;MQ=13.59;MQ0=69	GT:DP	0/0:78
-gi|15829254|ref|NC_002695.1|	227285	.	G	.	55.23	mq_score:50;min_depth:100	AN=2;DP=78;MQ=13.59;MQ0=69	GT:DP	0/0:78
-gi|15829254|ref|NC_002695.1|	227286	.	T	.	55.23	mq_score:50;min_depth:100	AN=2;DP=79;MQ=13.5;MQ0=70	GT:DP	0/0:79
-gi|15829254|ref|NC_002695.1|	227287	.	C	.	55.23	mq_score:50;min_depth:100	AN=2;DP=78;MQ=13.59;MQ0=69	GT:DP	0/0:78
-gi|15829254|ref|NC_002695.1|	227288	.	G	.	55.23	mq_score:50;min_depth:100	AN=2;DP=78;MQ=13.59;MQ0=69	GT:DP	0/0:78
-gi|15829254|ref|NC_002695.1|	227289	.	C	.	55.23	mq_score:50;min_depth:100	AN=2;DP=78;MQ=13.59;MQ0=69	GT:DP	0/0:77
-gi|15829254|ref|NC_002695.1|	227290	.	A	.	55.23	mq_score:50;min_depth:100	AN=2;DP=78;MQ=13.59;MQ0=69	GT:DP	0/0:78
-gi|15829254|ref|NC_002695.1|	227291	.	A	.	55.23	mq_score:50;min_depth:100	AN=2;DP=80;MQ=13.42;MQ0=71	GT:DP	0/0:80
-gi|15829254|ref|NC_002695.1|	227292	.	G	.	55.23	mq_score:50;min_depth:100	AN=2;DP=87;MQ=12.87;MQ0=78	GT:DP	0/0:87
-gi|15829254|ref|NC_002695.1|	227293	.	A	.	52.23	mq_score:50;min_depth:100	AN=2;DP=94;MQ=12.38;MQ0=85	GT:DP	0/0:92
-gi|15829254|ref|NC_002695.1|	227294	.	C	.	55.23	mq_score:50;min_depth:100	AN=2;DP=95;MQ=12.31;MQ0=86	GT:DP	0/0:95
-gi|15829254|ref|NC_002695.1|	227295	.	C	.	55.23	mq_score:50;min_depth:100	AN=2;DP=96;MQ=12.25;MQ0=87	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	227296	.	A	.	55.23	mq_score:50;min_depth:100	AN=2;DP=96;MQ=12.25;MQ0=87	GT:DP	0/0:96
-gi|15829254|ref|NC_002695.1|	227297	.	A	.	55.23	mq_score:50;min_depth:100	AN=2;DP=97;MQ=12.18;MQ0=88	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227298	.	A	.	55.23	mq_score:50;min_depth:100	AN=2;DP=97;MQ=12.18;MQ0=88	GT:DP	0/0:97
-gi|15829254|ref|NC_002695.1|	227299	.	G	.	55.23	mq_score:50	AN=2;DP=101;MQ=11.94;MQ0=92	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227300	.	A	.	55.23	mq_score:50	AN=2;DP=101;MQ=11.94;MQ0=92	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227301	.	G	.	55.23	mq_score:50	AN=2;DP=100;MQ=12.0;MQ0=91	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227302	.	G	.	55.23	mq_score:50	AN=2;DP=103;MQ=11.82;MQ0=94	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227303	.	G	.	55.23	mq_score:50	AN=2;DP=103;MQ=11.82;MQ0=94	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227304	.	G	.	55.23	mq_score:50	AN=2;DP=103;MQ=11.82;MQ0=94	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227305	.	G	.	55.23	mq_score:50	AN=2;DP=103;MQ=11.82;MQ0=94	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227306	.	A	.	55.23	mq_score:50	AN=2;DP=103;MQ=11.82;MQ0=94	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227307	.	C	.	55.23	mq_score:50	AN=2;DP=107;MQ=11.6;MQ0=98	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227308	.	C	.	52.23	mq_score:50	AN=2;DP=106;MQ=10.99;MQ0=98	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227309	.	T	.	52.23	mq_score:50	AN=2;DP=109;MQ=10.84;MQ0=101	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	227310	.	T	.	52.23	mq_score:50	AN=2;DP=110;MQ=10.79;MQ0=102	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227311	.	C	.	52.23	mq_score:50	AN=2;DP=110;MQ=10.79;MQ0=102	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227312	.	G	.	52.23	mq_score:50	AN=2;DP=110;MQ=10.79;MQ0=102	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227313	.	G	.	52.23	mq_score:50	AN=2;DP=110;MQ=10.79;MQ0=102	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227314	.	G	.	52.23	mq_score:50	AN=2;DP=110;MQ=10.79;MQ0=102	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227315	.	C	.	52.23	mq_score:50	AN=2;DP=110;MQ=10.79;MQ0=102	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227316	.	C	.	49.23	mq_score:50	AN=2;DP=108;MQ=10.18;MQ0=101	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227317	.	T	.	49.23	mq_score:50	AN=2;DP=106;MQ=10.28;MQ0=99	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227318	.	C	.	49.23	mq_score:50	AN=2;DP=107;MQ=10.23;MQ0=100	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227319	.	T	.	49.23	mq_score:50	AN=2;DP=107;MQ=10.23;MQ0=100	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227320	.	T	.	49.23	mq_score:50	AN=2;DP=108;MQ=10.18;MQ0=101	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227321	.	G	.	49.23	mq_score:50	AN=2;DP=108;MQ=10.18;MQ0=101	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227322	.	C	.	49.23	mq_score:50	AN=2;DP=107;MQ=10.23;MQ0=100	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227323	.	C	.	49.23	mq_score:50	AN=2;DP=106;MQ=10.28;MQ0=99	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227324	.	A	.	49.23	mq_score:50	AN=2;DP=109;MQ=10.14;MQ0=102	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	227325	.	T	.	49.23	mq_score:50	AN=2;DP=109;MQ=10.14;MQ0=102	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	227326	.	C	.	49.23	mq_score:50	AN=2;DP=109;MQ=10.14;MQ0=102	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	227327	.	G	.	49.23	mq_score:50	AN=2;DP=109;MQ=10.14;MQ0=102	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	227328	.	G	.	49.23	mq_score:50	AN=2;DP=111;MQ=10.04;MQ0=104	GT:DP	0/0:111
-gi|15829254|ref|NC_002695.1|	227329	.	A	.	49.23	mq_score:50	AN=2;DP=112;MQ=10.0;MQ0=105	GT:DP	0/0:112
-gi|15829254|ref|NC_002695.1|	227330	.	T	.	49.23	mq_score:50	AN=2;DP=113;MQ=9.96;MQ0=106	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227331	.	G	.	49.23	mq_score:50	AN=2;DP=115;MQ=9.87;MQ0=108	GT:DP	0/0:115
-gi|15829254|ref|NC_002695.1|	227332	.	T	.	49.23	mq_score:50	AN=2;DP=115;MQ=9.87;MQ0=108	GT:DP	0/0:115
-gi|15829254|ref|NC_002695.1|	227333	.	G	.	49.23	mq_score:50	AN=2;DP=117;MQ=9.78;MQ0=110	GT:DP	0/0:117
-gi|15829254|ref|NC_002695.1|	227334	.	C	.	49.23	mq_score:50	AN=2;DP=117;MQ=9.78;MQ0=110	GT:DP	0/0:117
-gi|15829254|ref|NC_002695.1|	227335	.	C	.	49.23	mq_score:50	AN=2;DP=116;MQ=9.83;MQ0=109	GT:DP	0/0:116
-gi|15829254|ref|NC_002695.1|	227336	.	C	.	49.23	mq_score:50	AN=2;DP=116;MQ=9.83;MQ0=109	GT:DP	0/0:116
-gi|15829254|ref|NC_002695.1|	227337	.	A	.	46.23	mq_score:50	AN=2;DP=116;MQ=9.1;MQ0=110	GT:DP	0/0:116
-gi|15829254|ref|NC_002695.1|	227338	.	G	.	46.23	mq_score:50	AN=2;DP=117;MQ=9.06;MQ0=111	GT:DP	0/0:117
-gi|15829254|ref|NC_002695.1|	227339	.	A	.	46.23	mq_score:50	AN=2;DP=116;MQ=9.1;MQ0=110	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227340	.	T	.	46.23	mq_score:50	AN=2;DP=115;MQ=9.14;MQ0=109	GT:DP	0/0:115
-gi|15829254|ref|NC_002695.1|	227341	.	G	.	46.23	mq_score:50	AN=2;DP=116;MQ=9.1;MQ0=110	GT:DP	0/0:116
-gi|15829254|ref|NC_002695.1|	227342	.	G	.	49.23	mq_score:50	AN=2;DP=129;MQ=9.32;MQ0=122	GT:DP	0/0:129
-gi|15829254|ref|NC_002695.1|	227343	.	G	.	49.23	mq_score:50	AN=2;DP=129;MQ=9.32;MQ0=122	GT:DP	0/0:129
-gi|15829254|ref|NC_002695.1|	227344	.	A	.	49.23	mq_score:50	AN=2;DP=129;MQ=9.32;MQ0=122	GT:DP	0/0:129
-gi|15829254|ref|NC_002695.1|	227345	.	T	.	46.23	mq_score:50	AN=2;DP=128;MQ=8.66;MQ0=122	GT:DP	0/0:128
-gi|15829254|ref|NC_002695.1|	227346	.	T	.	43.23	mq_score:50	AN=2;DP=128;MQ=8.66;MQ0=122	GT:DP	0/0:127
-gi|15829254|ref|NC_002695.1|	227347	.	A	.	46.23	mq_score:50	AN=2;DP=128;MQ=8.66;MQ0=122	GT:DP	0/0:128
-gi|15829254|ref|NC_002695.1|	227348	.	G	.	46.23	mq_score:50	AN=2;DP=127;MQ=8.69;MQ0=121	GT:DP	0/0:127
-gi|15829254|ref|NC_002695.1|	227349	.	C	.	46.23	mq_score:50	AN=2;DP=128;MQ=8.66;MQ0=122	GT:DP	0/0:128
-gi|15829254|ref|NC_002695.1|	227350	.	T	.	46.23	mq_score:50	AN=2;DP=128;MQ=8.66;MQ0=122	GT:DP	0/0:128
-gi|15829254|ref|NC_002695.1|	227351	.	A	.	43.23	mq_score:50	AN=2;DP=125;MQ=8.0;MQ0=120	GT:DP	0/0:125
-gi|15829254|ref|NC_002695.1|	227352	.	G	.	43.23	mq_score:50	AN=2;DP=124;MQ=8.03;MQ0=119	GT:DP	0/0:124
-gi|15829254|ref|NC_002695.1|	227353	.	T	.	43.23	mq_score:50	AN=2;DP=125;MQ=8.0;MQ0=120	GT:DP	0/0:124
-gi|15829254|ref|NC_002695.1|	227354	.	A	.	43.23	mq_score:50	AN=2;DP=125;MQ=8.0;MQ0=120	GT:DP	0/0:125
-gi|15829254|ref|NC_002695.1|	227355	.	G	.	43.23	mq_score:50	AN=2;DP=125;MQ=8.0;MQ0=120	GT:DP	0/0:125
-gi|15829254|ref|NC_002695.1|	227356	.	G	.	43.23	mq_score:50	AN=2;DP=123;MQ=8.06;MQ0=118	GT:DP	0/0:123
-gi|15829254|ref|NC_002695.1|	227357	.	T	.	46.23	mq_score:50	AN=2;DP=119;MQ=8.98;MQ0=113	GT:DP	0/0:119
-gi|15829254|ref|NC_002695.1|	227358	.	G	.	43.23	mq_score:50	AN=2;DP=117;MQ=8.27;MQ0=112	GT:DP	0/0:117
-gi|15829254|ref|NC_002695.1|	227359	.	G	.	43.23	mq_score:50	AN=2;DP=121;MQ=8.13;MQ0=116	GT:DP	0/0:121
-gi|15829254|ref|NC_002695.1|	227360	.	G	.	43.23	mq_score:50	AN=2;DP=119;MQ=8.2;MQ0=114	GT:DP	0/0:119
-gi|15829254|ref|NC_002695.1|	227361	.	G	.	40.23	mq_score:50	AN=2;DP=116;MQ=7.43;MQ0=112	GT:DP	0/0:116
-gi|15829254|ref|NC_002695.1|	227362	.	T	.	40.23	mq_score:50	AN=2;DP=116;MQ=7.43;MQ0=112	GT:DP	0/0:115
-gi|15829254|ref|NC_002695.1|	227363	.	A	.	40.23	mq_score:50	AN=2;DP=115;MQ=7.46;MQ0=111	GT:DP	0/0:115
-gi|15829254|ref|NC_002695.1|	227364	.	A	.	40.23	mq_score:50	AN=2;DP=113;MQ=7.53;MQ0=109	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227365	.	C	.	40.23	mq_score:50	AN=2;DP=114;MQ=7.49;MQ0=110	GT:DP	0/0:114
-gi|15829254|ref|NC_002695.1|	227366	.	G	.	40.23	mq_score:50	AN=2;DP=110;MQ=7.63;MQ0=106	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227367	.	G	.	40.23	mq_score:50	AN=2;DP=111;MQ=7.59;MQ0=107	GT:DP	0/0:111
-gi|15829254|ref|NC_002695.1|	227368	.	C	.	40.23	mq_score:50	AN=2;DP=105;MQ=7.81;MQ0=101	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	227369	.	T	.	40.23	mq_score:50	AN=2;DP=104;MQ=7.84;MQ0=100	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227370	.	C	.	40.23	mq_score:50	AN=2;DP=106;MQ=7.77;MQ0=102	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227371	.	A	.	40.23	mq_score:50	AN=2;DP=106;MQ=7.77;MQ0=102	GT:DP	0/0:106
-gi|15829254|ref|NC_002695.1|	227372	.	C	.	40.23	mq_score:50	AN=2;DP=110;MQ=7.63;MQ0=106	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227373	.	C	.	40.23	mq_score:50	AN=2;DP=109;MQ=7.66;MQ0=105	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	227374	.	T	.	40.23	mq_score:50	AN=2;DP=111;MQ=7.59;MQ0=107	GT:DP	0/0:111
-gi|15829254|ref|NC_002695.1|	227375	.	A	.	40.23	mq_score:50	AN=2;DP=111;MQ=7.59;MQ0=107	GT:DP	0/0:111
-gi|15829254|ref|NC_002695.1|	227376	.	G	.	40.23	mq_score:50	AN=2;DP=110;MQ=7.63;MQ0=106	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227377	.	G	.	40.23	mq_score:50	AN=2;DP=110;MQ=7.63;MQ0=106	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227378	.	C	.	40.23	mq_score:50	AN=2;DP=109;MQ=7.66;MQ0=105	GT:DP	0/0:109
-gi|15829254|ref|NC_002695.1|	227379	.	G	.	37.23	mq_score:50	AN=2;DP=108;MQ=6.67;MQ0=105	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227380	.	A	.	37.23	mq_score:50	AN=2;DP=108;MQ=6.67;MQ0=105	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227381	.	C	.	37.23	mq_score:50	AN=2;DP=108;MQ=6.67;MQ0=105	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227382	.	G	.	37.23	mq_score:50	AN=2;DP=108;MQ=6.67;MQ0=105	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227383	.	A	.	37.23	mq_score:50	AN=2;DP=119;MQ=6.35;MQ0=116	GT:DP	0/0:119
-gi|15829254|ref|NC_002695.1|	227384	.	T	.	37.23	mq_score:50	AN=2;DP=124;MQ=6.22;MQ0=121	GT:DP	0/0:124
-gi|15829254|ref|NC_002695.1|	227385	.	C	.	37.23	mq_score:50	AN=2;DP=124;MQ=6.22;MQ0=121	GT:DP	0/0:124
-gi|15829254|ref|NC_002695.1|	227386	.	C	.	37.23	mq_score:50	AN=2;DP=123;MQ=6.25;MQ0=120	GT:DP	0/0:123
-gi|15829254|ref|NC_002695.1|	227387	.	C	.	37.23	mq_score:50	AN=2;DP=125;MQ=6.2;MQ0=122	GT:DP	0/0:125
-gi|15829254|ref|NC_002695.1|	227388	.	T	.	37.23	mq_score:50	AN=2;DP=128;MQ=6.12;MQ0=125	GT:DP	0/0:128
-gi|15829254|ref|NC_002695.1|	227389	.	A	.	37.23	mq_score:50	AN=2;DP=128;MQ=6.12;MQ0=125	GT:DP	0/0:128
-gi|15829254|ref|NC_002695.1|	227390	.	G	.	37.23	mq_score:50	AN=2;DP=126;MQ=6.17;MQ0=123	GT:DP	0/0:126
-gi|15829254|ref|NC_002695.1|	227391	.	C	.	37.23	mq_score:50	AN=2;DP=126;MQ=6.17;MQ0=123	GT:DP	0/0:126
-gi|15829254|ref|NC_002695.1|	227392	.	T	.	37.23	mq_score:50	AN=2;DP=119;MQ=6.35;MQ0=116	GT:DP	0/0:119
-gi|15829254|ref|NC_002695.1|	227393	.	G	.	37.23	mq_score:50	AN=2;DP=114;MQ=6.49;MQ0=111	GT:DP	0/0:114
-gi|15829254|ref|NC_002695.1|	227394	.	G	.	37.23	mq_score:50	AN=2;DP=114;MQ=6.49;MQ0=111	GT:DP	0/0:114
-gi|15829254|ref|NC_002695.1|	227395	.	T	.	37.23	mq_score:50	AN=2;DP=114;MQ=6.49;MQ0=111	GT:DP	0/0:114
-gi|15829254|ref|NC_002695.1|	227396	.	C	.	37.23	mq_score:50	AN=2;DP=114;MQ=6.49;MQ0=111	GT:DP	0/0:114
-gi|15829254|ref|NC_002695.1|	227397	.	T	.	37.23	mq_score:50	AN=2;DP=113;MQ=6.52;MQ0=110	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227398	.	G	.	37.23	mq_score:50	AN=2;DP=114;MQ=6.49;MQ0=111	GT:DP	0/0:114
-gi|15829254|ref|NC_002695.1|	227399	.	A	.	37.23	mq_score:50	AN=2;DP=111;MQ=6.58;MQ0=108	GT:DP	0/0:111
-gi|15829254|ref|NC_002695.1|	227400	.	G	.	37.23	mq_score:50	AN=2;DP=112;MQ=6.55;MQ0=109	GT:DP	0/0:112
-gi|15829254|ref|NC_002695.1|	227401	.	A	.	37.23	mq_score:50	AN=2;DP=112;MQ=6.55;MQ0=109	GT:DP	0/0:112
-gi|15829254|ref|NC_002695.1|	227402	.	G	.	34.23	mq_score:50	AN=2;DP=108;MQ=5.44;MQ0=106	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227403	.	G	.	34.23	mq_score:50	AN=2;DP=108;MQ=5.44;MQ0=106	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227404	.	A	.	34.23	mq_score:50	AN=2;DP=108;MQ=5.44;MQ0=106	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227405	.	T	.	34.23	mq_score:50	AN=2;DP=108;MQ=5.44;MQ0=106	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227406	.	G	.	34.23	mq_score:50	AN=2;DP=108;MQ=5.44;MQ0=106	GT:DP	0/0:108
-gi|15829254|ref|NC_002695.1|	227407	.	A	.	34.23	mq_score:50	AN=2;DP=104;MQ=5.55;MQ0=102	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227408	.	C	.	34.23	mq_score:50	AN=2;DP=104;MQ=5.55;MQ0=102	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227409	.	C	.	34.23	mq_score:50	AN=2;DP=101;MQ=5.63;MQ0=99	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227410	.	A	.	34.23	mq_score:50	AN=2;DP=100;MQ=5.66;MQ0=98	GT:DP	0/0:100
-gi|15829254|ref|NC_002695.1|	227411	.	G	.	34.23	mq_score:50	AN=2;DP=101;MQ=5.63;MQ0=99	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227412	.	C	.	34.23	mq_score:50	AN=2;DP=101;MQ=5.63;MQ0=99	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227413	.	C	.	34.23	mq_score:50	AN=2;DP=101;MQ=5.63;MQ0=99	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227414	.	A	.	34.23	mq_score:50;min_depth:100	AN=2;DP=101;MQ=5.63;MQ0=99	GT:DP	0/0:98
-gi|15829254|ref|NC_002695.1|	227415	.	C	.	34.23	mq_score:50	AN=2;DP=112;MQ=5.35;MQ0=110	GT:DP	0/0:112
-gi|15829254|ref|NC_002695.1|	227416	.	A	.	34.23	mq_score:50	AN=2;DP=116;MQ=5.25;MQ0=114	GT:DP	0/0:116
-gi|15829254|ref|NC_002695.1|	227417	.	C	.	34.23	mq_score:50	AN=2;DP=118;MQ=5.21;MQ0=116	GT:DP	0/0:118
-gi|15829254|ref|NC_002695.1|	227418	.	T	.	34.23	mq_score:50	AN=2;DP=117;MQ=5.23;MQ0=115	GT:DP	0/0:117
-gi|15829254|ref|NC_002695.1|	227419	.	G	.	34.23	mq_score:50	AN=2;DP=118;MQ=5.21;MQ0=116	GT:DP	0/0:118
-gi|15829254|ref|NC_002695.1|	227420	.	G	.	34.23	mq_score:50	AN=2;DP=118;MQ=5.21;MQ0=116	GT:DP	0/0:118
-gi|15829254|ref|NC_002695.1|	227421	.	A	.	34.23	mq_score:50	AN=2;DP=119;MQ=5.19;MQ0=117	GT:DP	0/0:119
-gi|15829254|ref|NC_002695.1|	227422	.	A	.	34.23	mq_score:50	AN=2;DP=119;MQ=5.19;MQ0=117	GT:DP	0/0:119
-gi|15829254|ref|NC_002695.1|	227423	.	C	.	34.23	mq_score:50	AN=2;DP=121;MQ=5.14;MQ0=119	GT:DP	0/0:121
-gi|15829254|ref|NC_002695.1|	227424	.	T	.	34.23	mq_score:50	AN=2;DP=118;MQ=5.21;MQ0=116	GT:DP	0/0:118
-gi|15829254|ref|NC_002695.1|	227425	.	G	.	34.23	mq_score:50	AN=2;DP=117;MQ=5.23;MQ0=115	GT:DP	0/0:117
-gi|15829254|ref|NC_002695.1|	227426	.	A	.	34.23	mq_score:50	AN=2;DP=117;MQ=5.23;MQ0=115	GT:DP	0/0:117
-gi|15829254|ref|NC_002695.1|	227427	.	G	.	34.23	mq_score:50	AN=2;DP=118;MQ=5.21;MQ0=116	GT:DP	0/0:118
-gi|15829254|ref|NC_002695.1|	227428	.	A	.	34.23	mq_score:50	AN=2;DP=118;MQ=5.21;MQ0=116	GT:DP	0/0:118
-gi|15829254|ref|NC_002695.1|	227429	.	C	.	34.23	mq_score:50	AN=2;DP=117;MQ=5.23;MQ0=115	GT:DP	0/0:117
-gi|15829254|ref|NC_002695.1|	227430	.	A	.	34.23	mq_score:50	AN=2;DP=116;MQ=5.25;MQ0=114	GT:DP	0/0:116
-gi|15829254|ref|NC_002695.1|	227431	.	C	.	34.23	mq_score:50	AN=2;DP=114;MQ=5.3;MQ0=112	GT:DP	0/0:114
-gi|15829254|ref|NC_002695.1|	227432	.	G	.	34.23	mq_score:50	AN=2;DP=113;MQ=5.32;MQ0=111	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227433	.	G	.	34.23	mq_score:50	AN=2;DP=120;MQ=5.16;MQ0=118	GT:DP	0/0:120
-gi|15829254|ref|NC_002695.1|	227434	.	T	.	34.23	mq_score:50	AN=2;DP=121;MQ=5.14;MQ0=119	GT:DP	0/0:121
-gi|15829254|ref|NC_002695.1|	227435	.	C	.	34.23	mq_score:50	AN=2;DP=121;MQ=5.14;MQ0=119	GT:DP	0/0:121
-gi|15829254|ref|NC_002695.1|	227436	.	C	.	34.23	mq_score:50	AN=2;DP=122;MQ=5.12;MQ0=120	GT:DP	0/0:122
-gi|15829254|ref|NC_002695.1|	227437	.	A	.	34.23	mq_score:50	AN=2;DP=121;MQ=5.14;MQ0=119	GT:DP	0/0:121
-gi|15829254|ref|NC_002695.1|	227438	.	G	.	34.23	mq_score:50	AN=2;DP=122;MQ=5.12;MQ0=120	GT:DP	0/0:122
-gi|15829254|ref|NC_002695.1|	227439	.	A	.	34.23	mq_score:50	AN=2;DP=123;MQ=5.1;MQ0=121	GT:DP	0/0:121
-gi|15829254|ref|NC_002695.1|	227440	.	C	.	34.23	mq_score:50	AN=2;DP=126;MQ=5.04;MQ0=124	GT:DP	0/0:126
-gi|15829254|ref|NC_002695.1|	227441	.	T	.	34.23	mq_score:50	AN=2;DP=124;MQ=5.08;MQ0=122	GT:DP	0/0:124
-gi|15829254|ref|NC_002695.1|	227442	.	C	.	31.24	mq_score:50	AN=2;DP=113;MQ=3.76;MQ0=112	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227443	.	C	.	31.24	mq_score:50	AN=2;DP=113;MQ=3.76;MQ0=112	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227444	.	T	.	31.23	mq_score:50	AN=2;DP=113;MQ=3.76;MQ0=112	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227445	.	A	.	31.23	mq_score:50	AN=2;DP=113;MQ=3.76;MQ0=112	GT:DP	0/0:110
-gi|15829254|ref|NC_002695.1|	227446	.	C	.	31.23	mq_score:50	AN=2;DP=113;MQ=3.76;MQ0=112	GT:DP	0/0:113
-gi|15829254|ref|NC_002695.1|	227447	.	G	.	31.23	mq_score:50	AN=2;DP=104;MQ=3.92;MQ0=103	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227448	.	G	.	31.23	mq_score:50	AN=2;DP=107;MQ=3.87;MQ0=106	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227449	.	G	.	31.23	mq_score:50	AN=2;DP=105;MQ=3.9;MQ0=104	GT:DP	0/0:105
-gi|15829254|ref|NC_002695.1|	227450	.	A	.	31.23	mq_score:50	AN=2;DP=107;MQ=3.87;MQ0=106	GT:DP	0/0:107
-gi|15829254|ref|NC_002695.1|	227451	.	G	.	31.23	mq_score:50	AN=2;DP=103;MQ=3.94;MQ0=102	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227452	.	G	.	31.23	mq_score:50	AN=2;DP=102;MQ=3.96;MQ0=101	GT:DP	0/0:101
-gi|15829254|ref|NC_002695.1|	227453	.	C	.	31.23	mq_score:50	AN=2;DP=103;MQ=3.94;MQ0=102	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227454	.	A	.	31.23	mq_score:50	AN=2;DP=102;MQ=3.96;MQ0=101	GT:DP	0/0:102
-gi|15829254|ref|NC_002695.1|	227455	.	G	.	31.23	mq_score:50	AN=2;DP=104;MQ=3.92;MQ0=103	GT:DP	0/0:104
-gi|15829254|ref|NC_002695.1|	227456	.	C	.	31.23	mq_score:50	AN=2;DP=103;MQ=3.94;MQ0=102	GT:DP	0/0:103
-gi|15829254|ref|NC_002695.1|	227457	.	A	.	.	mq_score:50	DP=102;MQ=0.0;MQ0=102	GT	./.
-gi|15829254|ref|NC_002695.1|	227458	.	G	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227459	.	T	.	.	mq_score:50	DP=101;MQ=0.0;MQ0=101	GT	./.
-gi|15829254|ref|NC_002695.1|	227460	.	G	.	.	mq_score:50	DP=103;MQ=0.0;MQ0=103	GT	./.
-gi|15829254|ref|NC_002695.1|	227461	.	G	.	.	mq_score:50	DP=103;MQ=0.0;MQ0=103	GT	./.
-gi|15829254|ref|NC_002695.1|	227462	.	G	.	.	mq_score:50	DP=104;MQ=0.0;MQ0=104	GT	./.
-gi|15829254|ref|NC_002695.1|	227463	.	G	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227464	.	A	.	.	mq_score:50	DP=111;MQ=0.0;MQ0=111	GT	./.
-gi|15829254|ref|NC_002695.1|	227465	.	A	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227466	.	T	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227467	.	A	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227468	.	T	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227469	.	T	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227470	.	G	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227471	.	C	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227472	.	A	.	.	mq_score:50	DP=122;MQ=0.0;MQ0=122	GT	./.
-gi|15829254|ref|NC_002695.1|	227473	.	C	.	.	mq_score:50	DP=124;MQ=0.0;MQ0=124	GT	./.
-gi|15829254|ref|NC_002695.1|	227474	.	A	.	.	mq_score:50	DP=119;MQ=0.0;MQ0=119	GT	./.
-gi|15829254|ref|NC_002695.1|	227475	.	A	.	.	mq_score:50	DP=119;MQ=0.0;MQ0=119	GT	./.
-gi|15829254|ref|NC_002695.1|	227476	.	T	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227477	.	G	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227478	.	G	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227479	.	G	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227480	.	C	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227481	.	G	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227482	.	C	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227483	.	A	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227484	.	A	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227485	.	G	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227486	.	C	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227487	.	C	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227488	.	T	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227489	.	G	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227490	.	A	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227491	.	T	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227492	.	G	.	.	mq_score:50	DP=122;MQ=0.0;MQ0=122	GT	./.
-gi|15829254|ref|NC_002695.1|	227493	.	C	.	.	mq_score:50	DP=122;MQ=0.0;MQ0=122	GT	./.
-gi|15829254|ref|NC_002695.1|	227494	.	A	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227495	.	G	.	.	mq_score:50	DP=124;MQ=0.0;MQ0=124	GT	./.
-gi|15829254|ref|NC_002695.1|	227496	.	C	.	.	mq_score:50	DP=124;MQ=0.0;MQ0=124	GT	./.
-gi|15829254|ref|NC_002695.1|	227497	.	C	.	.	mq_score:50	DP=125;MQ=0.0;MQ0=125	GT	./.
-gi|15829254|ref|NC_002695.1|	227498	.	A	.	.	mq_score:50	DP=124;MQ=0.0;MQ0=124	GT	./.
-gi|15829254|ref|NC_002695.1|	227499	.	T	.	.	mq_score:50	DP=127;MQ=0.0;MQ0=127	GT	./.
-gi|15829254|ref|NC_002695.1|	227500	.	G	.	.	mq_score:50	DP=126;MQ=0.0;MQ0=126	GT	./.
-gi|15829254|ref|NC_002695.1|	227501	.	C	.	.	mq_score:50	DP=126;MQ=0.0;MQ0=126	GT	./.
-gi|15829254|ref|NC_002695.1|	227502	.	C	.	.	mq_score:50	DP=126;MQ=0.0;MQ0=126	GT	./.
-gi|15829254|ref|NC_002695.1|	227503	.	G	.	.	mq_score:50	DP=126;MQ=0.0;MQ0=126	GT	./.
-gi|15829254|ref|NC_002695.1|	227504	.	C	.	.	mq_score:50	DP=125;MQ=0.0;MQ0=125	GT	./.
-gi|15829254|ref|NC_002695.1|	227505	.	G	.	.	mq_score:50	DP=126;MQ=0.0;MQ0=126	GT	./.
-gi|15829254|ref|NC_002695.1|	227506	.	T	.	.	mq_score:50	DP=129;MQ=0.0;MQ0=129	GT	./.
-gi|15829254|ref|NC_002695.1|	227507	.	G	.	.	mq_score:50	DP=132;MQ=0.0;MQ0=132	GT	./.
-gi|15829254|ref|NC_002695.1|	227508	.	T	.	.	mq_score:50	DP=131;MQ=0.0;MQ0=131	GT	./.
-gi|15829254|ref|NC_002695.1|	227509	.	A	.	.	mq_score:50	DP=131;MQ=0.0;MQ0=131	GT	./.
-gi|15829254|ref|NC_002695.1|	227510	.	T	.	.	mq_score:50	DP=131;MQ=0.0;MQ0=131	GT	./.
-gi|15829254|ref|NC_002695.1|	227511	.	G	.	.	mq_score:50	DP=128;MQ=0.0;MQ0=128	GT	./.
-gi|15829254|ref|NC_002695.1|	227512	.	A	.	.	mq_score:50	DP=128;MQ=0.0;MQ0=128	GT	./.
-gi|15829254|ref|NC_002695.1|	227513	.	A	.	.	mq_score:50	DP=130;MQ=0.0;MQ0=130	GT	./.
-gi|15829254|ref|NC_002695.1|	227514	.	G	.	.	mq_score:50	DP=129;MQ=0.0;MQ0=129	GT	./.
-gi|15829254|ref|NC_002695.1|	227515	.	A	.	.	mq_score:50	DP=130;MQ=0.0;MQ0=130	GT	./.
-gi|15829254|ref|NC_002695.1|	227516	.	A	.	.	mq_score:50	DP=125;MQ=0.0;MQ0=125	GT	./.
-gi|15829254|ref|NC_002695.1|	227517	.	G	.	.	mq_score:50	DP=124;MQ=0.0;MQ0=124	GT	./.
-gi|15829254|ref|NC_002695.1|	227518	.	G	.	.	mq_score:50	DP=125;MQ=0.0;MQ0=125	GT	./.
-gi|15829254|ref|NC_002695.1|	227519	.	C	.	.	mq_score:50	DP=124;MQ=0.0;MQ0=124	GT	./.
-gi|15829254|ref|NC_002695.1|	227520	.	C	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227521	.	T	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227522	.	T	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227523	.	C	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227524	.	G	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227525	.	G	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227526	.	G	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227527	.	T	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227528	.	T	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227529	.	G	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227530	.	T	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227531	.	A	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227532	.	A	.	.	mq_score:50	DP=122;MQ=0.0;MQ0=122	GT	./.
-gi|15829254|ref|NC_002695.1|	227533	.	A	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227534	.	G	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227535	.	T	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227536	.	A	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227537	.	C	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227538	.	T	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227539	.	T	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227540	.	T	.	.	mq_score:50	DP=128;MQ=0.0;MQ0=128	GT	./.
-gi|15829254|ref|NC_002695.1|	227541	.	C	.	.	mq_score:50	DP=129;MQ=0.0;MQ0=129	GT	./.
-gi|15829254|ref|NC_002695.1|	227542	.	A	.	.	mq_score:50	DP=130;MQ=0.0;MQ0=130	GT	./.
-gi|15829254|ref|NC_002695.1|	227543	.	G	.	.	mq_score:50	DP=129;MQ=0.0;MQ0=129	GT	./.
-gi|15829254|ref|NC_002695.1|	227544	.	C	.	.	mq_score:50	DP=130;MQ=0.0;MQ0=130	GT	./.
-gi|15829254|ref|NC_002695.1|	227545	.	G	.	.	mq_score:50	DP=130;MQ=0.0;MQ0=130	GT	./.
-gi|15829254|ref|NC_002695.1|	227546	.	G	.	.	mq_score:50	DP=133;MQ=0.0;MQ0=133	GT	./.
-gi|15829254|ref|NC_002695.1|	227547	.	G	.	.	mq_score:50	DP=133;MQ=0.0;MQ0=133	GT	./.
-gi|15829254|ref|NC_002695.1|	227548	.	G	.	.	mq_score:50	DP=133;MQ=0.0;MQ0=133	GT	./.
-gi|15829254|ref|NC_002695.1|	227549	.	A	.	.	mq_score:50	DP=133;MQ=0.0;MQ0=133	GT	./.
-gi|15829254|ref|NC_002695.1|	227550	.	G	.	.	mq_score:50	DP=133;MQ=0.0;MQ0=133	GT	./.
-gi|15829254|ref|NC_002695.1|	227551	.	G	.	.	mq_score:50	DP=133;MQ=0.0;MQ0=133	GT	./.
-gi|15829254|ref|NC_002695.1|	227552	.	A	.	.	mq_score:50	DP=134;MQ=0.0;MQ0=134	GT	./.
-gi|15829254|ref|NC_002695.1|	227553	.	A	.	.	mq_score:50	DP=135;MQ=0.0;MQ0=135	GT	./.
-gi|15829254|ref|NC_002695.1|	227554	.	G	.	.	mq_score:50	DP=137;MQ=0.0;MQ0=137	GT	./.
-gi|15829254|ref|NC_002695.1|	227555	.	G	.	.	mq_score:50	DP=137;MQ=0.0;MQ0=137	GT	./.
-gi|15829254|ref|NC_002695.1|	227556	.	G	.	.	mq_score:50	DP=139;MQ=0.0;MQ0=139	GT	./.
-gi|15829254|ref|NC_002695.1|	227557	.	A	.	.	mq_score:50	DP=137;MQ=0.0;MQ0=137	GT	./.
-gi|15829254|ref|NC_002695.1|	227558	.	G	.	.	mq_score:50	DP=136;MQ=0.0;MQ0=136	GT	./.
-gi|15829254|ref|NC_002695.1|	227559	.	T	.	.	mq_score:50	DP=136;MQ=0.0;MQ0=136	GT	./.
-gi|15829254|ref|NC_002695.1|	227560	.	A	.	.	mq_score:50	DP=134;MQ=0.0;MQ0=134	GT	./.
-gi|15829254|ref|NC_002695.1|	227561	.	A	.	.	mq_score:50	DP=134;MQ=0.0;MQ0=134	GT	./.
-gi|15829254|ref|NC_002695.1|	227562	.	A	.	.	mq_score:50	DP=135;MQ=0.0;MQ0=135	GT	./.
-gi|15829254|ref|NC_002695.1|	227563	.	G	.	.	mq_score:50	DP=143;MQ=0.0;MQ0=143	GT	./.
-gi|15829254|ref|NC_002695.1|	227564	.	T	.	.	mq_score:50	DP=137;MQ=0.0;MQ0=137	GT	./.
-gi|15829254|ref|NC_002695.1|	227565	.	T	.	.	mq_score:50	DP=130;MQ=0.0;MQ0=130	GT	./.
-gi|15829254|ref|NC_002695.1|	227566	.	A	.	.	mq_score:50	DP=131;MQ=0.0;MQ0=131	GT	./.
-gi|15829254|ref|NC_002695.1|	227567	.	A	.	.	mq_score:50	DP=130;MQ=0.0;MQ0=130	GT	./.
-gi|15829254|ref|NC_002695.1|	227568	.	T	.	.	mq_score:50	DP=130;MQ=0.0;MQ0=130	GT	./.
-gi|15829254|ref|NC_002695.1|	227569	.	A	.	.	mq_score:50	DP=128;MQ=0.0;MQ0=128	GT	./.
-gi|15829254|ref|NC_002695.1|	227570	.	C	.	.	mq_score:50	DP=131;MQ=0.0;MQ0=131	GT	./.
-gi|15829254|ref|NC_002695.1|	227571	.	C	.	.	mq_score:50	DP=124;MQ=0.0;MQ0=124	GT	./.
-gi|15829254|ref|NC_002695.1|	227572	.	T	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227573	.	T	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227574	.	T	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227575	.	G	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227576	.	C	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227577	.	T	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227578	.	C	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227579	.	A	.	.	mq_score:50	DP=121;MQ=0.0;MQ0=121	GT	./.
-gi|15829254|ref|NC_002695.1|	227580	.	T	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227581	.	T	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227582	.	G	.	.	mq_score:50	DP=124;MQ=0.0;MQ0=124	GT	./.
-gi|15829254|ref|NC_002695.1|	227583	.	A	.	.	mq_score:50	DP=123;MQ=0.0;MQ0=123	GT	./.
-gi|15829254|ref|NC_002695.1|	227584	.	C	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227585	.	G	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227586	.	T	.	.	mq_score:50	DP=112;MQ=0.0;MQ0=112	GT	./.
-gi|15829254|ref|NC_002695.1|	227587	.	T	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227588	.	A	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227589	.	C	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227590	.	C	.	.	mq_score:50	DP=111;MQ=0.0;MQ0=111	GT	./.
-gi|15829254|ref|NC_002695.1|	227591	.	C	.	.	mq_score:50	DP=111;MQ=0.0;MQ0=111	GT	./.
-gi|15829254|ref|NC_002695.1|	227592	.	G	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227593	.	C	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227594	.	A	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227595	.	G	.	.	mq_score:50	DP=108;MQ=0.0;MQ0=108	GT	./.
-gi|15829254|ref|NC_002695.1|	227596	.	A	.	.	mq_score:50	DP=108;MQ=0.0;MQ0=108	GT	./.
-gi|15829254|ref|NC_002695.1|	227597	.	A	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227598	.	G	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227599	.	A	.	.	mq_score:50	DP=103;MQ=0.0;MQ0=103	GT	./.
-gi|15829254|ref|NC_002695.1|	227600	.	A	.	.	mq_score:50	DP=103;MQ=0.0;MQ0=103	GT	./.
-gi|15829254|ref|NC_002695.1|	227601	.	G	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227602	.	C	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227603	.	A	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227604	.	C	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227605	.	C	.	.	mq_score:50	DP=102;MQ=0.0;MQ0=102	GT	./.
-gi|15829254|ref|NC_002695.1|	227606	.	G	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227607	.	G	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227608	.	C	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227609	.	T	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227610	.	A	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227611	.	A	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227612	.	C	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227613	.	T	.	.	mq_score:50	DP=108;MQ=0.0;MQ0=108	GT	./.
-gi|15829254|ref|NC_002695.1|	227614	.	C	.	.	mq_score:50	DP=108;MQ=0.0;MQ0=108	GT	./.
-gi|15829254|ref|NC_002695.1|	227615	.	C	.	.	mq_score:50;min_depth:100	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227616	.	G	.	.	mq_score:50;min_depth:100	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227617	.	T	.	.	mq_score:50;min_depth:100	DP=98;MQ=0.0;MQ0=98	GT	./.
-gi|15829254|ref|NC_002695.1|	227618	.	G	.	.	mq_score:50;min_depth:100	DP=97;MQ=0.0;MQ0=97	GT	./.
-gi|15829254|ref|NC_002695.1|	227619	.	C	.	.	mq_score:50;min_depth:100	DP=96;MQ=0.0;MQ0=96	GT	./.
-gi|15829254|ref|NC_002695.1|	227620	.	C	.	.	mq_score:50;min_depth:100	DP=96;MQ=0.0;MQ0=96	GT	./.
-gi|15829254|ref|NC_002695.1|	227621	.	A	.	.	mq_score:50;min_depth:100	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227622	.	G	.	.	mq_score:50;min_depth:100	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227623	.	C	.	.	mq_score:50;min_depth:100	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227624	.	A	.	.	mq_score:50;min_depth:100	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227625	.	G	.	.	mq_score:50;min_depth:100	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227626	.	C	.	.	mq_score:50;min_depth:100	DP=96;MQ=0.0;MQ0=96	GT	./.
-gi|15829254|ref|NC_002695.1|	227627	.	C	.	.	mq_score:50;min_depth:100	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227628	.	G	.	.	mq_score:50;min_depth:100	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227629	.	C	.	.	mq_score:50;min_depth:100	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227630	.	G	.	.	mq_score:50;min_depth:100	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227631	.	G	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227632	.	T	.	.	mq_score:50	DP=107;MQ=0.0;MQ0=107	GT	./.
-gi|15829254|ref|NC_002695.1|	227633	.	A	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227634	.	A	.	.	mq_score:50	DP=114;MQ=0.0;MQ0=114	GT	./.
-gi|15829254|ref|NC_002695.1|	227635	.	T	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227636	.	A	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227637	.	C	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227638	.	G	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227639	.	G	.	.	mq_score:50	DP=108;MQ=0.0;MQ0=108	GT	./.
-gi|15829254|ref|NC_002695.1|	227640	.	A	.	.	mq_score:50;min_depth:100	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227641	.	G	.	.	mq_score:50	DP=101;MQ=0.0;MQ0=101	GT	./.
-gi|15829254|ref|NC_002695.1|	227642	.	G	.	.	mq_score:50;min_depth:100	DP=97;MQ=0.0;MQ0=97	GT	./.
-gi|15829254|ref|NC_002695.1|	227643	.	G	.	.	mq_score:50	DP=101;MQ=0.0;MQ0=101	GT	./.
-gi|15829254|ref|NC_002695.1|	227644	.	T	.	.	mq_score:50;min_depth:100	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227645	.	G	.	.	mq_score:50;min_depth:100	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227646	.	C	.	.	mq_score:50;min_depth:100	DP=98;MQ=0.0;MQ0=98	GT	./.
-gi|15829254|ref|NC_002695.1|	227647	.	A	.	.	mq_score:50;min_depth:100	DP=98;MQ=0.0;MQ0=98	GT	./.
-gi|15829254|ref|NC_002695.1|	227648	.	A	.	.	mq_score:50;min_depth:100	DP=96;MQ=0.0;MQ0=96	GT	./.
-gi|15829254|ref|NC_002695.1|	227649	.	G	.	.	mq_score:50;min_depth:100	DP=97;MQ=0.0;MQ0=97	GT	./.
-gi|15829254|ref|NC_002695.1|	227650	.	C	.	.	mq_score:50;min_depth:100	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227651	.	G	.	.	mq_score:50;min_depth:100	DP=96;MQ=0.0;MQ0=96	GT	./.
-gi|15829254|ref|NC_002695.1|	227652	.	T	.	.	mq_score:50;min_depth:100	DP=93;MQ=0.0;MQ0=93	GT	./.
-gi|15829254|ref|NC_002695.1|	227653	.	T	.	.	mq_score:50;min_depth:100	DP=93;MQ=0.0;MQ0=93	GT	./.
-gi|15829254|ref|NC_002695.1|	227654	.	A	.	.	mq_score:50;min_depth:100	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227655	.	A	.	.	mq_score:50;min_depth:100	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227656	.	T	.	.	mq_score:50;min_depth:100	DP=92;MQ=0.0;MQ0=92	GT	./.
-gi|15829254|ref|NC_002695.1|	227657	.	C	.	.	mq_score:50;min_depth:100	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227658	.	G	.	.	mq_score:50;min_depth:100	DP=92;MQ=0.0;MQ0=92	GT	./.
-gi|15829254|ref|NC_002695.1|	227659	.	G	.	.	mq_score:50;min_depth:100	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227660	.	A	.	.	mq_score:50;min_depth:100	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227661	.	A	.	.	mq_score:50;min_depth:100	DP=96;MQ=0.0;MQ0=96	GT	./.
-gi|15829254|ref|NC_002695.1|	227662	.	T	.	.	mq_score:50;min_depth:100	DP=93;MQ=0.0;MQ0=93	GT	./.
-gi|15829254|ref|NC_002695.1|	227663	.	T	.	.	mq_score:50;min_depth:100	DP=86;MQ=0.0;MQ0=86	GT	./.
-gi|15829254|ref|NC_002695.1|	227664	.	A	.	.	mq_score:50;min_depth:100	DP=87;MQ=0.0;MQ0=87	GT	./.
-gi|15829254|ref|NC_002695.1|	227665	.	C	.	.	mq_score:50;min_depth:100	DP=87;MQ=0.0;MQ0=87	GT	./.
-gi|15829254|ref|NC_002695.1|	227666	.	T	.	.	mq_score:50;min_depth:100	DP=90;MQ=0.0;MQ0=90	GT	./.
-gi|15829254|ref|NC_002695.1|	227667	.	G	.	.	mq_score:50;min_depth:100	DP=90;MQ=0.0;MQ0=90	GT	./.
-gi|15829254|ref|NC_002695.1|	227668	.	G	.	.	mq_score:50;min_depth:100	DP=93;MQ=0.0;MQ0=93	GT	./.
-gi|15829254|ref|NC_002695.1|	227669	.	G	.	.	mq_score:50;min_depth:100	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227670	.	C	.	.	mq_score:50;min_depth:100	DP=96;MQ=0.0;MQ0=96	GT	./.
-gi|15829254|ref|NC_002695.1|	227671	.	G	.	.	mq_score:50;min_depth:100	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227672	.	T	.	.	mq_score:50;min_depth:100	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227673	.	A	.	.	mq_score:50;min_depth:100	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227674	.	A	.	.	mq_score:50;min_depth:100	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227675	.	A	.	.	mq_score:50;min_depth:100	DP=97;MQ=0.0;MQ0=97	GT	./.
-gi|15829254|ref|NC_002695.1|	227676	.	G	.	.	mq_score:50	DP=101;MQ=0.0;MQ0=101	GT	./.
-gi|15829254|ref|NC_002695.1|	227677	.	C	.	.	mq_score:50	DP=101;MQ=0.0;MQ0=101	GT	./.
-gi|15829254|ref|NC_002695.1|	227678	.	G	.	.	mq_score:50	DP=102;MQ=0.0;MQ0=102	GT	./.
-gi|15829254|ref|NC_002695.1|	227679	.	C	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227680	.	A	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227681	.	C	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227682	.	G	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227683	.	C	.	.	mq_score:50	DP=107;MQ=0.0;MQ0=107	GT	./.
-gi|15829254|ref|NC_002695.1|	227684	.	A	.	.	mq_score:50	DP=107;MQ=0.0;MQ0=107	GT	./.
-gi|15829254|ref|NC_002695.1|	227685	.	G	.	.	mq_score:50	DP=108;MQ=0.0;MQ0=108	GT	./.
-gi|15829254|ref|NC_002695.1|	227686	.	G	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227687	.	C	.	.	mq_score:50	DP=112;MQ=0.0;MQ0=112	GT	./.
-gi|15829254|ref|NC_002695.1|	227688	.	G	.	.	mq_score:50	DP=112;MQ=0.0;MQ0=112	GT	./.
-gi|15829254|ref|NC_002695.1|	227689	.	G	.	.	mq_score:50	DP=113;MQ=0.0;MQ0=113	GT	./.
-gi|15829254|ref|NC_002695.1|	227690	.	T	.	.	mq_score:50	DP=112;MQ=0.0;MQ0=112	GT	./.
-gi|15829254|ref|NC_002695.1|	227691	.	T	.	.	mq_score:50	DP=113;MQ=0.0;MQ0=113	GT	./.
-gi|15829254|ref|NC_002695.1|	227692	.	T	.	.	mq_score:50	DP=113;MQ=0.0;MQ0=113	GT	./.
-gi|15829254|ref|NC_002695.1|	227693	.	G	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227694	.	T	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227695	.	T	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227696	.	A	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227697	.	A	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227698	.	G	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227699	.	T	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227700	.	C	.	.	mq_score:50	DP=118;MQ=0.0;MQ0=118	GT	./.
-gi|15829254|ref|NC_002695.1|	227701	.	A	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227702	.	G	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227703	.	A	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227704	.	T	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227705	.	G	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227706	.	T	.	.	mq_score:50	DP=111;MQ=0.0;MQ0=111	GT	./.
-gi|15829254|ref|NC_002695.1|	227707	.	G	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227708	.	A	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227709	.	A	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227710	.	A	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227711	.	T	.	.	mq_score:50	DP=114;MQ=0.0;MQ0=114	GT	./.
-gi|15829254|ref|NC_002695.1|	227712	.	C	.	.	mq_score:50	DP=116;MQ=0.0;MQ0=116	GT	./.
-gi|15829254|ref|NC_002695.1|	227713	.	C	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227714	.	C	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227715	.	C	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227716	.	G	.	.	mq_score:50	DP=119;MQ=0.0;MQ0=119	GT	./.
-gi|15829254|ref|NC_002695.1|	227717	.	G	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227718	.	G	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227719	.	C	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227720	.	T	.	.	mq_score:50	DP=120;MQ=0.0;MQ0=120	GT	./.
-gi|15829254|ref|NC_002695.1|	227721	.	C	.	.	mq_score:50	DP=127;MQ=0.0;MQ0=127	GT	./.
-gi|15829254|ref|NC_002695.1|	227722	.	A	.	.	mq_score:50	DP=129;MQ=0.0;MQ0=129	GT	./.
-gi|15829254|ref|NC_002695.1|	227723	.	A	.	.	mq_score:50	DP=131;MQ=0.0;MQ0=131	GT	./.
-gi|15829254|ref|NC_002695.1|	227724	.	C	.	.	mq_score:50	DP=132;MQ=0.0;MQ0=132	GT	./.
-gi|15829254|ref|NC_002695.1|	227725	.	C	.	.	mq_score:50	DP=131;MQ=0.0;MQ0=131	GT	./.
-gi|15829254|ref|NC_002695.1|	227726	.	T	.	.	mq_score:50	DP=129;MQ=0.0;MQ0=129	GT	./.
-gi|15829254|ref|NC_002695.1|	227727	.	G	.	.	mq_score:50	DP=129;MQ=0.0;MQ0=129	GT	./.
-gi|15829254|ref|NC_002695.1|	227728	.	G	.	.	mq_score:50	DP=129;MQ=0.0;MQ0=129	GT	./.
-gi|15829254|ref|NC_002695.1|	227729	.	G	.	.	mq_score:50	DP=122;MQ=0.0;MQ0=122	GT	./.
-gi|15829254|ref|NC_002695.1|	227730	.	A	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227731	.	A	.	.	mq_score:50	DP=115;MQ=0.0;MQ0=115	GT	./.
-gi|15829254|ref|NC_002695.1|	227732	.	C	.	.	mq_score:50	DP=117;MQ=0.0;MQ0=117	GT	./.
-gi|15829254|ref|NC_002695.1|	227733	.	T	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227734	.	G	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227735	.	C	.	.	mq_score:50	DP=111;MQ=0.0;MQ0=111	GT	./.
-gi|15829254|ref|NC_002695.1|	227736	.	A	.	.	mq_score:50	DP=114;MQ=0.0;MQ0=114	GT	./.
-gi|15829254|ref|NC_002695.1|	227737	.	T	.	.	mq_score:50	DP=114;MQ=0.0;MQ0=114	GT	./.
-gi|15829254|ref|NC_002695.1|	227738	.	C	.	.	mq_score:50	DP=112;MQ=0.0;MQ0=112	GT	./.
-gi|15829254|ref|NC_002695.1|	227739	.	T	.	.	mq_score:50	DP=112;MQ=0.0;MQ0=112	GT	./.
-gi|15829254|ref|NC_002695.1|	227740	.	G	.	.	mq_score:50	DP=113;MQ=0.0;MQ0=113	GT	./.
-gi|15829254|ref|NC_002695.1|	227741	.	A	.	.	mq_score:50	DP=111;MQ=0.0;MQ0=111	GT	./.
-gi|15829254|ref|NC_002695.1|	227742	.	T	.	.	mq_score:50	DP=111;MQ=0.0;MQ0=111	GT	./.
-gi|15829254|ref|NC_002695.1|	227743	.	A	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227744	.	C	.	.	mq_score:50	DP=107;MQ=0.0;MQ0=107	GT	./.
-gi|15829254|ref|NC_002695.1|	227745	.	T	.	.	mq_score:50	DP=107;MQ=0.0;MQ0=107	GT	./.
-gi|15829254|ref|NC_002695.1|	227746	.	G	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227747	.	G	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227748	.	C	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227749	.	A	.	.	mq_score:50	DP=108;MQ=0.0;MQ0=108	GT	./.
-gi|15829254|ref|NC_002695.1|	227750	.	A	.	.	mq_score:50	DP=107;MQ=0.0;MQ0=107	GT	./.
-gi|15829254|ref|NC_002695.1|	227751	.	G	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227752	.	C	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227753	.	T	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227754	.	T	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227755	.	G	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227756	.	A	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227757	.	G	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227758	.	T	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227759	.	C	.	.	mq_score:50	DP=112;MQ=0.0;MQ0=112	GT	./.
-gi|15829254|ref|NC_002695.1|	227760	.	T	.	.	mq_score:50	DP=113;MQ=0.0;MQ0=113	GT	./.
-gi|15829254|ref|NC_002695.1|	227761	.	C	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227762	.	G	.	.	mq_score:50	DP=110;MQ=0.0;MQ0=110	GT	./.
-gi|15829254|ref|NC_002695.1|	227763	.	T	.	.	mq_score:50	DP=111;MQ=0.0;MQ0=111	GT	./.
-gi|15829254|ref|NC_002695.1|	227764	.	A	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227765	.	G	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227766	.	A	.	.	mq_score:50	DP=103;MQ=0.0;MQ0=103	GT	./.
-gi|15829254|ref|NC_002695.1|	227767	.	G	.	.	mq_score:50	DP=104;MQ=0.0;MQ0=104	GT	./.
-gi|15829254|ref|NC_002695.1|	227768	.	G	.	.	mq_score:50	DP=102;MQ=0.0;MQ0=102	GT	./.
-gi|15829254|ref|NC_002695.1|	227769	.	G	.	.	mq_score:50;min_depth:100	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227770	.	G	.	.	mq_score:50	DP=101;MQ=0.0;MQ0=101	GT	./.
-gi|15829254|ref|NC_002695.1|	227771	.	G	.	.	mq_score:50	DP=100;MQ=0.0;MQ0=100	GT	./.
-gi|15829254|ref|NC_002695.1|	227772	.	G	.	.	mq_score:50	DP=100;MQ=0.0;MQ0=100	GT	./.
-gi|15829254|ref|NC_002695.1|	227773	.	T	.	.	mq_score:50;min_depth:100	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227774	.	A	.	.	mq_score:50;min_depth:100	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227775	.	G	.	.	mq_score:50	DP=101;MQ=0.0;MQ0=101	GT	./.
-gi|15829254|ref|NC_002695.1|	227776	.	A	.	.	mq_score:50	DP=100;MQ=0.0;MQ0=100	GT	./.
-gi|15829254|ref|NC_002695.1|	227777	.	A	.	.	mq_score:50	DP=101;MQ=0.0;MQ0=101	GT	./.
-gi|15829254|ref|NC_002695.1|	227778	.	T	.	.	mq_score:50;min_depth:100	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227779	.	T	.	.	mq_score:50;min_depth:100	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227780	.	C	.	.	mq_score:50;min_depth:100	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227781	.	C	.	.	mq_score:50;min_depth:100	DP=92;MQ=0.0;MQ0=92	GT	./.
-gi|15829254|ref|NC_002695.1|	227782	.	A	.	.	mq_score:50;min_depth:100	DP=92;MQ=0.0;MQ0=92	GT	./.
-gi|15829254|ref|NC_002695.1|	227783	.	G	.	.	mq_score:50;min_depth:100	DP=91;MQ=0.0;MQ0=91	GT	./.
-gi|15829254|ref|NC_002695.1|	227784	.	G	.	.	mq_score:50;min_depth:100	DP=91;MQ=0.0;MQ0=91	GT	./.
-gi|15829254|ref|NC_002695.1|	227785	.	T	.	.	mq_score:50;min_depth:100	DP=91;MQ=0.0;MQ0=91	GT	./.
-gi|15829254|ref|NC_002695.1|	227786	.	G	.	.	mq_score:50;min_depth:100	DP=90;MQ=0.0;MQ0=90	GT	./.
-gi|15829254|ref|NC_002695.1|	227787	.	T	.	.	mq_score:50;min_depth:100	DP=87;MQ=0.0;MQ0=87	GT	./.
-gi|15829254|ref|NC_002695.1|	227788	.	A	.	.	mq_score:50;min_depth:100	DP=87;MQ=0.0;MQ0=87	GT	./.
-gi|15829254|ref|NC_002695.1|	227789	.	G	.	.	mq_score:50;min_depth:100	DP=88;MQ=0.0;MQ0=88	GT	./.
-gi|15829254|ref|NC_002695.1|	227790	.	C	.	.	mq_score:50;min_depth:100	DP=87;MQ=0.0;MQ0=87	GT	./.
-gi|15829254|ref|NC_002695.1|	227791	.	G	.	.	mq_score:50;min_depth:100	DP=87;MQ=0.0;MQ0=87	GT	./.
-gi|15829254|ref|NC_002695.1|	227792	.	G	.	.	mq_score:50;min_depth:100	DP=87;MQ=0.0;MQ0=87	GT	./.
-gi|15829254|ref|NC_002695.1|	227793	.	T	.	.	mq_score:50;min_depth:100	DP=84;MQ=0.0;MQ0=84	GT	./.
-gi|15829254|ref|NC_002695.1|	227794	.	G	.	.	mq_score:50;min_depth:100	DP=84;MQ=0.0;MQ0=84	GT	./.
-gi|15829254|ref|NC_002695.1|	227795	.	A	.	.	mq_score:50;min_depth:100	DP=89;MQ=0.0;MQ0=89	GT	./.
-gi|15829254|ref|NC_002695.1|	227796	.	A	.	.	mq_score:50;min_depth:100	DP=89;MQ=0.0;MQ0=89	GT	./.
-gi|15829254|ref|NC_002695.1|	227797	.	A	.	.	mq_score:50;min_depth:100	DP=92;MQ=0.0;MQ0=92	GT	./.
-gi|15829254|ref|NC_002695.1|	227798	.	T	.	.	mq_score:50;min_depth:100	DP=89;MQ=0.0;MQ0=89	GT	./.
-gi|15829254|ref|NC_002695.1|	227799	.	G	.	.	mq_score:50;min_depth:100	DP=93;MQ=0.0;MQ0=93	GT	./.
-gi|15829254|ref|NC_002695.1|	227800	.	C	.	.	mq_score:50;min_depth:100	DP=93;MQ=0.0;MQ0=93	GT	./.
-gi|15829254|ref|NC_002695.1|	227801	.	G	.	.	mq_score:50;min_depth:100	DP=92;MQ=0.0;MQ0=92	GT	./.
-gi|15829254|ref|NC_002695.1|	227802	.	T	.	.	mq_score:50;min_depth:100	DP=91;MQ=0.0;MQ0=91	GT	./.
-gi|15829254|ref|NC_002695.1|	227803	.	A	.	.	mq_score:50;min_depth:100	DP=92;MQ=0.0;MQ0=92	GT	./.
-gi|15829254|ref|NC_002695.1|	227804	.	G	.	.	mq_score:50;min_depth:100	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227805	.	A	.	.	mq_score:50;min_depth:100	DP=96;MQ=0.0;MQ0=96	GT	./.
-gi|15829254|ref|NC_002695.1|	227806	.	G	.	.	mq_score:50	DP=104;MQ=0.0;MQ0=104	GT	./.
-gi|15829254|ref|NC_002695.1|	227807	.	A	.	.	mq_score:50	DP=109;MQ=0.0;MQ0=109	GT	./.
-gi|15829254|ref|NC_002695.1|	227808	.	T	.	.	mq_score:50	DP=104;MQ=0.0;MQ0=104	GT	./.
-gi|15829254|ref|NC_002695.1|	227809	.	C	.	.	mq_score:50	DP=104;MQ=0.0;MQ0=104	GT	./.
-gi|15829254|ref|NC_002695.1|	227810	.	T	.	.	mq_score:50	DP=103;MQ=0.0;MQ0=103	GT	./.
-gi|15829254|ref|NC_002695.1|	227811	.	G	.	.	mq_score:50	DP=104;MQ=0.0;MQ0=104	GT	./.
-gi|15829254|ref|NC_002695.1|	227812	.	G	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227813	.	A	.	.	mq_score:50	DP=105;MQ=0.0;MQ0=105	GT	./.
-gi|15829254|ref|NC_002695.1|	227814	.	G	.	.	mq_score:50	DP=104;MQ=0.0;MQ0=104	GT	./.
-gi|15829254|ref|NC_002695.1|	227815	.	G	.	.	mq_score:50	DP=106;MQ=0.0;MQ0=106	GT	./.
-gi|15829254|ref|NC_002695.1|	227816	.	A	.	.	mq_score:50	DP=102;MQ=0.0;MQ0=102	GT	./.
-gi|15829254|ref|NC_002695.1|	227817	.	A	.	.	mq_score:50	DP=102;MQ=0.0;MQ0=102	GT	./.
-gi|15829254|ref|NC_002695.1|	227818	.	T	.	.	mq_score:50	DP=103;MQ=0.0;MQ0=103	GT	./.
-gi|15829254|ref|NC_002695.1|	227819	.	A	.	.	mq_score:50	DP=103;MQ=0.0;MQ0=103	GT	./.
-gi|15829254|ref|NC_002695.1|	227820	.	C	.	.	mq_score:50	DP=104;MQ=0.0;MQ0=104	GT	./.
-gi|15829254|ref|NC_002695.1|	227821	.	C	.	.	mq_score:50;min_depth:100	DP=97;MQ=0.0;MQ0=97	GT	./.
-gi|15829254|ref|NC_002695.1|	227822	.	G	.	.	mq_score:50;min_depth:100	DP=99;MQ=0.0;MQ0=99	GT	./.
-gi|15829254|ref|NC_002695.1|	227823	.	G	.	.	mq_score:50;min_depth:100	DP=97;MQ=0.0;MQ0=97	GT	./.
-gi|15829254|ref|NC_002695.1|	227824	.	T	.	.	mq_score:50;min_depth:100	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227825	.	G	.	.	mq_score:50;min_depth:100	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227826	.	G	.	.	mq_score:50;min_depth:100	DP=95;MQ=0.0;MQ0=95	GT	./.
-gi|15829254|ref|NC_002695.1|	227827	.	C	.	.	mq_score:50;min_depth:100	DP=94;MQ=0.0;MQ0=94	GT	./.
-gi|15829254|ref|NC_002695.1|	227828	.	G	.	.	mq_score:50;min_depth:100	DP=94;MQ=0.0;MQ0=94	GT	./.
--- a/tool_dependencies.xml	Fri Dec 18 07:30:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-<tool_dependency>
-    <package name="python" version="2.7.10">
-        <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
-    </package>
-    <package name="pyyaml" version="3.11">
-        <repository changeset_revision="99267d131c05" name="package_python_2_7_pyyaml_3_11" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
-    </package>
-    <package name="pyvcf" version="0.6.8dev">
-        <repository changeset_revision="7ef691e979b5" name="package_python_2_7_pyvcf_0_6_8dev" owner="ulfschaefer" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
-    </package>
-</tool_dependency>