<?xml version="1.0" encoding="UTF-8"?>
<AlgorithmDescriptionBatch>
    <AlgorithmDescription AlgorithmName="AlignAce"
        LocalBaseDir="/home/max/JannotatixPlugins" Category="Motif Discovery">
        <Info>
            <FullName>AlignAce - Aligns Nucleic Acids Conserved Elements</FullName>
            <Description>AlignAce is a Gibbs Sampler written for Yeast
                Genes, the original package includes sophisticated tools
                to             rank and cluster found motifs</Description>
            <Authors>Roth, FR, Hughes, JD, Estep, PE, GM Church</Authors>
            <HomepageUrl>http://atlas.med.harvard.edu/</HomepageUrl>
            <PubmedId>99788350</PubmedId>
            <ArticleFulltextUrl>http://arep.med.harvard.edu/pdf/Roth98.pdf</ArticleFulltextUrl>
            <Availability>source for Linux</Availability>
            <LicenseFilename>license.txt</LicenseFilename>
            <PackageUrl OS="Linux">http://ftp.bioinformatics.org/pub/jannotatix/plugins/alignace.zip</PackageUrl>
            <PackageUrl OS="Windows">http://ftp.bioinformatics.org/pub/jannotatix/plugins/alignace.zip</PackageUrl>
        </Info>
        <Invocation LocalBaseDir="AlignACE"
            xsi:type="LocalFileInvocation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <FileName OS="Linux">AlignACE</FileName>
            <FileName OS="Windows">AlignACE.exe</FileName>
        </Invocation>
        <Arguments ParameterValueSeparator=" " ProgressParameter="" ProgressTriggerString="">
            <Argument Parameter="-i" Category="Parameters"
                xsi:type="InfileArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value></Value>
                <ShortDescription>(no Description available)</ShortDescription>
            </Argument>
            <Argument Parameter="" Category="Parameters"
                ResultsOnStdOut="true" xsi:type="OutfileArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value></Value>
                <ShortDescription>(no Description available)</ShortDescription>
            </Argument>
            <Argument Parameter="-numcols" Optional="true"
                Category="Parameters" xsi:type="NumberArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>10</Value>
                <ShortDescription>Width</ShortDescription>
                <DefaultValue>10</DefaultValue>
                <Help>Number of columns to align (REM: This is the
                    length/width of the motif)</Help>
            </Argument>
            <Argument Parameter="-expect" Optional="true"
                Category="Parameters" xsi:type="NumberArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>10</Value>
                <ShortDescription>Expected Sites</ShortDescription>
                <DefaultValue>10</DefaultValue>
                <Help>Number of sites expected in model</Help>
            </Argument>
            <Argument Parameter="-gcback" Optional="true"
                Category="Parameters" xsi:type="NumberArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>0.38</Value>
                <ShortDescription>GC Content</ShortDescription>
                <DefaultValue>0.38</DefaultValue>
                <Help>Background fractional GC content of input sequence
                    (REM: The default value reflects the yeast genome,
                    the                 value a. thaliana is 0.36)</Help>
            </Argument>
            <Argument Parameter="-minpass" Optional="true"
                Category="Advanced" xsi:type="NumberArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>200</Value>
                <ShortDescription>Min. Passes</ShortDescription>
                <DefaultValue>200</DefaultValue>
                <Help>Minimum number of non-improved passes in phase 1</Help>
            </Argument>
            <Argument Parameter="-oversample" Optional="true"
                Category="Advanced" xsi:type="NumberArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>1</Value>
                <ShortDescription>Oversample</ShortDescription>
                <DefaultValue>1</DefaultValue>
                <Help>possible sites / (expect * numcols * seedings) </Help>
            </Argument>
            <Argument Parameter="-undersample" Optional="true"
                Category="Advanced" xsi:type="NumberArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>1</Value>
                <ShortDescription>Undersample</ShortDescription>
                <DefaultValue>1</DefaultValue>
                <Help>1/undersample</Help>
            </Argument>
        </Arguments>
        <Parsers gffFeatureType="protein_bind"
            ResolveSeqNameNumber="true" ZeroBasedCoordinates="true">
            <AlignmentStartParser RegExp="Motif ([number])">
                <Field TranslateChars="" TranslateTo="">ProfileID</Field>
            </AlignmentStartParser>
            <SiteParser RegExp="([dnastring])[spaces]([number])[spaces]([number])[spaces]([number])">
                <Field TranslateChars="" TranslateTo="">SiteSequence</Field>
                <Field TranslateChars="" TranslateTo="">SequenceNumber</Field>
                <Field TranslateChars="" TranslateTo="">Start</Field>
                <Field TranslateChars="10" TranslateTo="+-">Strand</Field>
            </SiteParser>
            <AlignmentEndParser RegExp="MAP Score: ([number])">
                <Field TranslateChars="" TranslateTo="">ProfileScore</Field>
            </AlignmentEndParser>
        </Parsers>
    </AlgorithmDescription>
    <AlgorithmDescription AlgorithmName="MotifSampler"
        LocalBaseDir="/home/max/JannotatixPlugins" Category="Motif Discovery">
        <Info>
            <FullName>MotifSampler</FullName>
            <Description>Motif Sampler is a Gibbs Motif Sampler from the
                PlantCare   team</Description>
            <Authors>Thijs G., Lescot M., Marchal K., Rombauts S., De
                Moor             B.,   Rouze P., Moreau Y.</Authors>
            <HomepageUrl>http://www.esat.kuleuven.ac.be/~thijs/Work/MotifSampler.html</HomepageUrl>
            <PubmedId>11751219</PubmedId>
            <ArticleFulltextUrl>http://bioinformatics.oupjournals.org/cgi/reprint/17/12/1113</ArticleFulltextUrl>
            <Availability>web / binary for Linux and Windows</Availability>
            <LicenseFilename></LicenseFilename>
            <PackageUrl OS="Linux">http://ftp.bioinformatics.org/pub/jannotatix/plugins/motifsampler.zip</PackageUrl>
            <PackageUrl OS="Windows">http://ftp.bioinformatics.org/pub/jannotatix/plugins/motifsampler.zip</PackageUrl>
        </Info>
        <Invocation LocalBaseDir="MotifSampler"
            xsi:type="LocalFileInvocation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <FileName OS="Linux">MotifSampler</FileName>
            <FileName OS="Windows">MotifSampler.exe</FileName>
        </Invocation>
        <Arguments ParameterValueSeparator=" " ProgressParameter="-r" ProgressTriggerString="---- run">
            <Argument Parameter="-f" Category="Parameters"
                xsi:type="InfileArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value></Value>
                <ShortDescription>(no Description available)</ShortDescription>
            </Argument>
            <Argument Parameter="-o" Category="Parameters"
                xsi:type="OutfileArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value></Value>
                <ShortDescription>(no Description available)</ShortDescription>
            </Argument>
            <Argument Parameter="-w" Category="Parameters"
                xsi:type="NumberArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>8</Value>
                <ShortDescription>Width</ShortDescription>
                <DefaultValue>8</DefaultValue>
                <Help>The exact width of the motif has to be known in advance!</Help>
            </Argument>
            <Argument Parameter="-b" Category="Parameters"
                LocalBaseDir="MotifSampler/" xsi:type="FileArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>/home/max/JannotatixPlugins/MotifSampler/athaliana_3.bg</Value>
                <ShortDescription>Background Model</ShortDescription>
                <DefaultValue>athaliana_3.bg</DefaultValue>
                <Help>A hidden markov model that estimates the
                    probability                 that a given
                    sequence is produced by
                    intergenic-sequence noise</Help>
            </Argument>
            <Argument Parameter="-s" Category="Parameters"
                xsi:type="ListArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>1</Value>
                <ShortDescription>Strand</ShortDescription>
                <DefaultValue>1</DefaultValue>
                <Help>Search both (1) or only one strand (0)</Help>
                <PossibleValue Description="Search both Strands">0</PossibleValue>
                <PossibleValue Description="Only default strand">1</PossibleValue>
            </Argument>
            <Argument Parameter="-p" Category="Parameters"
                xsi:type="NumberArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>0.2</Value>
                <ShortDescription>Prior</ShortDescription>
                <DefaultValue>0.2</DefaultValue>
                <Help>The a priori probability that a sequence contains
                    a motif</Help>
            </Argument>
            <Argument Parameter="-M" Category="Parameters"
                xsi:type="NumberArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>0</Value>
                <ShortDescription>Max. Instances</ShortDescription>
                <DefaultValue>0</DefaultValue>
                <Help>Maximum number of instances or 0 to deactivate limit</Help>
            </Argument>
            <Argument Parameter="-n" Category="Parameters"
                xsi:type="NumberArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>1</Value>
                <ShortDescription>Number of Motifs</ShortDescription>
                <DefaultValue>1</DefaultValue>
                <Help>Number of motifs to search for</Help>
            </Argument>
            <Argument Parameter="-r" Category="Parameters"
                xsi:type="NumberArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>1</Value>
                <ShortDescription>Iterations</ShortDescription>
                <DefaultValue>1</DefaultValue>
                <Help>Number of iterations, the algorithm is simply
                    repeated                 this number       of times</Help>
            </Argument>
        </Arguments>
        <Parsers gffFeatureType="protein_bind">
            <SiteParser RegExp="([word])[spaces][word][spaces]([word])[spaces]([number])[spaces]([number])[spaces]([number])[spaces]([sign])[spaces][.][spaces]id [quote]([word])[quote][any]$">
                <Field TranslateChars="" TranslateTo="">Sequence</Field>
                <Field TranslateChars="" TranslateTo="">Source</Field>
                <Field TranslateChars="" TranslateTo="">Start</Field>
                <Field TranslateChars="" TranslateTo="">End</Field>
                <Field TranslateChars="" TranslateTo="">Score</Field>
                <Field TranslateChars="" TranslateTo="">Strand</Field>
                <Field TranslateChars="" TranslateTo="">ProfileID</Field>
            </SiteParser>
        </Parsers>
    </AlgorithmDescription>
    <AlgorithmDescription AlgorithmName="Meme"
        LocalBaseDir="/home/max/JannotatixPlugins" Category="Motif Discovery">
        <Info>
            <Description>Multiple EM for Motif Elicitation</Description>
            <Authors>Timothy Bailey, Charles Elkan, Bill Grundy</Authors>
            <HomepageUrl>http://meme.sdsc.edu</HomepageUrl>
            <PubmedId>7584402</PubmedId>
            <ArticleFulltextUrl>http://www.sdsc.edu/~tbailey/papers/ismb94.ps</ArticleFulltextUrl>
            <Availability>web / sourcecode for unix</Availability>
            <LicenseFilename>Meme/COPYRIGHT</LicenseFilename>
            <PackageUrl OS="Linux">http://ftp.bioinformatics.org/pub/jannotatix/plugins/meme.zip</PackageUrl>
            <PackageUrl OS="Windows">http://ftp.bioinformatics.org/pub/jannotatix/plugins/meme.zip</PackageUrl>
        </Info>
        <Invocation LocalBaseDir="Meme/" xsi:type="LocalFileInvocation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <FileName OS="Linux">meme-linux/bin/meme</FileName>
            <FileName OS="Solaris"/>
        </Invocation>
        <Arguments ParameterValueSeparator=" ">
            <Argument Parameter="" Category="Parameters"
                xsi:type="InfileArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ShortDescription>(no Description available)</ShortDescription>
            </Argument>
            <Argument Parameter="" Category="Parameters"
                xsi:type="OutfileArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>STDOUT</Value>
                <ShortDescription>(no Description available)</ShortDescription>
            </Argument>
            <Argument Parameter="-mod" Category="Parameters"
                xsi:type="ListArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>zoops</Value>
                <ShortDescription>Distribution of motifs</ShortDescription>
                <DefaultValue>zoops</DefaultValue>
                <Help>One Occurrence Per Sequence (oops), Zero or One
                    Occurrence Per Sequence (zoops) or Two-Component
                    Mixture (tcm)</Help>
                <PossibleValue Description="One occurrence per sequence">oops</PossibleValue>
                <PossibleValue Description="Zero or one occ. per seq.">zoops</PossibleValue>
                <PossibleValue Description="Two component mixture">tcm</PossibleValue>
            </Argument>
            <Argument Parameter="-nmotifs" Category="Parameters"
                xsi:type="NumberArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>1</Value>
                <ShortDescription>Maximum number of motifs</ShortDescription>
                <DefaultValue>1</DefaultValue>
                <Help>The number of *different* motifs to search for</Help>
            </Argument>
            <Argument Parameter="-nsites" Category="Advanced"
                xsi:type="NumberArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>1</Value>
                <ShortDescription>Number of sites</ShortDescription>
                <DefaultValue>1</DefaultValue>
                <Help>The (expected) number of occurrences of each
                    motif. If                 -nsites is given, only
                    that number of occurrences is                 tried.
                    These switches are ignored if mod = oops.</Help>
            </Argument>
            <Argument Parameter="-minw" Category="Parameters"
                xsi:type="NumberArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>8</Value>
                <ShortDescription>Minimal Width</ShortDescription>
                <DefaultValue>8</DefaultValue>
                <Help>Minimal width of the motif to try</Help>
            </Argument>
            <Argument Parameter="-maxw" Category="Parameters"
                xsi:type="NumberArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>25</Value>
                <ShortDescription>Maximal Width</ShortDescription>
                <DefaultValue>25</DefaultValue>
                <Help>Maximal width of the motif to try</Help>
            </Argument>
            <Argument Parameter="-bfile" Category="Advanced"
                LocalBaseDir="" xsi:type="FileArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value></Value>
                <ShortDescription>Background Model</ShortDescription>
                <DefaultValue></DefaultValue>
                <Help>The name of the file containing the background
                    model                 for sequences.</Help>
            </Argument>
            <Argument Parameter="-maxiter" Category="Advanced"
                xsi:type="NumberArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>50</Value>
                <ShortDescription>Max Iterations</ShortDescription>
                <DefaultValue>50</DefaultValue>
                <Help>The number of iterations of EM to run from any
                    starting point.</Help>
            </Argument>
            <Argument Parameter="-revcomp" Category="Advanced"
                xsi:type="OptionalArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>false</Value>
                <ShortDescription>Look on reverse strand</ShortDescription>
                <DefaultValue>false</DefaultValue>
                <Help>motifs occurrences may be on the given DNA strand
                    or                 on its reverse complement.
                    Default: look for DNA motifs                 only on
                    the strand given  in the training set.</Help>
            </Argument>
            <Argument Parameter="-pal" Category="Advanced"
                xsi:type="OptionalArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>false</Value>
                <ShortDescription>Look for palindromes</ShortDescription>
                <DefaultValue>false</DefaultValue>
                <Help>Choosing -pal causes MEME to look for palindromes
                    in                 DNA datasets. &lt;p&gt;  MEME
                    averages the letter                 frequencies in
                    corresponding  columns of the motif
                    (PSPM) together. For instance,  if the width of the
                    motif is 10, columns 1 and 10, 2  and 9, 3 and 8,
                    etc.,                 are averaged together.  The
                    averaging combines the                 frequency of
                    A in one column  with T in the other, and
                    the frequency of C in one  column with G in the other.</Help>
            </Argument>
            <Argument Parameter="-prior" Category="Parameters"
                xsi:type="ListArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>dirichlet</Value>
                <ShortDescription>Distribution of prior</ShortDescription>
                <DefaultValue>dirichlet</DefaultValue>
                <Help>The prior distribution on the model parameters:
                    &lt;p&gt;  dirichlet == simple Dirichlet prior  This
                    is                 the default for -dna and  -alph.
                    It is based on the                 non-redundant
                    database letter  frequencies.&lt;p&gt;
                    dmix == mixture of Dirichlets prior. This is the
                    default                 for -protein.&lt;p&gt;  mega
                    == extremely low variance                 dmix;
                    variance is scaled inversely with the size of the
                    dataset.&lt;p&gt;  megap == mega for all but last
                    iteration of EM; dmix on last iteration.&lt;p&gt;
                    addone == add +1 to each observed count&lt;p&gt;</Help>
                <PossibleValue Description="simple Dirichlet">dirichlet</PossibleValue>
                <PossibleValue Description="mixture of Dirichlets prior">dmix</PossibleValue>
                <PossibleValue Description="extremely low variance dmix">mega</PossibleValue>
                <PossibleValue Description="mega for all but last iter.">megap</PossibleValue>
                <PossibleValue Description="+1 to each observed count">addone</PossibleValue>
            </Argument>
            <Argument Parameter="-nomatrim" Category="Parameters"
                xsi:type="ConstantArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value> </Value>
                <ShortDescription>skip strange matrix trimming steps</ShortDescription>
            </Argument>
            <Argument Parameter="-text" Category="Parameters"
                xsi:type="ConstantArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value> </Value>
                <ShortDescription>Output as Text</ShortDescription>
            </Argument>
            <Argument Parameter="-dna" Category="Parameters"
                xsi:type="ConstantArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value> </Value>
                <ShortDescription>Assume DNA alphabet</ShortDescription>
            </Argument>
            <Argument Parameter="-print_fasta" Category="Parameters"
                xsi:type="ConstantArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value> </Value>
                <ShortDescription>Print motifs in fasta format</ShortDescription>
            </Argument>
        </Arguments>
        <Parsers gffFeatureType="protein_bind">
            <AlignmentStartParser RegExp="[spaces]Motif ([number]) sites sorted by.*">
                <Field TranslateChars="" TranslateTo="">AlignmentID</Field>
            </AlignmentStartParser>
            <AlignmentStartParser RegExp="^-----.*">
                <Field TranslateChars="" TranslateTo="">Ignore</Field>
            </AlignmentStartParser>
            <AlignmentStartParser RegExp="^-----.*">
                <Field TranslateChars="" TranslateTo="">Ignore</Field>
            </AlignmentStartParser>
            <SiteParser RegExp=".*">
                <Field TranslateChars="" TranslateTo="">Sequence</Field>
            </SiteParser>
            <SiteParser RegExp="[spaces]([number]) ([number]) [sequence] ([sequence]) [sequence]$">
                <Field TranslateChars="" TranslateTo="">Start</Field>
                <Field TranslateChars="" TranslateTo="">Score</Field>
                <Field TranslateChars="" TranslateTo="">SiteSequence</Field>
            </SiteParser>
            <AlignmentEndParser RegExp="^[-]*$"/>
        </Parsers>
    </AlgorithmDescription>
    <AlgorithmDescription AlgorithmName="PLantcare Website"
        LocalBaseDir="/home/max/JannotatixPlugins" Category="Motif Database">
        <Info>
            <FullName>PlantCare</FullName>
            <Description>Plantcare is a database of plant cis-acting
                regulatory elements, many of them from Arabidopsis</Description>
            <Authors>Lescot M, Dehais P, Thijs G, Marchal K, Moreau Y,
                Van             de Peer Y, Rouze P, Rombauts S.</Authors>
            <HomepageUrl>http://oberon.fvms.ugent.be:8080/PlantCARE/index.html</HomepageUrl>
            <PubmedId>11752327</PubmedId>
            <ArticleFulltextUrl>http://www.ncbi.nlm.nih.gov/fullTEXT</ArticleFulltextUrl>
            <Availability>website</Availability>
            <LicenseFilename></LicenseFilename>
            <PackageUrl OS="Linux">http://ftp.bioinformatics.org/pub/jannotatix/plugins/plantcare.zip</PackageUrl>
            <PackageUrl OS="Windows">http://ftp.bioinformatics.org/pub/jannotatix/plugins/plantcare.zip</PackageUrl>
        </Info>
        <Invocation LocalBaseDir="" SingleSeq="true"
            xsi:type="HttpPostInvocation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <Description>PlantCare Main Server</Description>
            <HttpAuthLogin>
                <Username>me</Username>
                <Password>Test</Password>
            </HttpAuthLogin>
            <Url>http://oberon.fvms.ugent.be:8080/care-bin/CallMat_NN47.htpl</Url>
        </Invocation>
        <Arguments ParameterValueSeparator=" ">
            <Argument Parameter="Field_Sequence" Category="Parameters"
                xsi:type="InfileArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value></Value>
                <ShortDescription>(no Description available)</ShortDescription>
            </Argument>
            <Argument Parameter="MatInspector" Category="Parameters"
                xsi:type="ConstantArgument" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Value>Search</Value>
                <ShortDescription>This parameter has to be specified</ShortDescription>
                <DefaultValue></DefaultValue>
            </Argument>
        </Arguments>
        <Parsers gffFeatureType="protein_bind">
            <SiteParser>
                <Field TranslateChars="" TranslateTo=""> Sequence </Field>
                <Field TranslateChars="" TranslateTo=""> Strand </Field>
                <Field TranslateChars="" TranslateTo=""> Start </Field>
                <Field TranslateChars="" TranslateTo=""> Score </Field>
            </SiteParser>
        </Parsers>
    </AlgorithmDescription>
</AlgorithmDescriptionBatch>
