File: edlib-aligner.1

package info (click to toggle)
libedlib 1.2.7-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,532 kB
  • sloc: cpp: 2,002; sh: 304; python: 131; makefile: 89; ansic: 7
file content (31 lines) | stat: -rw-r--r-- 1,626 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.6.
.TH EDLIB-ALIGNER "1" "June 2018" "edlib-aligner 1.2.3" "User Commands"
.SH NAME
edlib-aligner \- edlib sequence alignment tool using edit distance
.SH SYNOPSIS
.B edlib-aligner
[\fI\,options\/\fR...] \fI\,<queries.fasta> <target.fasta>\/\fR
.SH OPTIONS
.TP
\fB\-s\fR
If specified, there will be no score or alignment output (silent mode).
.TP
\fB\-m\fR HW|NW|SHW
Alignment mode that will be used. [default: NW]
.TP
\fB\-n\fR N
Score will be calculated only for N best sequences (best = with smallest score). If N = 0 then all sequences will be calculated. Specifying small N can make total calculation much faster. [default: 0]
.TP
\fB\-k\fR K
Sequences with score > K will be discarded. Smaller k, faster calculation. If \fB\-1\fR, no sequences will be discarded. [default: \fB\-1]\fR
.TP
\fB\-p\fR
If specified, alignment path will be found and printed. This may significantly slow down the calculation.
.TP
\fB\-l\fR
If specified, start locations will be found and printed. Each start location corresponds to one end location. This may somewhat slow down the calculation, but is still faster then finding alignment path and does not consume any extra memory.
.TP
\fB\-f\fR NICE|CIG_STD|CIG_EXT
Format that will be used to print alignment path, can be used only with \fB\-p\fR. NICE will give visually attractive format, CIG_STD will  give standard cigar format and CIG_EXT will give extended cigar format. [default: NICE]
.SH AUTHOR
This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.