a b/softwares_config/meme_5.4.1.config
1
 Usage: meme    <dataset> [optional arguments]
2
3
        <dataset>               file containing sequences in FASTA format
4
        [-h]                    print this message
5
        [-o <output dir>]       name of directory for output files
6
                                will not replace existing directory                                                                                                                                                                                                                                                                                   [-oc <output dir>]      name of directory for output files
7
                                will replace existing directory                                                                                                                                                                                                                                                                                       [-text]                 output in text format (default is HTML)
8
        [-objfun classic|de|se|cd|ce]   objective function (default: classic)                                                                                                                                                                                                                                                                         [-test mhg|mbn|mrs]     statistical test type (default: mhg)
9
        [-use_llr]              use LLR in search for starts in Classic mode                                                                                                                                                                                                                                                                          [-neg <negdataset>]     file containing control sequences
10
        [-shuf <kmer>]          preserve frequencies of k-mers of size <kmer>                                                                                                                                                                                                                                                                                                 when shuffling (default: 2)
11
        [-hsfrac <hsfrac>]      fraction of primary sequences in holdout set                                                                                                                                                                                                                                                                                                  (default: 0.5)
12
        [-cefrac <cefrac>]      fraction sequence length for CE region                                                                                                                                                                                                                                                                                                        (default: 0.25)
13
        [-searchsize <ssize>]   maximum portion of primary dataset to use                                                                                                                                                                                                                                                                                                     for motif search (in characters)
14
        [-maxsize <maxsize>]    maximum dataset size in characters                                                                                                                                                                                                                                                                                    [-norand]               do not randomize the order of the input
15
                                sequences with -searchsize                                                                                                                                                                                                                                                                                            [-csites <csites>]      maximum number of sites for EM in Classic mode
16
        [-seed <seed>]          random seed for shuffling and sampling                                                                                                                                                                                                                                                                                [-dna]                  sequences use DNA alphabet
17
        [-rna]                  sequences use RNA alphabet                                                                                                                                                                                                                                                                                            [-protein]              sequences use protein alphabet
18
        [-alph <alph file>]     sequences use custom alphabet                                                                                                                                                                                                                                                                                         [-revcomp]              allow sites on + or - DNA strands
19
        [-pal]                  force palindromes (requires -dna)                                                                                                                                                                                                                                                                                     [-mod oops|zoops|anr]   distribution of motifs
20
        [-nmotifs <nmotifs>]    maximum number of motifs to find                                                                                                                                                                                                                                                                                      [-evt <ev>]             stop if motif E-value greater than <evt>
21
        [-time <t>]             quit before <t> seconds have elapsed                                                                                                                                                                                                                                                                                  [-nsites <sites>]       number of sites for each motif
22
        [-minsites <minsites>]  minimum number of sites for each motif                                                                                                                                                                                                                                                                                [-maxsites <maxsites>]  maximum number of sites for each motif
23
        [-wnsites <wnsites>]    weight on expected number of sites                                                                                                                                                                                                                                                                                    [-w <w>]                motif width
24
        [-minw <minw>]          minimum motif width
25
        [-maxw <maxw>]          maximum motif width
26
        [-allw]                 test starts of all widths from minw to maxw
27
        [-nomatrim]             do not adjust motif width using multiple
28
                                alignment
29
        [-wg <wg>]              gap opening cost for multiple alignments
30
        [-ws <ws>]              gap extension cost for multiple alignments
31
        [-noendgaps]            do not count end gaps in multiple alignments
32
        [-bfile <bfile>]        name of background Markov model file
33
        [-markov_order <order>] (maximum) order of Markov model to use or create
34
        [-psp <pspfile>]        name of positional priors file
35
        [-maxiter <maxiter>]    maximum EM iterations to run
36
        [-distance <distance>]  EM convergence criterion
37
        [-prior dirichlet|dmix|mega|megap|addone]
38
                                type of prior to use
39
        [-b <b>]                strength of the prior
40
        [-plib <plib>]          name of Dirichlet prior file
41
        [-spfuzz <spfuzz>]      fuzziness of sequence to theta mapping
42
        [-spmap uni|pam]        starting point seq to theta mapping type
43
        [-cons <cons>]          consensus sequence to start EM from
44
        [-brief <n>]            omit sites and sequence tables in
45
                                output if more than <n> primary sequences
46
        [-nostatus]             do not print progress reports to terminal
47
        [-p <np>]               use parallel version with <np> processors
48
        [-sf <sf>]              print <sf> as name of sequence file
49
        [-V]                    verbose mode
50
        [-version]              display the version number and exit