Scroll to navigation

SEQAN_TCOFFEE(1) SEQAN_TCOFFEE(1)

NAME

seqan_tcoffee - Multiple sequence alignment

SYNOPSIS

seqan_tcoffee -s <FASTA FILE> [OPTIONS]

DESCRIPTION

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

(c) Copyright 2009 by Tobias Rausch

OPTIONS

Display the help message.
Display version information.

Main Options::

Name of multi-fasta input file. Valid filetypes are: .frn, .fna, .ffn, .fasta, .faa, and .fa.
The used sequence alphabet. One of protein, dna, rna, and iupac. Default: protein.
Name of the output file. Valid filetypes are: .msf, .frn, .fna, .ffn, .fasta, .faa, and .fa. Default: out.fasta.

Segment Match Generation Options::

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.
Name of match file. To select multiple files recall this option with different arguments. Valid filetypes are: .mums, .lib, .blast, and .aln.
Pairwise alignment method. Default: unbanded for usual alignments (< 50 sequences), banded for deep alignments (>= 50 sequences) One of unbanded and banded.
Band width. This option automatically select banded pairwise alignment (see pa for details) In range [2..inf]. Default: 60.

Scoring Options::

gap open penalty Default: -13.
gap extension penalty Default: -1.
score matrix Default: Blosum62.
match score Default: 5.
mismatch penalty Default: -4.

Guide Tree Options::

Name of the file containing the Newick Guide Tree.
Method to build the tree. Following methods are provided: Neighbor-Joining (nj), UPGMA single linkage (min), UPGMA complete linkage (max), UPGMA average linkage (avg), UPGMA weighted average linkage (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.

Alignment Evaluation Options::

Name of the alignment file <FASTA FILE> Valid filetypes are: .frn, .fna, .ffn, .fasta, .faa, and .fa.
seqan_tcoffee 1.13.7 [tarball]