File: pfsearch.1

package info (click to toggle)
pftools 3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,344 kB
  • sloc: fortran: 11,706; ansic: 10,085; makefile: 85; sh: 65
file content (67 lines) | stat: -rw-r--r-- 1,885 bytes parent folder | download | duplicates (2)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.TH PFSEARCH "1" "March 2017" "pfsearch 3" "User Commands"
.SH NAME
pfsearch \- search protein and DNA generalized profiles (legacy)
.SH SYNOPSIS
.B pfsearch
[ \fI\,-abCdfhlLmMkrsuvWxyz \/\fR] [ \fI\,profile-file | - \/\fR] [ \fI\,seq-library-file | - \/\fR] [ \fI\,parameters \/\fR]
.SH DESCRIPTION
Build protein and DNA generalized profiles and use them to scan and align sequences,
and search databases.
.SH OPTIONS
.HP
\fB\-a\fR: report optimal alignment for all sequences.
.HP
\fB\-b\fR: search complementary strand of DNA sequences.
.HP
\fB\-f\fR: input sequence file is in FASTA format.
.HP
\fB\-h\fR: print usage help text.
.HP
\fB\-l\fR: indicate highest cut\-off level (number).
.HP
\fB\-L\fR: indicate highest cut\-off level (text).
.HP
\fB\-m\fR: report individual matches for circular profiles.
.HP
\fB\-r\fR: use raw score.
.HP
\fB\-u\fR: force profile disjointness to UNIQUE.
.HP
\fB\-C\fR<value>:
.IP
cut\-off value. An integer value forces \fB\-r\fR. Same as parameter C.
.HP
\fB\-M\fR<value>:
.IP
set the normalization mode to use for the score computation.
Overrides the profile PRIORITY parameter.
.IP
output modifiers:
.HP
\fB\-d\fR: impose length limit on sequence description.
.HP
\fB\-k\fR: output using the xPSA header (using keyword=value pairs).
.HP
\fB\-s\fR: list sequences of the matched regions.
.HP
\fB\-v\fR: suppress warnings on stderr.
.HP
\fB\-x\fR: list alignments in PSA format.
.HP
\fB\-y\fR: list alignments in human readable form.
.HP
\fB\-z\fR: indicate profile start and stop positions.
.HP
\fB\-W\fR<value>:
.IP
specifies the output width. Same as parameter W.
.IP
valid (but deprecated) parameters are:
.TP
[C=cut\-off\-value]
use option \fB\-C\fR instead
.TP
[W=output\-width]
use option \fB\-W\fR instead
.SH AUTHOR
This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.