From cb93e7e5a18e1096285961802f754e16296652e6 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Tue, 13 Jun 2023 14:33:29 -0700
Subject: [PATCH 01/43] Add recipe for saccharis 2.0 dev18 build 1 to bioconda

---
 recipes/saccharis/LICENSE   | 674 ++++++++++++++++++++++++++++++++++++
 recipes/saccharis/icon.png  | Bin 0 -> 40524 bytes
 recipes/saccharis/meta.yaml |  85 +++++
 3 files changed, 759 insertions(+)
 create mode 100644 recipes/saccharis/LICENSE
 create mode 100644 recipes/saccharis/icon.png
 create mode 100644 recipes/saccharis/meta.yaml

diff --git a/recipes/saccharis/LICENSE b/recipes/saccharis/LICENSE
new file mode 100644
index 0000000000000..f288702d2fa16
--- /dev/null
+++ b/recipes/saccharis/LICENSE
@@ -0,0 +1,674 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://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 <https://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:
+
+    <program>  Copyright (C) <year>  <name of author>
+    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
+<https://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
+<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/recipes/saccharis/icon.png b/recipes/saccharis/icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..d18d558369f2a0f57815ceeed5d8417d11025fc1
GIT binary patch
literal 40524
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

literal 0
HcmV?d00001

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
new file mode 100644
index 0000000000000..555954039e2ce
--- /dev/null
+++ b/recipes/saccharis/meta.yaml
@@ -0,0 +1,85 @@
+#{% set data = load_setup_py_data(setup_file='../setup.py', from_recipe_dir=True) %}
+  {% set name = "SACCHARIS" %}
+
+package:
+  name: "{{ name|lower }}"
+#  version: {{ data.get('version') }}
+  version: "2.0.0.dev18"
+
+source:
+#  path: ./..
+  # git_url: https://github.com/AlexSCFraser/saccharis2.git
+  git_url: https://github.com/saccharis/SACCHARIS_2.git
+  git_depth: 1 # only grab most recent commit on branch
+
+build:
+  noarch: python
+#  number: {{ data.get('build') }}
+  number: 1
+  script: {{ PYTHON }} setup.py install
+  preserve_egg_dir: True # added because the entry points below seem to be causing a build error
+  entry_points:
+    - saccharis = saccharis.CLI:cli_main
+    - saccharis.make_family_files = saccharis.utils.FamilyCategories:cli_main
+    - saccharis.add_family_category = saccharis.utils.FamilyCategories:cli_append_user_family
+    - saccharis.rename_user_file = saccharis.utils.UserFastaRename:cli_main
+    - saccharis.prune_seqs = saccharis.ExtractAndPruneCAZymes:cli_prune_seqs
+    - saccharis.screen_cazome = saccharis.ScreenUserFile:cli_cazome
+    - saccharis.show_family_categories = saccharis.utils.FamilyCategories:show_categories
+    - saccharis-gui = saccharis.gui.PipelineGUI:main
+
+requirements:
+  build:
+    - python
+    - setuptools
+  host:
+    - python
+  run:
+    - beautifulsoup4 >=4.11.1
+    - biopython >=1.79
+    - dbcan >=3.0.6, < 4 # [not win]
+    - diamond >=2.0.15 # [not win]
+    - fasttree >=2.1.11 # [not win]
+    - hmmer >=3.3 # [not win]
+    - lxml >=4.9.0
+    - modeltest-ng >=0.1.7  # [not win]
+    - muscle >=3.8  # [not win]
+    - psutil
+    - python >=3.8
+    - python-dotenv >=0.20.0
+    - python-wget >=3.2
+    - raxml >=8.2.12 # [not win]
+    - requests >=2.28.0
+    - pyqt >=5,<6
+    - pyqt5-sip >=12.11
+#    - pip:
+#        - lxml >=4.9.0
+#        - pyqt >=5,<6
+#        - pyqt5-sip >=12.11
+
+app:
+  entry: saccharis-gui
+  icon: icon.png
+  summary: "SACCHARIS Bioinformatics Pipeline"
+
+  # output section does not work
+#outputs:
+#  - name: saccharis2
+#    files:
+#      - ../src/utils/*.py
+#      - ../src/*.py
+#      - ../src/config/*.json
+
+test:
+  commands:
+    - saccharis -v
+    - saccharis.make_family_files
+    - saccharis.show_family_categories
+
+about:
+  home: https://github.com/saccharis/SACCHARIS_2
+  dev_url: https://github.com/saccharis/SACCHARIS_2
+  description: Bioinformatics pipeline to automate phylogenetic analysis of CAZyme families in FASTA sequences
+  license: GPL v3
+  license_file: LICENSE
+  summary: A CAZyme discovery tool.

From f6f773d79851f991f81406b62414adc9e32b74a3 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Fri, 23 Jun 2023 14:30:01 -0700
Subject: [PATCH 02/43] updated to use git tag

---
 recipes/saccharis/meta.yaml | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 555954039e2ce..72c824b392c3f 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,21 +1,24 @@
 #{% set data = load_setup_py_data(setup_file='../setup.py', from_recipe_dir=True) %}
   {% set name = "SACCHARIS" %}
+  {% set version = "2.0.0.dev18" %}
+  {% set build_no = 0 %}
 
 package:
   name: "{{ name|lower }}"
 #  version: {{ data.get('version') }}
-  version: "2.0.0.dev18"
+  version: "{{ version }}"
 
 source:
 #  path: ./..
   # git_url: https://github.com/AlexSCFraser/saccharis2.git
+#  git_url: https://github.com/saccharis/SACCHARIS_2/tree/release.git
   git_url: https://github.com/saccharis/SACCHARIS_2.git
-  git_depth: 1 # only grab most recent commit on branch
+  git_tag: v{{ version }}
 
 build:
   noarch: python
 #  number: {{ data.get('build') }}
-  number: 1
+  number: {{ build_no }}
   script: {{ PYTHON }} setup.py install
   preserve_egg_dir: True # added because the entry points below seem to be causing a build error
   entry_points:
@@ -33,7 +36,7 @@ requirements:
     - python
     - setuptools
   host:
