logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

stellar - the SwifT Exact LocaL AligneR

Description

       STELLAR  implements  the  SWIFT filter algorithm (Rasmussen et al., 2006) and a verification step for the
       SWIFT hits that applies local alignment, gapped X-drop extension, and extraction of the longest  epsilon-
       match.

       Input to STELLAR are two files, each containing one or more sequences in FASTA format. Each sequence from
       file  1  will be compared to each sequence in file 2. The sequences from file 1 are used as database, the
       sequences from file 2 as queries.

       (c) 2010-2012 by Birte Kehr

Name

       stellar - the SwifT Exact LocaL AligneR

Options

-h, --help
              Display the help message.

       --version
              Display version information.

   MainOptions:-e, --epsilonDOUBLE
              Maximal error rate (max 0.25). In range [0.0000001..0.25]. Default: 0.05.

       -l, --minLengthINTEGER
              Minimal length of epsilon-matches. In range [0..inf]. Default: 100.

       -f, --forward
              Search only in forward strand of database.

       -r, --reverse
              Search only in reverse complement of database.

       -a, --alphabetSTRING
              Alphabet type of input sequences (dna, rna, dna5, rna5, protein, char). One  of  dna,  dna5,  rna,
              rna5, protein, and char.

       -v, --verbose
              Set verbosity mode.

   FilteringOptions:-k, --kmerINTEGER
              Length of the q-grams (max 32). In range [1..32].

       -rp, --repeatPeriodINTEGER
              Maximal period of low complexity repeats to be filtered. Default: 1.

       -rl, --repeatLengthINTEGER
              Minimal length of low complexity repeats to be filtered. Default: 1000.

       -c, --abundanceCutDOUBLE
              k-mer overabundance cut ratio. In range [0..1]. Default: 1.

   VerificationOptions:-x, --xDropDOUBLE
              Maximal x-drop for extension. Default: 5.

       -vs, --verificationSTRING
              Verification   strategy:  exact  or  bestLocal  or  bandedGlobal  One  of  exact,  bestLocal,  and
              bandedGlobal. Default: exact.

       -dt, --disableThreshINTEGER
              Maximal number of verified matches before disabling verification for one query  sequence  (default
              infinity). In range [0..inf].

       -n, --numMatchesINTEGER
              Maximal  number  of  kept  matches per query and database. If STELLAR finds more matches, only the
              longest ones are kept. Default: 50.

       -s, --sortThreshINTEGER
              Number of matches triggering removal of duplicates. Choose  a  smaller  value  for  saving  space.
              Default: 500.

   OutputOptions:-o, --outOUTPUT_FILE
              Name of output file. Valid filetypes are: .txt and .gff. Default: stellar.gff.

       -od, --outDisabledOUTPUT_FILE
              Name  of  output  file  for  disabled  query  sequences.  Valid filetypes are: .sam[.*], .raw[.*],
              .frn[.*], .fq[.*], .fna[.*], .ffn[.*], .fastq[.*], .fasta[.*], .faa[.*], .fa[.*], and .bam,  where
              *  is any of the following extensions: gz, bz2, and bgzf for transparent (de)compression. Default:
              stellar.disabled.fasta.

References

       Kehr, B., Weese, D., Reinert, K.: STELLAR: fast and exact local alignments. BMC Bioinformatics,  12(Suppl
       9):S15, 2011.

stellar 1.4.11 [tarball]                                                                              STELLAR(1)

Required Arguments

FASTA_FILE_1INPUT_FILE
               Valid filetypes are: .fasta and .fa.

       FASTA_FILE_2INPUT_FILE
               Valid filetypes are: .fasta and .fa.

Synopsis

stellar [OPTIONS] <FASTAFILE1> <FASTAFILE2>

See Also