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

seqan_tcoffee - Multiple sequence alignment

Description

       SeqAn::T-Coffee is a multiple sequence alignment tool.

       (c) Copyright 2009 by Tobias Rausch

Name

       seqan_tcoffee - Multiple sequence alignment

Options

-h, --help
              Display the help message.

       --version
              Display version information.

   MainOptions::-s, --seqINPUT_FILE
              Name of multi-fasta input file. Valid filetypes are: .frn, .fna, .ffn, .fasta, .faa, and .fa.

       -a, --alphabetSTRING
              The used sequence alphabet. One of protein, dna, rna, and iupac. Default: protein.

       -o, --outfileOUTPUT_FILE
              Name  of  the  output  file.  Valid  filetypes are: .msf, .frn, .fna, .ffn, .fasta, .faa, and .fa.
              Default: out.fasta.

   SegmentMatchGenerationOptions::-m, --method List of STRING's
              Defines the generation method for matches. To  select  multiple  generation  methods  recall  this
              option  with  different  arguments.   One  of global, local, overlap, and lcs. Default: global and
              local.

       -l, --libraries List of INPUT_FILE's
              Name of match file. To select multiple files recall this option with  different  arguments.  Valid
              filetypes are: .mums, .lib, .blast, and .aln.

       -pa, --pairwise-alignmentSTRING
              Pairwise  alignment  method.  Default:  unbanded for usual alignments (< 50 sequences), banded for
              deep alignments (>= 50 sequences) One of unbanded and banded.

       -bw, --band-widthINTEGER
              Band width. This option automatically select banded pairwise alignment (see  pa  for  details)  In
              range [2..inf]. Default: 60.

   ScoringOptions::-g, --gopINTEGER
              gap open penalty Default: -13.

       -e, --gexINTEGER
              gap extension penalty Default: -1.

       -ma, --matrixSTRING
              score matrix Default: Blosum62.

       -ms, --mscINTEGER
              match score Default: 5.

       -mm, --mmscINTEGER
              mismatch penalty Default: -4.

   GuideTreeOptions::-u, --usetreeSTRING
              Name of the file containing the NewickGuideTree.

       -b, --buildSTRING
              Method  to  build  the  tree.  Following methods are provided: Neighbor-Joining (nj), UPGMAsinglelinkage (min), UPGMAcompletelinkage (max), UPGMAaveragelinkage (avg), UPGMAweightedaveragelinkage  (wavg). Neighbor-Joining creates an unrooted tree, which we root at the last joined pair.
              One of nj, min, max, avg, and wavg. Default: nj.

   AlignmentEvaluationOptions::-i, --infileINPUT_FILE
              Name of the alignment file <FASTAFILE> Valid filetypes are: .frn, .fna, .ffn, .fasta,  .faa,  and
              .fa.

seqan_tcoffee 1.13.8 [tarball]                                                                  SEQAN_TCOFFEE(1)

Synopsis

seqan_tcoffee -s <FASTAFILE> [OPTIONS]

See Also