-    - python
+    - python >=3.6
   run:
     - beautifulsoup4 >=4.11.1
     - biopython >=1.79
@@ -52,6 +55,7 @@ requirements:
     - requests >=2.28.0
     - pyqt >=5,<6
     - pyqt5-sip >=12.11
+#    sort out pyqt5 install issues, sometimes pip seemed to install it with fewer errors?
 #    - pip:
 #        - lxml >=4.9.0
 #        - pyqt >=5,<6
@@ -62,16 +66,9 @@ app:
   icon: icon.png
   summary: "SACCHARIS Bioinformatics Pipeline"
 
-  # output section does not work
-#outputs:
-#  - name: saccharis2
-#    files:
-#      - ../src/utils/*.py
-#      - ../src/*.py
-#      - ../src/config/*.json
-
 test:
   commands:
+      #future todo: pipe test output to null for these tests, per https://bioconda.github.io/contributor/guidelines.html#tests
     - saccharis -v
     - saccharis.make_family_files
     - saccharis.show_family_categories

From d37cc1b441eaab0c495d1b88df88f6b64a02377f Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Fri, 23 Jun 2023 16:41:15 -0700
Subject: [PATCH 03/43] updated to use a python package generated from
 setuptools build, with sha256 hash, and added
 --single-version-externally-managed --record=record.txt args to setup.py
 install as per bioconda test suite

---
 recipes/saccharis/meta.yaml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 72c824b392c3f..3b93099e55186 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -9,17 +9,18 @@ package:
   version: "{{ version }}"
 
 source:
-#  path: ./..
-  # git_url: https://github.com/AlexSCFraser/saccharis2.git
-#  git_url: https://github.com/saccharis/SACCHARIS_2/tree/release.git
-  git_url: https://github.com/saccharis/SACCHARIS_2.git
-  git_tag: v{{ version }}
+#  git_url: https://github.com/saccharis/SACCHARIS_2.git
+#  git_tag: v{{ version }}
+  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
+  sha256: 9D393600BC51323FC18CD772F679C8CEA8472EC8DAB4D6DEDCEDC5AAF2461EB5
 
 build:
   noarch: python
 #  number: {{ data.get('build') }}
   number: {{ build_no }}
