<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plugins [
        <!ELEMENT plugins (plugin*)>
        <!ELEMENT plugin (
                name,
                className,
                description,
                authors,
                screenshotUrl?,
                category*,
                downloadUrl?,
                version*,
                upOnlyVersion*)>
        <!ELEMENT name      (#PCDATA)>
        <!ELEMENT className      (#PCDATA)>                             <!--fully qualified class name of the plugin class. For wrapper plugins, this should be equal to the name attribute in the plugin's pluginWrapper.xml's wrapperPlugin element-->
        <!ELEMENT description    (#PCDATA)>
        <!ELEMENT authors (#PCDATA)>
        <!ELEMENT screenshotUrl    (#PCDATA)>                           <!--should be 200x140 pixels-->
        <!ELEMENT category    (#PCDATA)>                                <!--Still need to decide what these are, now we have [Assembly, Alignment, Phylogenetics, Protein, Nucleotide, Services and Searching and Misc-->
        <!ELEMENT downloadUrl (#PCDATA)>                                <!--Optional URL of a web page where the plugin can be downloaded. If the plugin is not installed the user will be sent here instead of downloading directly. Updates are always downloaded directly if plugin is already installed.-->
        <!ELEMENT version    (changes, file+)>
        <!ELEMENT upOnlyVersion    (changes, file+)>                    <!--Plugins to only upload but not promote & not show in Geneious Downloadable plugins. Mainly for experimental plugins-->
        <!ELEMENT changes (#PCDATA)>                                    <!--list of changes in this version, html tags accepted-->
        <!ELEMENT file (platform+, url)>
        <!ELEMENT url (#PCDATA)>                                        <!--URL of the gplugin file-->
        <!ELEMENT platform    (#PCDATA)>                                <!--add one of these for each platform supported by the gplugin, must be one of: All, Windows, MacOS, Linux-->

        <!ATTLIST version minimumApiVersion CDATA #REQUIRED>            <!--must be a decimal in the form x.y-->
        <!ATTLIST version maximumApiVersion CDATA #REQUIRED>            <!--must be an int-->
        <!ATTLIST version pluginVersion CDATA #REQUIRED>                <!--must be in the same form as a Geneious version number eg. x.y(.z)-->
        <!ATTLIST version releaseDate CDATA #REQUIRED>                  <!--yyyy-MM-dd format-->
        <!ATTLIST version isBeta (true|false) #REQUIRED>                <!--beta version are clearly marked as such in Geneious and users are only informed of their release if they specify they are interested in betas-->
        <!ATTLIST upOnlyVersion minimumApiVersion CDATA #REQUIRED>      <!--must be a decimal in the form x.y-->
        <!ATTLIST upOnlyVersion maximumApiVersion CDATA #REQUIRED>      <!--must be an int-->
        <!ATTLIST upOnlyVersion pluginVersion CDATA #REQUIRED>          <!--must be in the same form as a Geneious version number eg. x.y(.z)-->
        <!ATTLIST upOnlyVersion releaseDate CDATA #REQUIRED>            <!--yyyy-MM-dd format-->
        <!ATTLIST upOnlyVersion isBeta (true|false) #REQUIRED>          <!--beta version are clearly marked as such in Geneious and users are only informed of their release if they specify they are interested in betas-->
        <!ATTLIST plugin isNoteWorthy (true|false) #REQUIRED>           <!--if true, users will be notified of its release and the plugin will be displayed at the top of the list with a star next to it-->
        <!ATTLIST plugin isProOnly (true|false) #REQUIRED>
        <!ATTLIST plugin releaseDate CDATA #REQUIRED>                   <!--yyyy-MM-dd format, if the plugin has a recent release date then it will be marked as NEW in the plugin list-->
        <!ATTLIST plugin isPayFor (true|false) #IMPLIED>                <!--whether a license/trial is required in the plugin, false if not specified-->
        ]>

<plugins>
    <plugin isNoteWorthy="false" isProOnly="false" releaseDate="2007-04-09">
        <name>GenBank Submission</name>
        <className>com.biomatters.plugins.genbanksubmission.GenbankSubmissionPlugin</className>
        <description>Geneious now supports uploading your sequences directly to GenBank. Simplify the process of
            submitting sequences, genomes, features, primers, traces, and more!
        </description>
        <authors>Biomatters Ltd.</authors>
        <category>Services and Searching</category>
        <version minimumApiVersion="4.43" maximumApiVersion="4" pluginVersion="1.2.4" releaseDate="2011-07-01"
                 isBeta="false">
            <changes/>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/GenbankSubmission_1_2_4.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.50" maximumApiVersion="4" pluginVersion="1.3.0" releaseDate="2012-02-28"
                 isBeta="false">
            <changes>- Improved user interface
                - Improved support for annotation types (e.g. support for RNA Editing)
                - Improved pre-submission error checking
            </changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/GenbankSubmission_1_3_0.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.610" maximumApiVersion="4" pluginVersion="1.6.5" releaseDate="2016-09-20"
                 isBeta="false">
            <changes>- Fixed bug causing submission to set molecule type to be "Genomic DNA" when choosing "Genomic
                RNA", "Ribosomal RNA" or " Transfer RNA"
                - GenBank submission now attempts to replace non-ascii character with equivalent ascii characters before
                submission
                - Will now submit existing LIMS sequences from reference assemblies generated by the Biocode LIMS plugin
                instead of generating new consensus sequences
                - Now correctly warns that alignments built from sequence lists are unsupported
                - Now warns if trying to submit a contig with too many reads
                - Remove "Split into separate sequences around '?' calls" consensus option to prevent crashes that
                occured when using it
                - Improved help button in GenBank Submission options for mac.
                - Now correctly allows non-mitochondrial genetic location when genetic code is set to "Candidate
                Division SR1 and Gracilibacteria Code" (translation table 25)
                - Updated for the NCBI's transition to HTTPS (http://www.ncbi.nlm.nih.gov/news/06-10-2016-ncbi-https)
            </changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/GenbankSubmission_1_6_5.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.1110" maximumApiVersion="4" pluginVersion="1.6.8" releaseDate="2021-02-02"
                 isBeta="false">
            <changes>
                - Substitute any disallowed characters in the Submission Name with hyphens to prevent submission failure
                - Better error message if submission contains non-ASCII characters
                - Bundle Guava v30 library (previously depended upon Guava v25 from PrivateAPI)
            </changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/GenbankSubmission_1_6_8.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.201900" maximumApiVersion="4" pluginVersion="1.7.0" releaseDate="2023-10-09"
                 isBeta="false">
            <changes>
                - Update tbl2asn to table2asn to use NCBI's newest validation command
            </changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/GenbankSubmission_1_7_0.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="false" releaseDate="2007-04-09">
        <name>MrBayes</name>
        <className>mrbayes.plugin.MrBayesPlugin</className>
        <description>Runs the well known program &lt;a href="http://mrbayes.csit.fsu.edu/"&gt;MrBayes&lt;/a&gt;
            (included) for Bayesian estimation of phylogeny. Includes interactive display of posterior output. MrBayes
            is a standalone application and can also be run independently of Geneious. It is released under the &lt;a
            href="http://www.gnu.org/copyleft/gpl.html"&gt;GNU General Public License&lt;/a&gt;, and its source code is
            &lt;a href="http://sourceforge.net/project/showfiles.php?group_id=129302"&gt;freely available&lt;/a&gt;.
        </description>
        <authors>Marc Suchard and Biomatters Ltd</authors>
        <screenshotUrl>http://assets.geneious.com/plugins/img/MrBayes_small.png</screenshotUrl>
        <category>Phylogenetics</category>
        <version minimumApiVersion="4.15" maximumApiVersion="4" pluginVersion="2.0.3" releaseDate="2010-09-14"
                 isBeta="false">
            <changes>- Compatibility with Geneious 5.1.1 and later
            </changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/MrBayes_2_0_3.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.51" maximumApiVersion="4" pluginVersion="2.0.5" releaseDate="2012-07-13"
                 isBeta="false">
            <changes>- Compatibility and stability improvements
            </changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/MrBayes_2_0_5.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.601" maximumApiVersion="4" pluginVersion="2.0.6" releaseDate="2012-11-07"
                 isBeta="false">
            <changes>- Improved memory efficiency
                - Forwards compatibility with Geneious 6.0
                - Stopped MrBayes crashing when data has duplicate names
            </changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/MrBayes_2_0_6.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.610" maximumApiVersion="4" pluginVersion="2.0.9" releaseDate="2013-10-24"
                 isBeta="false">
            <changes>- Updated bundled binary to 3.2.1
                - Added help for enabling CUDA/Beagle with custom binaries
                - Fix plugin not importing consensus tree produced by MrBayes
                - Properly display non-string attribute values produced by new MrBayes consensus tree
                - Better tip attributes for MrBayes consensus tree
                - Two MrBayes document types that had same name crashed workflows - make one type
                - Cancelling the operation in Geneious did not quit the running MrBayes process on Mac and Linux
            </changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/MrBayes_2_0_9.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.701" maximumApiVersion="4" pluginVersion="2.2.4" releaseDate="2017-09-29"
                 isBeta="false">
            <changes>
                - Fixed bug where MrBayes wouldn't run if there were Chinese characters in the path to the data
                directory
                - Improved NEXUS export performance for very long sequences
                - Added an option to skip importing raw trees to improve performance in cases where Geneious runs out of
                memory after running MrBayes
            </changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/MrBayes_2_2_4.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2008-02-25">
        <name>EMBOSS Tools</name>
        <className>com.biomatters.plugins.emboss.EmbossToolsPlugin</className>
        <description>Run several EMBOSS programs (included) from within Geneious including back translate, mutate,
            shuffle, garnier secondary structure prediction and more. &lt;a href="http://emboss.sourceforge.net"&gt;EMBOSS&lt;/a&gt;
            is a freely available software package for molecular biology.
        </description>
        <authors>Biomatters Ltd</authors>
        <category>Protein</category>
        <category>Nucleotide</category>
        <version minimumApiVersion="4.0" maximumApiVersion="4" pluginVersion="0.5.1.1" releaseDate="2008-12-19"
                 isBeta="false">
            <changes>
                Fixed a bug that caused the charge graph to be drawn upside-down
            </changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/EmbossTools_0_5_1_1.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.4" maximumApiVersion="4" pluginVersion="0.5.3" releaseDate="2008-12-19"
                 isBeta="false">
            <changes>
                Fixed a bug that caused the charge graph to be drawn upside-down
            </changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/EmbossTools_0_5_3.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.6" maximumApiVersion="4" pluginVersion="0.6" releaseDate="2009-03-23"
                 isBeta="false">
            <changes>
                Added fuzznuc and fuzzpro
            </changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/EmbossTools_0_6.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.7" maximumApiVersion="4" pluginVersion="0.6.1" releaseDate="2009-08-28"
                 isBeta="false">
            <changes>
                Changes made to "Search for Motif with Mismatches" (fuzznuc and fuzzpro)
                - Added options for annotation type and name
                - Added the ability to search selected documents for all primers and probes
                - Fixed various bugs that could occur when searching over multiple documents

                Other changes
                - Completed support for operations on sequence list documents
            </changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/EmbossTools_0_6_1.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="false"
            releaseDate="2014-08-08"> <!--Dates are fudged to avoid appearing as NEW when it isn't really-->
        <name>Mutate and Shuffle</name>
        <className>com.biomatters.plugins.mutateandshuffle.MutateAndShufflePlugin</className>
        <description>Automatically mutate or shuffle sequences</description>
        <authors>Biomatters Ltd</authors>
        <category>Nucleotide</category>
        <category>Protein</category>
        <version minimumApiVersion="4.800" maximumApiVersion="4" pluginVersion="1.0.0" releaseDate="2014-08-08"
                 isBeta="false">
            <changes>Released as external plugin</changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/MutateAndShuffle_1_0_0.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="false"
            releaseDate="2014-08-08"> <!--Dates are fudged to avoid appearing as NEW when it isn't really-->
        <name>EMBOSS Protein Analysis</name>
        <className>com.biomatters.plugins.proteinanalysis.EMBOSSProteinAnalysisPlugin</className>
        <description>Predict secondary structure, antigenic regions and signal cleavage sites</description>
        <authors>Biomatters Ltd</authors>
        <category>Protein</category>
        <version minimumApiVersion="4.800" maximumApiVersion="4" pluginVersion="1.0.0" releaseDate="2014-08-08"
                 isBeta="false">
            <changes>Released as external plugin</changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/EMBOSSProteinAnalysis_1_0_0.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.1000" maximumApiVersion="4" pluginVersion="1.0.1" releaseDate="2022-10-30"
                 isBeta="false">
            <changes>Fix occasional crash in sigcleave when the sequence starts with 'ID'</changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/EMBOSSProteinAnalysis_1_0_1.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="false"
            releaseDate="2014-08-08"> <!--Dates are fudged to avoid appearing as NEW when it isn't really-->
        <name>EMBOSS Nucleotide Analysis</name>
        <className>com.biomatters.plugins.nucleotideanalysis.EMBOSSNucleotideAnalysisPlugin</className>
        <description>Predict transcription factors and protein coding regions</description>
        <authors>Biomatters Ltd</authors>
        <category>Nucleotide</category>
        <version minimumApiVersion="4.800" maximumApiVersion="4" pluginVersion="1.1.1" releaseDate="2018-10-29"
                 isBeta="false">
            <changes>
                - Fixed crash and/or incorrect results from protein prediction graph on sequences containing ?
                characters
                - Fixed failure to draw graph after choosing invalid options and then changing the options to be valid
                again
                - Fixed out of memory error with long error messages
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/EMBOSSNucleotideAnalysis_1_1_1.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2007-11-22">
        <name>Mauve Genome Alignment</name>
        <className>mauve.plugin.MauveAlignmentPlugin</className>
        <description>Construct and visualize multiple genome alignments in the presence of large-scale evolutionary
            events such as rearrangement and inversion. Based on the freely available program &lt;a
            href="http://darlinglab.org/mauve"&gt;Mauve&lt;/a&gt;.
        </description>
        <authors>Aaron Darling and Biomatters Ltd</authors>
        <screenshotUrl>http://assets.geneious.com/plugins/img/Mauve_small.png</screenshotUrl>
        <category>Alignment</category>
        <version minimumApiVersion="4.0" maximumApiVersion="4" pluginVersion="0.5" releaseDate="2008-05-06"
                 isBeta="false">
            <changes>Upgraded Mauve to version 2.1.1</changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/MauveGenomeAlignment_0_5.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.3" maximumApiVersion="4" pluginVersion="0.6.7" releaseDate="2009-03-24"
                 isBeta="false">
            <changes>- Improved support for importing xmfa files
                - Fixed crash when clicking on Alignment
            </changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/MauveGenomeAlignment_0_6_7.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.10" maximumApiVersion="4" pluginVersion="0.6.8" releaseDate="2009-10-29"
                 isBeta="false">
            <changes>- Added support for sequence lists
                - Better progress indication
                - Compatible with Geneious 4.8
            </changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/MauveGenomeAlignment_0_6_8.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.60" maximumApiVersion="4" pluginVersion="0.6.11" releaseDate="2012-07-05"
                 isBeta="false">
            <changes>Supports annotation tracks
            </changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/MauveGenomeAlignment_0_6_11.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.600" maximumApiVersion="4" pluginVersion="1.0.5" releaseDate="2017-03-10"
                 isBeta="false">
            <changes>
                - Fixed a problem where import fails on valid XMFA file when there is no space in front of sequence
                number
                - Fixed the importer producing nameless documents
                - Made the operation failed dialogues more friendly
                - Fixed a problem that caused alignments extracted from features in the genome alignment viewer to be
                offset by 1
                - Fixed a problem where question mark nucleotides were being deleted by Mauve and causing annotations to
                be offset
                - Now mentions when no alignment could be produced
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/MauveGenomeAlignment_1_0_5.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.1100" maximumApiVersion="4" pluginVersion="1.1.1" releaseDate="2017-10-30"
                 isBeta="false">
            <changes>
                - Fixed DCJ analysis in most cases
                - Added an option to save contigs in order as a sequence list or concatenated sequence when running MCM
                - Mauve alignment exporter now exports referenced source genomes in Genbank flat format (better
                supported by current versions of Mauve)
                - Mauve .backbone file is now saved; when exporting Mauve alignments in .xmfa format the .backbone file
                will also be exported if it is available
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/MauveGenomeAlignment_1_1_1.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.202100" maximumApiVersion="4" pluginVersion="1.1.3" releaseDate="2021-02-15"
                 isBeta="false">
            <changes>
                - Fixed a bug loading of annotations and contig boundaries for sequence lists missing accession numbers
                on contained sequences
                - Updated some icons to be high res and fit the new UI.
                - Tweak wording of "Show Details" in exception dialog
                - Bundle Guava v30 library (previously depended upon Guava v25 from PrivateAPI)
                - Prevent creating or viewing invalid alignments
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/MauveGenomeAlignment_1_1_3.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2008-05-06">
        <name>PAUP*</name>
        <className>com.biomatters.plugins.paup.PaupPlugin</className>
        <description>Run &lt;a href="https://paup.phylosolutions.com"&gt;PAUP*&lt;/a&gt; phylogenetic inference from
            inside Geneious. You will need a licensed copy of PAUP*, or an active &lt;a
            href="http://phylosolutions.com/paup-test/"&gt;alpha-test release&lt;/a&gt; to use this plugin. Includes
            Modeltest. Modeltest is covered by the GPL. &lt;a
            href="http://desktop-links.geneious.com/assets/libraries/modeltest3.7.zip"&gt;Download&lt;/a&gt; the
            Modeltest source.
        </description>
        <authors>Biomatters Ltd</authors>
        <category>Phylogenetics</category>
        <upOnlyVersion minimumApiVersion="4.600" maximumApiVersion="4" pluginVersion="1.3.3" releaseDate="2025-02-27"
                       isBeta="false">
            <changes/>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Paup_1_3_3.gplugin</url>
            </file>
        </upOnlyVersion>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="false" releaseDate="2007-05-28">
        <name>PhyML</name>
        <className>fr.lirmm.PHYML.PHYMLPlugin</className>
        <description>Maximum Likelihood tree building for alignments. Please cite Guindon S. &amp; Gascuel O. (2003)
            Syst. Biol. 52:696-704. when using PHYML.
        </description>
        <authors>Vincent Lefort and Biomatters Ltd</authors>
        <category>Phylogenetics</category>
        <version minimumApiVersion="4.0" maximumApiVersion="4" pluginVersion="1.0" releaseDate="2009-03-23"
                 isBeta="false">
            <changes>Fixed crash caused by progress reporting</changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/PhyML_1_0.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.14" maximumApiVersion="4" pluginVersion="2.1.0" releaseDate="2012-06-29"
                 isBeta="false">
            <changes>- Added custom substitution model option, can be used with ModelTest output
                - Added optimization option (Topology/Length/Rate)
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/PhyML_2_1_0.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.600" maximumApiVersion="4" pluginVersion="2.2.3" releaseDate="2017-03-27"
                 isBeta="false">
            <changes>- Fixed crash on Windows when running from a data directory containing certain non-Latin characters
                (e.g., Chinese)
                - Fixed crash that would occur when running with a custom substitution model on Windows machines
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/PhyML_2_2_3.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.1000" maximumApiVersion="4" pluginVersion="2.2.4" releaseDate="2019-03-06"
                 isBeta="false">
            <changes>- Updated included PhyML to version 3.3.20180621
                - Show PhyML version number in the options dialog
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/PhyML_2_2_4.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="false" releaseDate="2007-04-17">
        <name>Transmembrane Prediction</name>
        <className>org.suchard.membrane.MembranePredictionPlugin</className>
        <description>Predicts transmembrane spanning regions of proteins using TMHMM (Transmembrane Hidden Markov
            model).
            Reference: Best alpha-helical transmembrane protein topology predictions are achieved using hidden Markov
            models and evolutionary information; Håkan Viklund and Arne Elofsson; Protein Science Vol. Protein Sci. 2004
            Jul;13(7):1908-17.
        </description>
        <authors>Marc Suchard and Biomatters Ltd</authors>
        <category>Protein</category>
        <version minimumApiVersion="4.0" maximumApiVersion="4" pluginVersion="0.7" releaseDate="2008-09-18"
                 isBeta="false">
            <changes>- More informative annotations</changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/Transmembrane_Prediction_0_7.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.11" maximumApiVersion="4" pluginVersion="1.0.1" releaseDate="2019-11-14"
                 isBeta="false">
            <changes>Replace Windows binaries with newly-built copies that can output posterior probabilities</changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/Transmembrane_Prediction_1_0_1.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.202000" maximumApiVersion="4" pluginVersion="1.0.2" releaseDate="2022-04-28"
                 isBeta="false">
            <changes>Fixes crash when sequence name is empty.</changes>
            <file>
                <platform>Windows</platform>
                <platform>MacOS</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/Transmembrane_Prediction_1_0_2.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="false" releaseDate="2007-11-22">
        <name>Heterozygotes</name>
        <className>com.biomatters.plugins.heterozygote.HeterozygotePlugin</className>
        <description>Identifies heterozygotes in sequences with trace information by looking at the relative height of
            traces at peak positions.
        </description>
        <authors>Biomatters Ltd</authors>
        <category>Nucleotide</category>
        <version minimumApiVersion="4.0" maximumApiVersion="4" pluginVersion="1.2" releaseDate="2008-07-17"
                 isBeta="false">
            <changes>- Now works on alignments and contigs</changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Heterozygotes_1_2.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.11" maximumApiVersion="4" pluginVersion="2.0.0" releaseDate="2019-08-04"
                 isBeta="false">
            <changes>- Allow configuration of options when running from workflow
                - Fixed false positives
                - Fixed false negatives
                - Added new setting ("Peak Detection Height") for finer grained tweaking of heterozygote detection
                - Added new setting ("Minimum confidence to call heterozygote") to prevent heterozygote detection in low
                quality regions
                - Renamed "Minimum Confidence Score" to "Flag all positions with confidence below" to better reflect
                what that setting does.
                - Added setting "Identify incorrect base calls when alternative peak height is" to detect clearly wrong
                base call
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Heterozygotes_2_0_0.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2008-06-16">
        <name>Coiled Coils</name>
        <className>com.biomatters.plugins.coiledCoils.CoiledCoilsPlugin</className>
        <description>A protein sequence graph for predicting coiled-coil regions based on "Predicting coiled-coil
            regions in proteins", Andrei Lupas. Curr Opin Struct Biol. 1997 Jun;7(3):388-93.
        </description>
        <authors>Tobias Thierer and Biomatters Ltd</authors>
        <category>Protein</category>
        <version minimumApiVersion="4.6" maximumApiVersion="4" pluginVersion="1.1.1" releaseDate="2009-12-04"
                 isBeta="false">
            <changes>- Now gives identical results to coils2
                - Fix issue with sequences with fewer than 28 residues
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Coiled_Coils_1_1_1.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2008-06-16">
        <name>CpG Islands</name>
        <className>com.biomatters.plugins.cpgIslands.CpgIslandsPlugin</className>
        <description>A nucleotide sequence graph for predicting CpG Islands based on the model and parameterisation
            described by Richard Durbin, Sean Eddy et al. (1999) in Biological Sequence Analysis: Probabilistic Models
            of Proteins and Nucleic Acids.
        </description>
        <authors>Tobias Thierer and Biomatters Ltd</authors>
        <category>Nucleotide</category>
        <version minimumApiVersion="4.0" maximumApiVersion="4" pluginVersion="1.1" releaseDate="2008-09-18"
                 isBeta="false">
            <changes>- Improved graph drawing on circular sequences in Geneious 4.0+</changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/CpG_Islands_1_1.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2012-10-1">
        <name>Complement Or Reverse Only</name>
        <className>com.biomatters.plugins.ComplementOrReverseOnly.ComplementOrReverseOnlyPlugin</className>
        <description>Provides menu items to 'Complement Only' or 'Reverse Only' a sequence.</description>
        <authors>Biomatters Ltd</authors>
        <category>Nucleotide</category>
        <version minimumApiVersion="4.600" maximumApiVersion="4" pluginVersion="1.1" releaseDate="2014-09-16"
                 isBeta="false">
            <changes>Fixed Bug to make it compatible with Geneious 8</changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/ComplementOrReverseOnly_1_1.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2008-10-20">
        <name>Batch Rename</name>
        <className>com.biomatters.plugins.batchRename.BatchRenamePlugin</className>
        <description>Permanently rename sets of documents using the values from another column such as Organism
        </description>
        <authors>Biomatters Ltd</authors>
        <category>Misc</category>
        <version minimumApiVersion="4.0" maximumApiVersion="4" pluginVersion="1.0" releaseDate="2008-10-20"
                 isBeta="false">
            <changes/>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/BatchRename_1_0.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="false" releaseDate="2009-09-18">
        <name>Phobos Tandem Repeat Finder</name>
        <className>com.biomatters.plugins.phobos.PhobosPlugin</className>
        <description>Finds tandem repeats in DNA sequences using &lt;a href=&quot;http://www.ruhr-uni-bochum.de/spezzoo/cm/cm_phobos.htm&quot;&gt;Phobos
            3.3.10&lt;/a&gt;.
        </description>
        <authors>Biomatters Ltd and Dr Christoph Mayer</authors>
        <category>Nucleotide</category>
        <upOnlyVersion minimumApiVersion="4.7" maximumApiVersion="4" pluginVersion="1.0.4" releaseDate="2025-02-27"
                       isBeta="false">
            <changes/>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Phobos_1_0_6.gplugin</url>
            </file>
        </upOnlyVersion>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2010-01-18">
        <name>PDB Structure Aligner</name>
        <className>com.biomatters.plugins.structureAlign.StructureAlignPlugin</className>
        <description>Aligns two PDB structures using BioJava structure alignment.</description>
        <authors>Biomatters Ltd.</authors>
        <category>Protein</category>
        <version minimumApiVersion="4.10" maximumApiVersion="4" pluginVersion="0.5" releaseDate="2022-01-11"
                 isBeta="false">
            <changes>Fixed an issue with multi-model structures</changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/StructureAlign_0_5.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="false" releaseDate="2010-04-07">
        <name>Species Delimitation</name>
        <className>speciesDelimitation.SpeciesDelimitationPlugin</className>
        <description>Explore species properties on a phylogenetic tree, including the chance probability of distinctive
            clades and the reliability of species identification.
        </description>
        <authors>Brad Masters (major developer) and Howard Ross (modifications)</authors>
        <screenshotUrl>http://assets.geneious.com/plugins/3rdparty/SpeciesDelimitation_small.png</screenshotUrl>
        <category>Phylogenetics</category>
        <upOnlyVersion minimumApiVersion="4.600" maximumApiVersion="4" pluginVersion="1.4.5" releaseDate="2017-03-10"
                       isBeta="false">
            <changes>Fixed typo that led to crashes if an error occurred during results table creation</changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/3rdparty/SpeciesDelimitation_1_4_5.gplugin</url>
            </file>
        </upOnlyVersion>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2010-06-25">
        <name>MAFFT multiple aligner</name>
        <className>com.biomatters.plugins.mafft.MafftPlugin</className>
        <description>Align sequences using the program &lt;a href="http://mafft.cbrc.jp/alignment/software/"&gt;MAFFT&lt;/a&gt;
            which features several methods for extremely fast and accurate alignment.
        </description>
        <authors>Biomatters Ltd.</authors>
        <category>Alignment</category>
        <version minimumApiVersion="4.11" maximumApiVersion="4" pluginVersion="1.1" releaseDate="2010-08-11"
                 isBeta="false">
            <changes>- 64-bit support on Windows
                - Further compatibility fixes on Windows
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Mafft_1_1.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.15" maximumApiVersion="4" pluginVersion="1.3" releaseDate="2013-1-25"
                 isBeta="false">
            <changes>- Updated binary to 7.017</changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Mafft_1_3.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.700" maximumApiVersion="4" pluginVersion="1.3.3" releaseDate="2013-10-14"
                 isBeta="false">
            <changes>- Handle network file paths on Windows
                - Add option to automatically determine sequences' direction
                - Fix error in Windows 64 version handling of spaces in data directory path
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Mafft_1_3_3.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.900" maximumApiVersion="4" pluginVersion="1.3.6" releaseDate="2017-05-04"
                 isBeta="false">
            <changes>- Handle out of memory error gracefully instead of with crash
                - Update binary to 7.308/7.309
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Mafft_1_3_6.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.1000" maximumApiVersion="4" pluginVersion="1.4.0" releaseDate="2019-10-22"
                 isBeta="false">
            <changes>- Update MAFFT to 7.450 (7.429 for Window 32-bit) - fixes issues running MAFFT on Windows when
                paths contain non-Latin-1 characters
                - Add support for using multiple threads (--thread -1)
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Mafft_1_4_0.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.202000" maximumApiVersion="4" pluginVersion="1.5.0" releaseDate="2022-07-14"
                 isBeta="false">
            <changes>- Update MAFFT to 7.490
                - Removed support for MAFFT under win32
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Mafft_1_5_0.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="false" releaseDate="2010-08-11">
        <name>InterProScan</name>
        <className>com.michaelrthon.geneiousplugins.interproscan.InterproscanPlugin</className>
        <description>Search InterPro, an integrated database of protein signatures</description>
        <authors>Michael Thon and Biomatters</authors>
        <category>Protein</category> <!-- Earlier versions were removed because they won't work in any version of Geneious any more. -->
        <version minimumApiVersion="4.201900" maximumApiVersion="4" pluginVersion="2.1" releaseDate="2023-10-09" isBeta="false">
            <changes>
                - Fixed InterProScan by using a new REST API
            </changes>
            <file>
                <platform>Windows</platform>
                <platform>Linux</platform>
                <url>https://assets.geneious.com/plugins/InterProScan_2_1_0.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.202110" maximumApiVersion="4" pluginVersion="2.1" releaseDate="2023-10-09" isBeta="false">
            <changes>
                - Fixed InterProScan by using a new REST API
            </changes>
            <file>
                <platform>MacOS</platform>
                <url>https://assets.geneious.com/plugins/InterProScan_2_1_0.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2011-03-10">
        <name>Glimmer Gene Prediction</name>
        <className>com.biomatters.plugins.glimmer.GlimmerPlugin</className>
        <description>Predict genes using Glimmer3. &lt;a href="http://www.cbcb.umd.edu/software/glimmer/"&gt;Glimmer&lt;/a&gt;
            is a system for finding genes in microbial DNA, especially the genomes of bacteria, archaea, and viruses.
        </description>
        <authors>Biomatters Ltd.</authors>
        <category>Nucleotide</category>
        <version minimumApiVersion="4.30" maximumApiVersion="4" pluginVersion="1.3" releaseDate="2011-07-08"
                 isBeta="false">
            <changes>Improved error handling to track down issues with Glimmer on certain data</changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Glimmer_1_3.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.50" maximumApiVersion="4" pluginVersion="1.4" releaseDate="2012-11-07"
                 isBeta="false">
            <changes>-Improved memory efficiency
                -Fixed parse error
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Glimmer_1_4.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.600" maximumApiVersion="4" pluginVersion="1.5" releaseDate="2017-03-10"
                 isBeta="false">
            <changes>
                - Fixed the plugin so it will work on Windows
                - Made it fail gracefully on training annotations that Glimmer is unable to process
                - Fixed cryptic failure messages on some sequences
                - Fixed a crash when the Glimmer model output contains an empty line
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Glimmer_1_5.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2012-05-27">
        <name>Microsatellite Plugin</name>
        <className>com.biomatters.plugins.microsatellite.MicrosatellitePlugin</className>
        <description>Import ABI .fsa files, automatically call peaks and fit ladders, bin data into alleles and export
            for further analysis.
        </description>
        <authors>Biomatters Ltd.</authors>
        <category>Nucleotide</category>
        <version minimumApiVersion="4.60" maximumApiVersion="4" pluginVersion="1.2.0" releaseDate="2013-05-27"
                 isBeta="false">
            <changes>
                - Added more ladders
                - Ladders are now stored in an editable text file
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Microsatellite_1_2_0.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.600" maximumApiVersion="4" pluginVersion="1.4.0" releaseDate="2014-03-31"
                 isBeta="false">
            <changes>
                - Fix some crashes in bin guessing
                - Fix resource leak (threads not terminated)
                - Fix occasional crash in notification slider animation
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Microsatellite_1_4_0.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.700" maximumApiVersion="4" pluginVersion="1.4.7" releaseDate="2021-02-02"
                 isBeta="false">
            <changes>
                - Fix a crash due to rounding error that could happen when a bin midpoint is exactly at a ladder peak
                - Fix a crash when loading FSA files with more than 5 traces
                - Fix quirky scrolling behaviour with Apple magic mouse or trackpad
                - Bundle Guava v30 library (previously depended upon Guava v25 from PrivateAPI)
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Microsatellite_1_4_7.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2012-10-12">
        <name>Cap3</name>
        <className>com.biomatters.plugins.cap3.Cap3Plugin</className>
        <description>Performs contig assembly using CAP3 (http://seq.cs.iastate.edu)</description>
        <authors>Lars Smits and Biomatters Ltd.</authors>
        <category>Assembly</category>
        <version minimumApiVersion="4.600" maximumApiVersion="4" pluginVersion="1.0" releaseDate="2012-10-12"
                 isBeta="false">
            <changes/>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Cap3_1_0.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2012-10-12">
        <name>Polymorphic SSRs</name>
        <className>com.biomatters.plugins.polymorphicSsr.PolymorphicSSRPlugin</className>
        <description>Find polymorphic tandem repeats in an alignment using Phobos</description>
        <authors>Lars Smits and Biomatters Ltd.</authors>
        <category>Nucleotide</category>
        <upOnlyVersion minimumApiVersion="4.600" maximumApiVersion="4" pluginVersion="1.0" releaseDate="2012-10-12"
                       isBeta="false">
            <changes/>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/PolymorphicSSR_1_0.gplugin</url>
            </file>
        </upOnlyVersion>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2013-09-02">
        <name>RAxML</name>
        <className>RAxML</className>
        <description>RAxML (Randomized Axelerated Maximum Likelihood) is a program for sequential and parallel Maximum
            Likelihood based inference of large phylogenetic trees.
        </description>
        <authors>Biomatters Ltd.</authors>
        <category>Phylogenetics</category>
        <version minimumApiVersion="4.700" maximumApiVersion="4" pluginVersion="1.0" releaseDate="2013-09-02"
                 isBeta="false">
            <changes/>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/RAxML_1_0.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.1000" maximumApiVersion="4" pluginVersion="4.0" releaseDate="2018-10-29"
                 isBeta="false">
            <changes>
                - Added link to RAxML website
                - Added citation information for RAxML
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/RAxML_4_0.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2013-09-02">
        <name>FastTree</name>
        <className>FastTree</className>
        <description>FastTree infers approximately-maximum-likelihood phylogenetic trees from alignments of nucleotide
            or protein sequences. FastTree can handle alignments with up to a million of sequences in a reasonable
            amount of time and memory.
        </description>
        <authors>Biomatters Ltd.</authors>
        <category>Phylogenetics</category>
        <version minimumApiVersion="4.700" maximumApiVersion="4" pluginVersion="2.1.12" releaseDate="2019-08-08"
                 isBeta="false">
            <changes/>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/FastTree_2_1_12.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2014-02-05">
        <name>FreeBayes Variant Finder</name>
        <className>FreeBayes_Variant_Finder</className>
        <description>Find variants using &lt;a
            href=&quot;https://github.com/ekg/freebayes&quot;&gt;FreeBayes&lt;/a&gt;
        </description>
        <authors>Biomatters Ltd.</authors>
        <category>Nucleotide</category>
        <version minimumApiVersion="4.810" maximumApiVersion="4" pluginVersion="1.0" releaseDate="2014-02-05"
                 isBeta="false">
            <changes/>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/FreeBayes_Variant_Finder_1_0.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.1000" maximumApiVersion="4" pluginVersion="1.1.0" releaseDate="2017-11-15"
                 isBeta="false">
            <changes>
                - Upgraded FreeBayes to version 1.1
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/FreeBayes_Variant_Finder_1_1_0.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2013-09-02">
        <name>Bowtie</name>
        <className>com.biomatters.plugins.bowtie.BowtiePlugin</className>
        <description>Bowtie is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference
            sequences.
            The plugin includes both &lt;a href=&quot;http://bowtie-bio.sourceforge.net/bowtie2/index.shtml&quot;&gt;Bowtie2&lt;/a&gt;
            and
            &lt;a href=&quot;http://bowtie-bio.sourceforge.net/index.shtml&quot;&gt;Bowtie&lt;/a&gt;.
            Only 64 bit operating systems are supported.
            Bowtie2 is released under the &lt;a href=&quot;https://www.gnu.org/copyleft/gpl.html&quot;&gt;GNU General
            Public License v3&lt;/a&gt;,
            and its source code is &lt;a href=&quot;https://github.com/BenLangmead/bowtie2&quot;&gt;freely available&lt;/a&gt;.
        </description>
        <authors>Biomatters Ltd.</authors>
        <category>Assembly</category>
        <version minimumApiVersion="4.701" maximumApiVersion="4" pluginVersion="7.2.1" releaseDate="2017-05-23"
                 isBeta="false">
            <changes>
                - Removed the debug executables for Windows which were required for Bowtie2 2.2.6
                - Upgraded Bowtie2 to 2.3.0 on Windows, 2.3.2 on Linux and MacOS
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Bowtie_7_2_1.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.202000" maximumApiVersion="4" pluginVersion="7.2.2" releaseDate="2022-07-14"
                 isBeta="false">
            <changes>
                - Improved Bowtie command line parameters help
                - Upgraded Bowtie2 to 2.4.5
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Bowtie_7_2_2.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2013-09-02">
        <name>LASTZ</name>
        <className>com.biomatters.plugins.lastz.LastZPlugin</className>
        <description>LASTZ is a BLAST-like alignment tool for the pairwise alignment of chromosome-sized nucleotide
            sequences. It results in a modified Sequence Document viewer showing a dotplot graph above the target
            sequence. Many query sequences can be aligned against a single target, allowing researchers to find the
            distribution of their sequence of interest in the query sequences/genome.
        </description>
        <authors>Biomatters Ltd.</authors>
        <category>Alignment</category>
        <version minimumApiVersion="4.700" maximumApiVersion="4" pluginVersion="7.0.2" releaseDate="2019-03-06"
                 isBeta="false">
            <changes>
                - Fixed occasional crash in progress dialog trying to display a warning
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/LASTZ_7_0_2.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.202000" maximumApiVersion="4" pluginVersion="7.0.3" releaseDate="2022-07-14"
                 isBeta="false">
            <changes>
                - Updated LastZ to version 1.04.15
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/LASTZ_7_0_3.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2013-09-02">
        <name>Velvet</name>
        <className>com.biomatters.plugins.velvet.VelvetPlugin</className>
        <description>Performs contig assembly using Velvet. See &lt;a href=&quot;http://www.ebi.ac.uk/~zerbino/velvet/&quot;&gt;http://www.ebi.ac.uk/~zerbino/velvet/&lt;/a&gt;.
        </description>
        <authors>Biomatters Ltd.</authors>
        <category>Assembly</category>
        <version minimumApiVersion="4.700" maximumApiVersion="4" pluginVersion="7.0" releaseDate="2013-09-02"
                 isBeta="false">
            <changes>- Upgrade to Velvet 1.2.10
                - Implement on desktop Geneious on all 64-bit platforms
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Velvet_7_0.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.701" maximumApiVersion="4" pluginVersion="7.0.4" releaseDate="2016-02-09"
                 isBeta="false">
            <changes>
                Fixed crash when there are 0 length reads and all other reads are shorter than 46
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Velvet_7_0_4.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2014-03-18">
        <name>MIRA</name>
        <className>com.biomatters.plugins.mira.MiraPlugin</className>
        <description>Multi-pass DNA sequence assembler for whole genome and EST/RNASeq.
        </description>
        <authors>Biomatters Ltd.</authors>
        <category>Assembly</category>
        <version minimumApiVersion="4.712" maximumApiVersion="4" pluginVersion="1.1.1" releaseDate="2017-02-23"
                 isBeta="false">
            <changes>- Release open source version of plugin
                - Nicer failure message when trying to run MIRA on sequences without quality
                - Make compatible with Geneious 10.1 and newer
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Mira_1_1_1.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.202000" maximumApiVersion="4" pluginVersion="1.1.2" releaseDate="2022-04-28"
                 isBeta="false">
            <changes>Fixes incompatible locale settings preventing MIRA from running on Ubuntu out of the box.</changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Mira_1_1_2.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2014-09-09">
        <name>Classify Sequences</name>
        <className>com.biomatters.plugins.classifySequences.ClassifySequencesPlugin</className>
        <description>Classifies one or more sequences by comparing to a known database</description>
        <authors>Aaron Kennedy (USDA-APHIS-PPQ) and Biomatters</authors>
        <category>Services and Searching</category>
        <version minimumApiVersion="4.800" maximumApiVersion="4" pluginVersion="1.1" releaseDate="2014-11-10"
                 isBeta="false">
            <changes>Updated author to include Aaron Kennedy (USDA-APHIS-PPQ)</changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/SequenceClassifier_1_1.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.201900" maximumApiVersion="4" pluginVersion="1.1.1" releaseDate="2019-08-04"
                 isBeta="false">
            <changes>
                - Updated for compatibility only with versions of Geneious Prime 2019.0 and later
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/SequenceClassifier_1_1_1.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2014-12-18">
        <name>Barcode Validator</name>
        <className>com.biomatters.plugins.barcoding.validator.research.BarcodeValidatorPlugin</className>
        <description>Runs batch validation on sets of traces and barcode sequences against user specified parameters.
        </description>
        <authors>Biomatters Ltd</authors>
        <category>Services and Searching</category>
        <upOnlyVersion minimumApiVersion="4.710" maximumApiVersion="4" pluginVersion="1.0.1" releaseDate="2014-12-18"
                       isBeta="false">
            <changes>- Exposed options for the MUSCLE alignment that occurs during PCI calculation
                - Made the report more compatible between versions of Geneious
            </changes>
            <file>
                <platform>All</platform>
                <url>
                    https://github.com/Biomatters/barcode-validator/releases/download/v1.0.1/BarcodeValidator_1_0_1.gplugin
                </url>
            </file>
        </upOnlyVersion>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="false" releaseDate="2015-03-02">
        <name>Biocode Plugin</name>
        <className>com.biomatters.plugins.biocode.BiocodePlugin</className>
        <description>The Biocode LIMS is a Geneious plugin that was developed as part of the Moorea Biocode Project. It
            comprises everything you need to manage your lab and sequence analysis workflows.
        </description>
        <authors>Biocode</authors>
        <category>Services and Searching</category>
        <upOnlyVersion minimumApiVersion="4.611" maximumApiVersion="4" pluginVersion="3.0.7" releaseDate="2018-10-13"
                       isBeta="false">
            <changes><![CDATA[<strong>3.0.7</strong><br>
                - Set default geome fims instance to production<br>
                - Enable either production or develop geome to be called<br>
                - Bug fixes<br><br>
                <strong>3.0.6</strong><br>
                - Enable queries on GeOMe project (in the drop-down list of search terms)<br>
                - Cache FIMS data when performing tissueID search in GeOMe. Eliminates need to redo the search<br>
                - Specify a single query for all available projects rather than looping projects for GeOMe<br>
                - Populate attributes using a call to GeOMe network API instead of individual projects which speeds up populating attributes.<br>
                - Enable full-text queries for GeOMe projects.]]>
            </changes>
            <file>
                <platform>All</platform>
                <url>https://github.com/biocodellc/biocode-lims/releases/download/v3.0.7/BiocodePlugin_3_0_7.gplugin
                </url>
            </file>
        </upOnlyVersion>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="false" releaseDate="2015-03-31">
        <name>FLASH</name>
        <className>FLASH</className>
        <description>FLASH (Fast Length Adjustment of SHort reads) is a very fast and accurate software tool to merge
            paired-end reads from next-generation sequencing experiments.
            FLASH is designed to merge pairs of reads when the original DNA fragments are shorter than twice the length
            of reads.
            The resulting longer reads can significantly improve genome assemblies. They can also improve transcriptome
            assembly when FLASH is used to merge RNA-seq data.
        </description>
        <authors>Dave O'Connor</authors>
        <category>Assembly</category>
        <upOnlyVersion minimumApiVersion="4.812" maximumApiVersion="4" pluginVersion="1.1" releaseDate="2015-03-31"
                       isBeta="false">
            <changes>- Exposed more options
                - Added custom command line
                - Improved descriptions
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/FLASH_1_1.gplugin</url>
            </file>
        </upOnlyVersion>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2015-10-07">
        <name>BBDuk Trimmer</name>
        <className>com.biomatters.plugins.bbduk.BBDukPlugin</className>
        <description>Adapter/Quality Trimming and Filtering using BBDuk from BBTools by Brian Bushnell. As of Geneious
            Prime 2023 this plugin is no longer required to access the BBDuk functionality.
        </description>
        <authors>Biomatters Ltd.</authors>
        <category>Assembly</category>
        <version minimumApiVersion="4.900" maximumApiVersion="4" pluginVersion="1.0" releaseDate="2015-10-07"
                 isBeta="false">
            <changes/>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/BBDuk_1_0.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2015-10-07">
        <name>BBMap</name>
        <className>com.biomatters.plugins.bbmap.BBMapPlugin</className>
        <description>BBMap short read aligner from BBTools by Brian Bushnell</description>
        <authors>Biomatters Ltd.</authors>
        <category>Assembly</category>
        <version minimumApiVersion="4.900" maximumApiVersion="4" pluginVersion="1.0" releaseDate="2015-10-07"
                 isBeta="false">
            <changes/>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/BBMap_1_0.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2015-10-07">
        <name>Repeat Finder</name>
        <className>com.biomatters.plugins.repeatFinder.RepeatFinderPlugin</className>
        <description>Identifies regions in one or more sequences that are repeated elsewhere in the sequences.
        </description>
        <authors>Biomatters Ltd.</authors>
        <category>Nucleotide</category>
        <version minimumApiVersion="4.900" maximumApiVersion="4" pluginVersion="1.0" releaseDate="2015-10-07"
                 isBeta="false">
            <changes/>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/RepeatFinder_1_0.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.201900" maximumApiVersion="4" pluginVersion="1.0.1" releaseDate="2019-08-04"
                 isBeta="false">
            <changes>
                - Updated for compatibility only with versions of Geneious Prime 2019.0 and later
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/RepeatFinder_1_0_1.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="false" releaseDate="2016-02-29">
        <name>Augustus</name>
        <className>com.michaelrthon.augustusPlugin.AugustusPlugin</className>
        <description>Augustus is a gene prediction program for eukaryotes written by Mario Stanke and Oliver Keller. It
            can be used as an ab initio program, which means it bases its prediction purely on the sequence. This plugin
            allows you to choose an organism then run Augustus and save the results as annotations on your sequence.
        </description>
        <authors>Mike Thon</authors>
        <screenshotUrl>http://assets.geneious.com/plugins/3rdparty/augustus.png</screenshotUrl>
        <category>Nucleotide</category>
        <upOnlyVersion minimumApiVersion="4.1" maximumApiVersion="4" pluginVersion="0.1.1" releaseDate="2016-02-29"
                       isBeta="false">
            <changes>- Augustus can now be configured from workflows</changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/3rdparty/Augustus-0.1.1.gplugin</url>
            </file>
        </upOnlyVersion>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2019-10-22">
        <name>Minimap2</name>
        <className>Minimap2</className>
        <description>A versatile mapper / pairwise aligner for genomic and spliced nucleotide sequences</description>
        <authors>Biomatters Ltd.</authors>
        <category>Assembly</category>
        <version minimumApiVersion="4.202000" maximumApiVersion="4" pluginVersion="1.0.0" releaseDate="2019-10-22"
                 isBeta="false">
            <changes/>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Minimap2_1_0_0.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.202010" maximumApiVersion="4" pluginVersion="2.1.0" releaseDate="2022-04-28"
                 isBeta="false">
            <changes>
                Updates minimap2 to version 2.24.
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Minimap2_2_1_0.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.202010" maximumApiVersion="4" pluginVersion="2.2.0" releaseDate="2025-06-10"
                 isBeta="false">
            <changes>
                Updates minimap2 to version 2.29.
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Minimap2_2_2_0.gplugin</url>
            </file>
        </version>
    </plugin>
    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2022-08-09">
        <name>Flye</name>
        <className>Flye</className>
        <description>A de novo assembler for single molecule sequencing reads, such as those produced by PacBio and
            Oxford Nanopore Technologies
        </description>
        <authors>Biomatters Ltd.</authors>
        <category>Assembly</category>
        <version minimumApiVersion="4.202010" maximumApiVersion="4" pluginVersion="1.3.0" releaseDate="2022-09-19"
                 isBeta="false">
            <changes>
                Fixes crash with python 3.8 on Mac.
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Flye_1_3.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.202010" maximumApiVersion="4" pluginVersion="1.3.1" releaseDate="2023-10-17"
                 isBeta="false">
            <changes>
                Use bundled python interpreter on MacOS to avoid relying on system python
            </changes>
            <file>
                <platform>MacOS</platform>
                <url>https://assets.geneious.com/plugins/Flye_1_3_1.gplugin</url>
            </file>
        </version>
        <version minimumApiVersion="4.202010" maximumApiVersion="4" pluginVersion="1.3.2" releaseDate="2025-11-20"
                 isBeta="false">
            <changes>
                Update to Flye 3.0.5 to fix issue with importing when running minimap2.
            </changes>
            <file>
                <platform>All</platform>
                <url>https://assets.geneious.com/plugins/Flye_1_3_2.gplugin</url>
            </file>
        </version>
    </plugin>
<!--    <plugin isNoteWorthy="false" isProOnly="true" releaseDate="2024-07-11">-->
<!--        <name>Luma</name>-->
<!--        <className>com.biomatters.plugins.luma.LumaPlugin</className>-->
<!--        <description>Geneious plugin for connecting to Luma to submit and retrieve data.-->
<!--        </description>-->
<!--        <authors>Biomatters Ltd.</authors>-->
<!--        <category>Services and Searching</category>-->
<!--        <upOnlyVersion minimumApiVersion="4.202320" maximumApiVersion="4" pluginVersion="0.3.1" releaseDate="2024-07-11"-->
<!--                       isBeta="false">-->
<!--            <changes>Connect to Dotmatics Luma to submit and retrieve data</changes>-->
<!--            <file>-->
<!--                <platform>All</platform>-->
<!--                <url>https://assets.geneious.com/plugins/Luma_0_3_1.gplugin</url>-->
<!--            </file>-->
<!--        </upOnlyVersion>-->
<!--    </plugin>-->
</plugins>
