.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH PAIR_ALIGN "1" "June 2017" "pair_align 2.3.1+dfsg-4" "User Commands" .SH NAME pair_align \- Pairwise alignment .PP SYNOPSIS .IP pair_align [OPTIONS] \fB\-s\fR IN .PP DESCRIPTION .IP The program allows one to align two sequences using dyamic programming alignment algorithms while tweaking various parameters. .PP OPTIONS .HP \fB\-h\fR, \fB\-\-help\fR .IP Display the help message. .HP \fB\-\-version\-check\fR BOOL .IP Turn this option off to disable version update notifications of the application. One of 1, ON, TRUE, T, YES, 0, OFF, FALSE, F, and NO. Default: 1. .HP \fB\-\-version\fR .IP Display version information. .IP Main Options: .HP \fB\-s\fR, \fB\-\-seq\fR INPUT_FILE .IP FASTA file with two sequences. Valid filetypes are: .frn, .fna, \&.ffn, .fasta, .faa, and .fa. .HP \fB\-a\fR, \fB\-\-alphabet\fR STRING .IP Sequence alphabet. One of protein, dna, rna, and text. Default: protein. .HP \fB\-m\fR, \fB\-\-method\fR STRING .IP DP alignment method: Needleman\-Wunsch, Gotoh, Smith\-Waterman, Longest Common Subsequence One of nw, gotoh, sw, and lcs. Default: gotoh. .HP \fB\-o\fR, \fB\-\-outfile\fR OUTPUT_FILE .IP Output filename. Valid filetypes are: .msf, .frn, .fna, .ffn, \&.fasta, .faa, and .fa. Default: out.fasta. .IP Scoring Options: .HP \fB\-g\fR, \fB\-\-gop\fR INTEGER .IP Gap open penalty. Default: \fB\-11\fR. .HP \fB\-e\fR, \fB\-\-gex\fR INTEGER .IP Gap extension penalty. Default: \fB\-1\fR. .HP \fB\-ma\fR, \fB\-\-matrix\fR STRING .IP Score matrix. .HP \fB\-ms\fR, \fB\-\-msc\fR INTEGER .IP Match score. Default: 5. .HP \fB\-mm\fR, \fB\-\-mmsc\fR INTEGER .IP Mismatch penalty. Default: \fB\-4\fR. .IP Banded Alignment Options: .HP \fB\-lo\fR, \fB\-\-low\fR INTEGER .IP Lower diagonal. .HP \fB\-hi\fR, \fB\-\-high\fR INTEGER .IP Upper diagonal. .IP DP Matrix Configuration Options: .HP \fB\-c\fR, \fB\-\-config\fR STRING .IP Alignment configuration. One of ffff, ffft, fftf, fftt, ftff, ftft, fttf, fttt, tfff, tfft, tftf, tftt, ttff, ttft, tttf, and tttt. .PP ALIGNMENT CONFIGURATION .IP The alignment configuration is a string of four characters, each being either t or f. All combinations are allowed. The meaning is as follows. .TP tfff First row initialized with 0s. .TP ftff First column initialized with 0s. .TP fftf Search last column for maximum. .TP ffft Search last row for maximum. .PP VERSION .IP Last update: pair_align version: 1.3.6 [tarball] SeqAn version: 2.3.1