-  script: {{ PYTHON }} setup.py install
+#  script: {{ PYTHON }} setup.py install
+#  added --single-version-externally-managed --record=record.txt args based on bioconda test build feedback
+  script: {{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt
   preserve_egg_dir: True # added because the entry points below seem to be causing a build error
   entry_points:
     - saccharis = saccharis.CLI:cli_main

From ae1285ba582e85f57fad37fdde767490dec1fb16 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Fri, 23 Jun 2023 17:09:28 -0700
Subject: [PATCH 04/43] lowercased hash, since it's case-sensitive

---
 recipes/saccharis/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 3b93099e55186..3ccb10c0ca2be 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -12,7 +12,7 @@ source:
 #  git_url: https://github.com/saccharis/SACCHARIS_2.git
 #  git_tag: v{{ version }}
   url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
-  sha256: 9D393600BC51323FC18CD772F679C8CEA8472EC8DAB4D6DEDCEDC5AAF2461EB5
+  sha256: 9d393600bc51323fc18cd772f679c8cea8472ec8dab4d6dedcedc5aaf2461eb5
 
 build:
   noarch: python

From a7ddfe6bb23706f061bb2cac6a4ca51788b7dbb2 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Fri, 23 Jun 2023 17:30:18 -0700
Subject: [PATCH 05/43] added filename as "fn: saccharis-{{ version }}.tar.gz"

---
 recipes/saccharis/meta.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 3ccb10c0ca2be..ecd9da678b775 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -11,6 +11,7 @@ package:
 source:
 #  git_url: https://github.com/saccharis/SACCHARIS_2.git
 #  git_tag: v{{ version }}
+  fn: saccharis-{{ version }}.tar.gz
   url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
   sha256: 9d393600bc51323fc18cd772f679c8cea8472ec8dab4d6dedcedc5aaf2461eb5
 

From ebbdbc4fd73c9a93ddd5fcdbd2add52805d01d15 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Fri, 23 Jun 2023 19:37:45 -0700
Subject: [PATCH 06/43] removed filename since bioconda considers it an error

---
 recipes/saccharis/meta.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index ecd9da678b775..3ccb10c0ca2be 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -11,7 +11,6 @@ package:
 source:
 #  git_url: https://github.com/saccharis/SACCHARIS_2.git
 #  git_tag: v{{ version }}
-  fn: saccharis-{{ version }}.tar.gz
   url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
   sha256: 9d393600bc51323fc18cd772f679c8cea8472ec8dab4d6dedcedc5aaf2461eb5
 

From 3e3a965f2792db135223e26d4c56cdaaaa01ac5a Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Fri, 23 Jun 2023 20:22:51 -0700
Subject: [PATCH 07/43] update url link

---
 recipes/saccharis/meta.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 3ccb10c0ca2be..2cfba645a4cae 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -11,7 +11,9 @@ package:
 source:
 #  git_url: https://github.com/saccharis/SACCHARIS_2.git
 #  git_tag: v{{ version }}
-  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
+#  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
+#  urk: https://github.com/saccharis/SACCHARIS_2/archive/refs/tags/v2.0.0.dev18.tar.gz
+  url: https://github.com/saccharis/SACCHARIS_2/archive/refs/tags/v{{ version }}.tar.gz
   sha256: 9d393600bc51323fc18cd772f679c8cea8472ec8dab4d6dedcedc5aaf2461eb5
 
 build:

From 4696ace3c7fe009bdcf9de2accc8e85ecf195314 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Fri, 23 Jun 2023 20:41:23 -0700
Subject: [PATCH 08/43] update sha256

---
 recipes/saccharis/meta.yaml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 2cfba645a4cae..9141c6f0ad8ae 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -12,10 +12,11 @@ source:
 #  git_url: https://github.com/saccharis/SACCHARIS_2.git
 #  git_tag: v{{ version }}
 #  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
-#  urk: https://github.com/saccharis/SACCHARIS_2/archive/refs/tags/v2.0.0.dev18.tar.gz
+#  url: https://github.com/saccharis/SACCHARIS_2/archive/refs/tags/v2.0.0.dev18.tar.gz
   url: https://github.com/saccharis/SACCHARIS_2/archive/refs/tags/v{{ version }}.tar.gz
-  sha256: 9d393600bc51323fc18cd772f679c8cea8472ec8dab4d6dedcedc5aaf2461eb5
-
+#  sha256: 9d393600bc51323fc18cd772f679c8cea8472ec8dab4d6dedcedc5aaf2461eb5
+  sha256: 6d3f2818853d812a00c6203cea0b6667b086df846f518591cb5f0469c4dda778
+  
 build:
   noarch: python
 #  number: {{ data.get('build') }}

From e68ac6270611210f8a03d644e4757aba84e7f41c Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Mon, 26 Jun 2023 13:21:30 -0700
Subject: [PATCH 09/43] remove unneeded comments

---
 recipes/saccharis/meta.yaml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 9141c6f0ad8ae..2d1d9288a80f3 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,28 +1,18 @@
-#{% set data = load_setup_py_data(setup_file='../setup.py', from_recipe_dir=True) %}
   {% set name = "SACCHARIS" %}
   {% set version = "2.0.0.dev18" %}
   {% set build_no = 0 %}
 
 package:
   name: "{{ name|lower }}"
-#  version: {{ data.get('version') }}
   version: "{{ version }}"
 
 source:
-#  git_url: https://github.com/saccharis/SACCHARIS_2.git
-#  git_tag: v{{ version }}
-#  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
-#  url: https://github.com/saccharis/SACCHARIS_2/archive/refs/tags/v2.0.0.dev18.tar.gz
-  url: https://github.com/saccharis/SACCHARIS_2/archive/refs/tags/v{{ version }}.tar.gz
-#  sha256: 9d393600bc51323fc18cd772f679c8cea8472ec8dab4d6dedcedc5aaf2461eb5
+  url: "https://github.com/saccharis/SACCHARIS_2/archive/refs/tags/v{{ version }}.tar.gz"
   sha256: 6d3f2818853d812a00c6203cea0b6667b086df846f518591cb5f0469c4dda778
   
 build:
   noarch: python
-#  number: {{ data.get('build') }}
   number: {{ build_no }}
-#  script: {{ PYTHON }} setup.py install
-#  added --single-version-externally-managed --record=record.txt args based on bioconda test build feedback
   script: {{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt
   preserve_egg_dir: True # added because the entry points below seem to be causing a build error
   entry_points:

From a5b62b4845ea2748ffb700852cad2dbddb00f643 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Mon, 26 Jun 2023 13:39:56 -0700
Subject: [PATCH 10/43] remove tests which write files

---
 recipes/saccharis/meta.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 2d1d9288a80f3..340d2ef161d9f 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -64,8 +64,8 @@ test:
   commands:
       #future todo: pipe test output to null for these tests, per https://bioconda.github.io/contributor/guidelines.html#tests
     - saccharis -v
-    - saccharis.make_family_files
-    - saccharis.show_family_categories
+#    - saccharis.make_family_files
+#    - saccharis.show_family_categories
 
 about:
   home: https://github.com/saccharis/SACCHARIS_2

From f2ff867652726afbbec4d7b2907cbf6aed89f485 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Mon, 26 Jun 2023 13:41:27 -0700
Subject: [PATCH 11/43] remove tests which write files, with comment

---
 recipes/saccharis/meta.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 340d2ef161d9f..559c399eb7971 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -64,6 +64,7 @@ test:
   commands:
       #future todo: pipe test output to null for these tests, per https://bioconda.github.io/contributor/guidelines.html#tests
     - saccharis -v
+#   below tests write files to disk, which breaks bioconda automated test harness because it lacks write permissions
 #    - saccharis.make_family_files
 #    - saccharis.show_family_categories
 

From 83b518b918469b6d19342357a618e531b0397b9d Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Wed, 23 Aug 2023 16:40:40 -0700
Subject: [PATCH 12/43] add new release data to bioconda recipe

---
 recipes/saccharis/meta.yaml | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 559c399eb7971..e404fc0f10aee 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,15 +1,16 @@
-  {% set name = "SACCHARIS" %}
-  {% set version = "2.0.0.dev18" %}
-  {% set build_no = 0 %}
+{% set name = "SACCHARIS" %}
+  {% set version = "2.0.0.dev19" %}
+  {% set build_no = 7 %}
+  {% set hash = "1055846A2123B34699B6E93AFCBCCD7B04633DC385DA60E784504D67FDCAA01C" %}
 
 package:
   name: "{{ name|lower }}"
   version: "{{ version }}"
 
 source:
-  url: "https://github.com/saccharis/SACCHARIS_2/archive/refs/tags/v{{ version }}.tar.gz"
-  sha256: 6d3f2818853d812a00c6203cea0b6667b086df846f518591cb5f0469c4dda778
-  
+  url: https://github.com/saccharis/SACCHARIS_2/archive/refs/tags/v{{ version }}.tar.gz
+  sha256: {{ hash|lower }}
+
 build:
   noarch: python
   number: {{ build_no }}
@@ -24,6 +25,7 @@ build:
     - saccharis.screen_cazome = saccharis.ScreenUserFile:cli_cazome
     - saccharis.show_family_categories = saccharis.utils.FamilyCategories:show_categories
     - saccharis-gui = saccharis.gui.PipelineGUI:main
+    - saccharis.config = saccharis.utils.AdvancedConfig:cli_config
 
 requirements:
   build:
@@ -34,11 +36,12 @@ requirements:
   run:
     - beautifulsoup4 >=4.11.1
     - biopython >=1.79
-    - dbcan >=3.0.6, < 4 # [not win]
+    - dbcan >=3.0.6, < 4
     - diamond >=2.0.15 # [not win]
     - fasttree >=2.1.11 # [not win]
     - hmmer >=3.3 # [not win]
     - lxml >=4.9.0
+    - ncbi-datasets-pylib >=14.*
     - modeltest-ng >=0.1.7  # [not win]
     - muscle >=3.8  # [not win]
     - psutil
@@ -62,11 +65,11 @@ app:
 
 test:
   commands:
-      #future todo: pipe test output to null for these tests, per https://bioconda.github.io/contributor/guidelines.html#tests
-    - saccharis -v
-#   below tests write files to disk, which breaks bioconda automated test harness because it lacks write permissions
+    # pipe test output to null for these tests, per https://bioconda.github.io/contributor/guidelines.html#tests
+    - saccharis -v > /dev/null
+    - saccharis.show_family_categories > /dev/null
+#    below tests need to be commented out for successful build on bioconda because there is no file write permission
 #    - saccharis.make_family_files
-#    - saccharis.show_family_categories
 
 about:
   home: https://github.com/saccharis/SACCHARIS_2

From 7e31b9676232399c891fab877d03a951836bc3d7 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Wed, 23 Aug 2023 19:53:53 -0700
Subject: [PATCH 13/43] change build number to zero to satisfy bioconda linter

---
 recipes/saccharis/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index e404fc0f10aee..05b91256e6be5 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,6 +1,6 @@
 {% set name = "SACCHARIS" %}
   {% set version = "2.0.0.dev19" %}
-  {% set build_no = 7 %}
+  {% set build_no = 0 %} # actually build 7, but previous dev19 builds were not uploaded to bioconda
   {% set hash = "1055846A2123B34699B6E93AFCBCCD7B04633DC385DA60E784504D67FDCAA01C" %}
 
 package:

From 9ab5ebd10f98b5dbf2644d10d231d16cbf9ada94 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Tue, 29 Aug 2023 11:29:35 -0700
Subject: [PATCH 14/43] add blast dependency

---
 recipes/saccharis/meta.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 05b91256e6be5..20fa341c8dc1e 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,6 +1,6 @@
 {% set name = "SACCHARIS" %}
   {% set version = "2.0.0.dev19" %}
-  {% set build_no = 0 %} # actually build 7, but previous dev19 builds were not uploaded to bioconda
+  {% set build_no = 7 %} # actually build 7, but previous dev19 builds were not uploaded to bioconda
   {% set hash = "1055846A2123B34699B6E93AFCBCCD7B04633DC385DA60E784504D67FDCAA01C" %}
 
 package:
@@ -36,6 +36,7 @@ requirements:
   run:
     - beautifulsoup4 >=4.11.1
     - biopython >=1.79
+    - blast >= 2.*
     - dbcan >=3.0.6, < 4
     - diamond >=2.0.15 # [not win]
     - fasttree >=2.1.11 # [not win]

From 84a1857709c340d6eea829dc4702ddc02384f533 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Tue, 29 Aug 2023 11:49:09 -0700
Subject: [PATCH 15/43] add run_exports breaking change behaviour

---
 recipes/saccharis/meta.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 20fa341c8dc1e..627b696c8f57a 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -26,6 +26,8 @@ build:
     - saccharis.show_family_categories = saccharis.utils.FamilyCategories:show_categories
     - saccharis-gui = saccharis.gui.PipelineGUI:main
     - saccharis.config = saccharis.utils.AdvancedConfig:cli_config
+  run_exports:
+    - { { pin_subpackage({{ name }}, max_pin="x.x") } }
 
 requirements:
   build:

From bc0d6d15ab7ada6fb3249aae313a6f4e8da3444f Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Tue, 29 Aug 2023 12:10:46 -0700
Subject: [PATCH 16/43] change name to lowercase in run_exports

---
 recipes/saccharis/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 627b696c8f57a..87e6b43f1f540 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -27,7 +27,7 @@ build:
     - saccharis-gui = saccharis.gui.PipelineGUI:main
     - saccharis.config = saccharis.utils.AdvancedConfig:cli_config
   run_exports:
-    - { { pin_subpackage({{ name }}, max_pin="x.x") } }
+    - { { pin_subpackage({{ name|lower }}, max_pin="x.x") } }
 
 requirements:
   build:

From d4eeb44231cc70f27248e420d7cfcb4ee76117e9 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Tue, 29 Aug 2023 12:11:44 -0700
Subject: [PATCH 17/43] fix spacing

---
 recipes/saccharis/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 87e6b43f1f540..90a3be4c28f5b 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -27,7 +27,7 @@ build:
     - saccharis-gui = saccharis.gui.PipelineGUI:main
     - saccharis.config = saccharis.utils.AdvancedConfig:cli_config
   run_exports:
-    - { { pin_subpackage({{ name|lower }}, max_pin="x.x") } }
+    - {{ pin_subpackage({{ name|lower }}, max_pin="x.x") }}
 
 requirements:
   build:

From f59a507d68fce5989334a5ec43a226d440a52a39 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Tue, 29 Aug 2023 12:26:44 -0700
Subject: [PATCH 18/43] nesting issue

---
 recipes/saccharis/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 90a3be4c28f5b..87e6b43f1f540 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -27,7 +27,7 @@ build:
     - saccharis-gui = saccharis.gui.PipelineGUI:main
     - saccharis.config = saccharis.utils.AdvancedConfig:cli_config
   run_exports:
-    - {{ pin_subpackage({{ name|lower }}, max_pin="x.x") }}
+    - { { pin_subpackage({{ name|lower }}, max_pin="x.x") } }
 
 requirements:
   build:

From 6d75ac28e7ab0bb66a57353fa9aef95752715131 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Tue, 29 Aug 2023 14:03:23 -0700
Subject: [PATCH 19/43] remove nesting

---
 recipes/saccharis/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 87e6b43f1f540..03a953f237db4 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -27,7 +27,7 @@ build:
     - saccharis-gui = saccharis.gui.PipelineGUI:main
     - saccharis.config = saccharis.utils.AdvancedConfig:cli_config
   run_exports:
-    - { { pin_subpackage({{ name|lower }}, max_pin="x.x") } }
+    - {{ pin_subpackage("saccharis", max_pin="x.x") }}
 
 requirements:
   build:

From df74506b0ddfed62156ce895f65d3fac11363ed2 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Tue, 29 Aug 2023 14:42:06 -0700
Subject: [PATCH 20/43] fix version spacing

---
 recipes/saccharis/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 03a953f237db4..6ecd68c9dffa8 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -38,7 +38,7 @@ requirements:
   run:
     - beautifulsoup4 >=4.11.1
     - biopython >=1.79
-    - blast >= 2.*
+    - blast >=2.*
     - dbcan >=3.0.6, < 4
     - diamond >=2.0.15 # [not win]
     - fasttree >=2.1.11 # [not win]

From e6a01df862d9648636a686cdfff307de25268851 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Fri, 8 Sep 2023 11:15:49 -0700
Subject: [PATCH 21/43] update to dev20

---
 recipes/saccharis/meta.yaml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 6ecd68c9dffa8..98ab15113079d 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,14 +1,14 @@
 {% set name = "SACCHARIS" %}
-  {% set version = "2.0.0.dev19" %}
-  {% set build_no = 7 %} # actually build 7, but previous dev19 builds were not uploaded to bioconda
-  {% set hash = "1055846A2123B34699B6E93AFCBCCD7B04633DC385DA60E784504D67FDCAA01C" %}
+  {% set version = "2.0.0.dev20" %}
+  {% set build_no = 0 %}
+  {% set hash = "E56B68C7CC168CCD02E91C60BEDEC6CC2259E47972CF515100C3F261E5086B34" %}
 
 package:
   name: "{{ name|lower }}"
   version: "{{ version }}"
 
 source:
-  url: https://github.com/saccharis/SACCHARIS_2/archive/refs/tags/v{{ version }}.tar.gz
+  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
   sha256: {{ hash|lower }}
 
 build:
@@ -26,6 +26,8 @@ build:
     - saccharis.show_family_categories = saccharis.utils.FamilyCategories:show_categories
     - saccharis-gui = saccharis.gui.PipelineGUI:main
     - saccharis.config = saccharis.utils.AdvancedConfig:cli_config
+    - saccharis.update_db = saccharis.ExtractAndPruneCAZymes:update_hmms
+
   run_exports:
     - {{ pin_subpackage("saccharis", max_pin="x.x") }}
 

From 5ffd64f2977ebd6c87588a0bf44fe6afd06d1b93 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Fri, 8 Sep 2023 11:59:20 -0700
Subject: [PATCH 22/43] update to dev20

---
 recipes/saccharis/meta.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 98ab15113079d..509b42a3e2c0c 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -79,7 +79,7 @@ test:
 about:
   home: https://github.com/saccharis/SACCHARIS_2
   dev_url: https://github.com/saccharis/SACCHARIS_2
-  description: Bioinformatics pipeline to automate phylogenetic analysis of CAZyme families in FASTA sequences
+  description: Bioinformatics pipeline to automate phylogenetic analysis of CAZyme families in FASTA sequences via creation of phylogenetic trees.
   license: GPL v3
   license_file: LICENSE
-  summary: A CAZyme discovery tool.
+  summary: A CAZyme discovery tool. Easily create phylogenetic trees from FASTA files and CAZyme families.

From f234ecde405ee37f30b827ae9cb6cf4c22a0dc55 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Wed, 20 Sep 2023 14:02:56 -0700
Subject: [PATCH 23/43] update to dev21

---
 recipes/saccharis/meta.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 02466ba01d2fc..774824429f0b7 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,7 +1,7 @@
 {% set name = "SACCHARIS" %}
-  {% set version = "2.0.0.dev20" %}
+  {% set version = "2.0.0.dev21" %}
   {% set build_no = 0 %}
-  {% set hash = "E56B68C7CC168CCD02E91C60BEDEC6CC2259E47972CF515100C3F261E5086B34" %}
+  {% set hash = "7D505CF1B0D441E0A2492AE8421250E0FFC98E14480AD25DC232332D8FD4E29D" %}
 
 
 package:
@@ -55,6 +55,7 @@ requirements:
     - python-dotenv >=0.20.0
     - python-wget >=3.2
     - raxml >=8.2.12 # [not win]
+    - raxml-ng >= 1.2 # [not win]
     - requests >=2.28.0
     - pyqt >=5,<6
     - pyqt5-sip >=12.11

From 4eb40560bfb12e6dcfd8b9e7cb52c31f6e58c40a Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Wed, 20 Sep 2023 14:22:54 -0700
Subject: [PATCH 24/43] fix >= sign

---
 recipes/saccharis/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 774824429f0b7..f821f0e83b50d 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -55,7 +55,7 @@ requirements:
     - python-dotenv >=0.20.0
     - python-wget >=3.2
     - raxml >=8.2.12 # [not win]
-    - raxml-ng >= 1.2 # [not win]
+    - raxml-ng >=1.2 # [not win]
     - requests >=2.28.0
     - pyqt >=5,<6
     - pyqt5-sip >=12.11

From 4fb04574095928ccf0433a7a27616b8d78cb5b08 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Thu, 21 Sep 2023 19:22:08 -0700
Subject: [PATCH 25/43] increment build to fix small error

---
 recipes/saccharis/meta.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index f821f0e83b50d..3672b43b37a12 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,7 +1,7 @@
 {% set name = "SACCHARIS" %}
   {% set version = "2.0.0.dev21" %}
-  {% set build_no = 0 %}
-  {% set hash = "7D505CF1B0D441E0A2492AE8421250E0FFC98E14480AD25DC232332D8FD4E29D" %}
+  {% set build_no = 1 %}
+  {% set hash = "9A48463C870E5F3BFB98300A0DB12EE230B110BAEFBE333E1CB2B2022515856C" %}
 
 
 package:

From 4e71a6eb7051e6b73f7b4ab9fb0a51f48b820e4e Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Fri, 22 Sep 2023 12:18:14 -0700
Subject: [PATCH 26/43] update file hash and increment build

---
 recipes/saccharis/meta.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 3672b43b37a12..e6ebf9c22151a 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,7 +1,7 @@
 {% set name = "SACCHARIS" %}
   {% set version = "2.0.0.dev21" %}
-  {% set build_no = 1 %}
-  {% set hash = "9A48463C870E5F3BFB98300A0DB12EE230B110BAEFBE333E1CB2B2022515856C" %}
+  {% set build_no = 2 %}
+  {% set hash = "BA68CAB1070A11D5D4F2335CB770E1603ED54E1FB4B52A31DB4CA9A6CBBD6F7E" %}
 
 
 package:

From 3e8ddf00c88511dd6612c99ee9853f6ebadbcea5 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Tue, 10 Sep 2024 13:06:56 -0700
Subject: [PATCH 27/43] revert 2.0.1 to working dev21 build

---
 recipes/saccharis/meta.yaml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index dacd35cfbd8fd..9353926ac29f9 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,18 +1,19 @@
 {% set name = "SACCHARIS" %}
 {% set version = "2.0.1" %}
-{% set hash = "b2bce5fb1d2c959df571735634de5b68fd175148978613e6fc0daa24b3e25df9" %}
+{% set hash = "BA68CAB1070A11D5D4F2335CB770E1603ED54E1FB4B52A31DB4CA9A6CBBD6F7E" %}
 
 package:
   name: "{{ name|lower }}"
   version: "{{ version }}"
 
 source:
-  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
+#  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz # go back to this method once 2.0.1 is fixed
+  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.0.dev21/saccharis-2.0.0.dev21.tar.gz
   sha256: {{ hash|lower }}
 
 build:
   noarch: python
-  number: 0
+  number: 1
   script: {{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt
   preserve_egg_dir: True  # added because the entry points below seem to be causing a build error
   entry_points:

From b1dfdf8144a671f64c02094b1774671f913d662e Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Tue, 17 Sep 2024 17:38:57 -0700
Subject: [PATCH 28/43] upload 2.0.1 dev21 version with fixed database download

---
 recipes/saccharis/meta.yaml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 9353926ac29f9..ec04a0ed83ab7 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,19 +1,18 @@
 {% set name = "SACCHARIS" %}
-{% set version = "2.0.1" %}
-{% set hash = "BA68CAB1070A11D5D4F2335CB770E1603ED54E1FB4B52A31DB4CA9A6CBBD6F7E" %}
+{% set version = "2.0.1.dev21" %}
+{% set hash = "1e5c4bb35414d1421f4debcf0ecb53cd62a853b40a887486a44c2c7a8929b113" %}
 
 package:
   name: "{{ name|lower }}"
   version: "{{ version }}"
 
 source:
-#  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz # go back to this method once 2.0.1 is fixed
-  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.0.dev21/saccharis-2.0.0.dev21.tar.gz
+  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
   sha256: {{ hash|lower }}
 
 build:
   noarch: python
-  number: 1
+  number: 0
   script: {{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt
   preserve_egg_dir: True  # added because the entry points below seem to be causing a build error
   entry_points:

From e1f3d312fe5eaef31846f4fb57ed1f5a85529def Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Thu, 10 Oct 2024 11:58:34 -0700
Subject: [PATCH 29/43] upload 2.0.1 dev21 version with another database
 download fix

---
 recipes/saccharis/meta.yaml | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 6be4f7b7a92d2..804d68b3d706c 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,6 +1,6 @@
 {% set name = "SACCHARIS" %}
 {% set version = "2.0.1.dev21" %}
-{% set hash = "1e5c4bb35414d1421f4debcf0ecb53cd62a853b40a887486a44c2c7a8929b113" %}
+{% set hash = "B4D656E42C87ED46EC555445BBF3EB4496C6463ACE556D9FE0E43A3C1BE2CDB6" %}
 
 
 package:
@@ -8,12 +8,13 @@ package:
   version: "{{ version }}"
 
 source:
-  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
+  #  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
+  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_1.tar.gz
   sha256: {{ hash|lower }}
 
 build:
   noarch: python
-  number: 0
+  number: 1
   script: {{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt
   preserve_egg_dir: True  # added because the entry points below seem to be causing a build error
   entry_points:
@@ -23,10 +24,10 @@ build:
     - saccharis.rename_user_file = saccharis.utils.UserFastaRename:cli_main
     - saccharis.prune_seqs = saccharis.ExtractAndPruneCAZymes:cli_prune_seqs
     - saccharis.screen_cazome = saccharis.ScreenUserFile:cli_cazome
-    - saccharis.show_family_categories = saccharis.utils.FamilyCategories:show_categories
+    - saccharis.show_family_categories = saccharis.utils.FamilyCategories:cli_show_categories
     - saccharis-gui = saccharis.gui.PipelineGUI:main
     - saccharis.config = saccharis.utils.AdvancedConfig:cli_config
-    - saccharis.update_db = saccharis.ExtractAndPruneCAZymes:update_hmms
+    - saccharis.update_db = saccharis.utils.DatabaseDownload:cli_update_hmms
   run_exports:
     - {{ pin_subpackage("saccharis", max_pin="x.x") }}
 
@@ -71,13 +72,19 @@ test:
     # pipe test output to null for these tests, per https://bioconda.github.io/contributor/guidelines.html#tests
     - saccharis -v > /dev/null
     - saccharis.show_family_categories > /dev/null
-#    below tests need to be commented out for successful build on bioconda because there is no file write permission
-#    - saccharis.make_family_files
+    - saccharis.make_family_files --help > /dev/null
+    - saccharis.add_family_category --help > /dev/null
+    - saccharis.rename_user_file --help > /dev/null
+    - saccharis.prune_seqs --help > /dev/null
+    - saccharis.screen_cazome --help > /dev/null
+    - saccharis.config --help > /dev/null
+    - saccharis.update_db --help > /dev/null
 
 about:
   home: https://github.com/saccharis/SACCHARIS_2
   dev_url: https://github.com/saccharis/SACCHARIS_2
-  description: Bioinformatics pipeline to automate phylogenetic analysis of CAZyme families in FASTA sequences via creation of phylogenetic trees.
+  description: Bioinformatics pipeline to automate phylogenetic analysis of CAZyme families in FASTA sequences via
+    creation of phylogenetic trees.
   license: GPL-3.0-or-later
   license_family: GPL3
   license_file: LICENSE

From ea9b2a33567313002477e8f13268a2f01b960e41 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Thu, 10 Oct 2024 16:00:29 -0700
Subject: [PATCH 30/43] increment build num

---
 recipes/saccharis/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 804d68b3d706c..bb99723889fc5 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -14,7 +14,7 @@ source:
 
 build:
   noarch: python
-  number: 1
+  number: 2
   script: {{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt
   preserve_egg_dir: True  # added because the entry points below seem to be causing a build error
   entry_points:

From 331bc9527a77d8bf8c3ef4717a9fde1f50032b97 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Thu, 10 Oct 2024 16:05:12 -0700
Subject: [PATCH 31/43] increment build num

---
 recipes/saccharis/meta.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index bb99723889fc5..ef2d3214e4d3d 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,6 +1,6 @@
 {% set name = "SACCHARIS" %}
 {% set version = "2.0.1.dev21" %}
-{% set hash = "B4D656E42C87ED46EC555445BBF3EB4496C6463ACE556D9FE0E43A3C1BE2CDB6" %}
+{% set hash = "06A0F86DDAB8C870EE526E6DDC2C8E0E344616ACD3F6E0A2D7B41483013B43E2" %}
 
 
 package:
@@ -9,7 +9,7 @@ package:
 
 source:
   #  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
-  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_1.tar.gz
+  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_2.tar.gz
   sha256: {{ hash|lower }}
 
 build:

From 0ed7835229f07957b21a6dfd2a55907ec0f50f5d Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Thu, 10 Oct 2024 16:46:12 -0700
Subject: [PATCH 32/43] increment build num

---
 recipes/saccharis/meta.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index ef2d3214e4d3d..84c627e4fc1da 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -32,6 +32,9 @@ build:
     - {{ pin_subpackage("saccharis", max_pin="x.x") }}
 
 requirements:
+  build:
+    - python
+    - setuptools
   host:
     - python >=3.6
     - pip

From 52e9f1b4482793a26a485e32c641bbd679ad445c Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Thu, 10 Oct 2024 23:58:14 -0700
Subject: [PATCH 33/43] update setuptools build requirements

---
 recipes/saccharis/meta.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 84c627e4fc1da..ff46ad9002413 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,6 +1,6 @@
 {% set name = "SACCHARIS" %}
 {% set version = "2.0.1.dev21" %}
-{% set hash = "06A0F86DDAB8C870EE526E6DDC2C8E0E344616ACD3F6E0A2D7B41483013B43E2" %}
+{% set hash = "327FCE45E7B50BF0C52064DA883CC4A21BCE183EBACF4C4A827FE2C5BE934CB3" %}
 
 
 package:
@@ -74,7 +74,7 @@ test:
   commands:
     # pipe test output to null for these tests, per https://bioconda.github.io/contributor/guidelines.html#tests
     - saccharis -v > /dev/null
-    - saccharis.show_family_categories > /dev/null
+    - saccharis.show_family_categories --help > /dev/null
     - saccharis.make_family_files --help > /dev/null
     - saccharis.add_family_category --help > /dev/null
     - saccharis.rename_user_file --help > /dev/null

From cc77e984d215c3631a2a478b90ec0783107b8627 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Fri, 11 Oct 2024 00:31:10 -0700
Subject: [PATCH 34/43] update setuptools build requirements

---
 recipes/saccharis/meta.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index ff46ad9002413..9fc2b851b8369 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -37,6 +37,7 @@ requirements:
     - setuptools
   host:
     - python >=3.6
+    - setuptools
     - pip
   run:
     - beautifulsoup4 >=4.11.1

From 799a23c0350ada4cd3555b3045ac1e8c1d7a4f24 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Fri, 25 Oct 2024 18:29:11 -0700
Subject: [PATCH 35/43] update to build 3, which replaces wget with requests

---
 recipes/saccharis/meta.yaml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 9fc2b851b8369..537cef357fc8d 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,6 +1,6 @@
 {% set name = "SACCHARIS" %}
 {% set version = "2.0.1.dev21" %}
-{% set hash = "327FCE45E7B50BF0C52064DA883CC4A21BCE183EBACF4C4A827FE2C5BE934CB3" %}
+{% set hash = "1175A34290C3E52843D9F1F02FB8E4CB4929714FE56EF051C37432671C864745" %}
 
 
 package:
@@ -9,12 +9,12 @@ package:
 
 source:
   #  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
-  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_2.tar.gz
+  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_3.tar.gz
   sha256: {{ hash|lower }}
 
 build:
   noarch: python
-  number: 2
+  number: 3
   script: {{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt
   preserve_egg_dir: True  # added because the entry points below seem to be causing a build error
   entry_points:
@@ -54,7 +54,6 @@ requirements:
     - psutil
     - python >=3.8
     - python-dotenv >=0.20.0
-    - python-wget >=3.2
     - raxml >=8.2.12 # [not win]
     - raxml-ng >=1.2 # [not win]
     - requests >=2.28.0

From a1c2b90a841d2d258146af8260859e9499d249db Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Fri, 25 Oct 2024 20:00:09 -0700
Subject: [PATCH 36/43] update hash

---
 recipes/saccharis/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 537cef357fc8d..de48fd85a18ff 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,6 +1,6 @@
 {% set name = "SACCHARIS" %}
 {% set version = "2.0.1.dev21" %}
-{% set hash = "1175A34290C3E52843D9F1F02FB8E4CB4929714FE56EF051C37432671C864745" %}
+{% set hash = "B83DC6502A3AB136D1E5F43E4E66CD41A7B884C99B190B781691C56A6D71998F" %}
 
 
 package:

From a8514ca126eeb60c2fa3b93fdffb90c900ff223c Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Thu, 31 Oct 2024 12:47:14 -0700
Subject: [PATCH 37/43] increment build with yet another small patch to try and
 fix these database downloads

---
 recipes/saccharis/meta.yaml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index de48fd85a18ff..69a2b3dfb6f5f 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,7 +1,6 @@
 {% set name = "SACCHARIS" %}
 {% set version = "2.0.1.dev21" %}
-{% set hash = "B83DC6502A3AB136D1E5F43E4E66CD41A7B884C99B190B781691C56A6D71998F" %}
-
+{% set hash = "90806FDA7473C4687165277FB7765F201B2E3CE5254B43A0FBC8FBCD8C9B8849" %}
 
 package:
   name: "{{ name|lower }}"
@@ -9,12 +8,12 @@ package:
 
 source:
   #  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
-  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_3.tar.gz
+  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_4.tar.gz
   sha256: {{ hash|lower }}
 
 build:
   noarch: python
-  number: 3
+  number: 4
   script: {{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt
   preserve_egg_dir: True  # added because the entry points below seem to be causing a build error
   entry_points:

From f78e12732c85ee641dc00bf2e932594f799aeff0 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Mon, 4 Nov 2024 11:07:36 -0800
Subject: [PATCH 38/43] increment build with yet another small patch to try and
 fix database downloads

---
 recipes/saccharis/meta.yaml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 9a871bb5fb6af..fdba970b1329c 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,6 +1,6 @@
 {% set name = "SACCHARIS" %}
 {% set version = "2.0.1.dev21" %}
-{% set hash = "90806FDA7473C4687165277FB7765F201B2E3CE5254B43A0FBC8FBCD8C9B8849" %}
+{% set hash = "551DE1D7B666A5AD693DD61F58A2617BAB3F708836D0143A7FBB981365F45AF4" %}
 
 
 package:
@@ -9,13 +9,12 @@ package:
 
 source:
   #  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
-  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_4.tar.gz
-
+  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_5.tar.gz
   sha256: {{ hash|lower }}
 
 build:
   noarch: python
-  number: 4
+  number: 5
   script: {{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt
   preserve_egg_dir: True  # added because the entry points below seem to be causing a build error
   entry_points:

From 2a56a958c79bd4b50d0b6772eab3cd70ae934c19 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Mon, 4 Nov 2024 11:11:15 -0800
Subject: [PATCH 39/43] adjust whitespace

---
 recipes/saccharis/meta.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 44faaf6cdfcf1..881bc4b84bda7 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -3,7 +3,6 @@
 {% set hash = "551DE1D7B666A5AD693DD61F58A2617BAB3F708836D0143A7FBB981365F45AF4" %}
 
 
-
 package:
   name: "{{ name|lower }}"
   version: "{{ version }}"

From 788a3777d41c755bbeedfdff21729443ccdd4684 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Tue, 5 Nov 2024 13:04:06 -0800
Subject: [PATCH 40/43] increment to build 6

---
 recipes/saccharis/meta.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 881bc4b84bda7..ea1cc59fd9907 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,6 +1,6 @@
 {% set name = "SACCHARIS" %}
 {% set version = "2.0.1.dev21" %}
-{% set hash = "551DE1D7B666A5AD693DD61F58A2617BAB3F708836D0143A7FBB981365F45AF4" %}
+{% set hash = "9C58E73A2CEFE90FA2E9744E9A912CA53E383D7F587C1A2516B3E57BF14C86F9" %}
 
 
 package:
@@ -9,12 +9,12 @@ package:
 
 source:
   #  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
-  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_5.tar.gz
+  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_6.tar.gz
   sha256: {{ hash|lower }}
 
 build:
   noarch: python
-  number: 5
+  number: 6
 
   script: {{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt
   preserve_egg_dir: True  # added because the entry points below seem to be causing a build error

From 806599f3cd8a59ec35eb608f50e2ba81bdd17358 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Tue, 5 Nov 2024 13:29:02 -0800
Subject: [PATCH 41/43] update python dependency

---
 recipes/saccharis/meta.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index ea1cc59fd9907..7783216ba71b5 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -37,7 +37,7 @@ requirements:
     - python
     - setuptools
   host:
-    - python >=3.6
+    - python >=3.11
     - setuptools
     - pip
   run:
@@ -53,7 +53,7 @@ requirements:
     - modeltest-ng >=0.1.7  # [not win]
     - muscle >=3.8  # [not win]
     - psutil
-    - python >=3.8
+    - python >=3.11
     - python-dotenv >=0.20.0
     - raxml >=8.2.12 # [not win]
     - raxml-ng >=1.2 # [not win]

From 2928fa4d7a82185675e595adb0b3cd2167d083d3 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Tue, 5 Nov 2024 18:59:02 -0800
Subject: [PATCH 42/43] increment to build 7

adds chunk reducing size to database download streaming
---
 recipes/saccharis/meta.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 7783216ba71b5..5dd7db2b51e4d 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,6 +1,6 @@
 {% set name = "SACCHARIS" %}
 {% set version = "2.0.1.dev21" %}
-{% set hash = "9C58E73A2CEFE90FA2E9744E9A912CA53E383D7F587C1A2516B3E57BF14C86F9" %}
+{% set hash = "DEFE4B98CFF4F5ED58A102D7FFE0CC219C4EC44C257AC0469255CDC73F124F57" %}
 
 
 package:
@@ -9,12 +9,12 @@ package:
 
 source:
   #  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
-  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_6.tar.gz
+  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_7.tar.gz
   sha256: {{ hash|lower }}
 
 build:
   noarch: python
-  number: 6
+  number: 7
 
   script: {{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt
   preserve_egg_dir: True  # added because the entry points below seem to be causing a build error

From 4031ee7cd332dd815c6bb5e031ccf4ba4913a3a9 Mon Sep 17 00:00:00 2001
From: AlexSCFraser <alexander.fraser@alumni.ubc.ca>
Date: Thu, 14 Nov 2024 12:14:32 -0800
Subject: [PATCH 43/43] update cazy.org links to https

increment to build 8
---
 recipes/saccharis/meta.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/saccharis/meta.yaml b/recipes/saccharis/meta.yaml
index 5dd7db2b51e4d..dc9c7a06898df 100644
--- a/recipes/saccharis/meta.yaml
+++ b/recipes/saccharis/meta.yaml
@@ -1,6 +1,6 @@
 {% set name = "SACCHARIS" %}
 {% set version = "2.0.1.dev21" %}
-{% set hash = "DEFE4B98CFF4F5ED58A102D7FFE0CC219C4EC44C257AC0469255CDC73F124F57" %}
+{% set hash = "C808429EADDAA31E0E611DF0564BA6CA36CE6CBB69A98DFB79CC59972352FD16" %}
 
 
 package:
@@ -9,12 +9,12 @@ package:
 
 source:
   #  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
-  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_7.tar.gz
+  url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_8.tar.gz
   sha256: {{ hash|lower }}
 
 build:
   noarch: python
-  number: 7
+  number: 8
 
   script: {{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt
   preserve_egg_dir: True  # added because the entry points below seem to be causing a build error