File: pfsearchV3.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 (93 lines) | stat: -rw-r--r-- 2,241 bytes parent folder | download | duplicates (4)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
.TH PFSEARCHV3 "1" "March 2017" "pfsearchV3 3" "User Commands"
.SH NAME
pfsearchV3 \- search protein and DNA generalized profiles (version 3)
.SH SYNOPSIS
.B pfsearch
[options] profile database
.SH DESCRIPTION
Build protein and DNA generalized profiles and use them to scan and align sequences,
and search databases.
.SH OPTIONS
.SS Profile
.TP
\fB\-\-level\fR
[\-l] : level to use for cutoff
.TP
\fB\-\-mode\fR
[\-m] : mode to use for normalization
.SS Database
.TP
\fB\-\-create\-index\-database\fR
[\-c] : output indices to given file
.TP
\fB\-\-use\-index\-database\fR
[\-i] : use indices stored in given file
.SS Heuristic
.TP
\fB\-\-cutoff\fR
[\-C] : heuristic cutoff value
.TP
\fB\-\-dump\-heuristic\-scores\fR
[\-A] : only print heuristic scores to stdout
.HP
\fB\-\-dump\-heuristic\-sequences\fR [\-D] : dump passed heuristic sequences
.SS Filter
.TP
\fB\-\-dump\-filter\-scores\fR
[\-a] : only print filter scores to stdout
.TP
\fB\-\-dump\-filter\-sequences\fR
[\-d] : dump passed heuristic and filter
sequences
.SS Optimizations
.TP
\fB\-\-sse2\fR
[\-s] : enforces SSE 2 only instruction set
.TP
\fB\-\-nthreads\fR
[\-t] : max number of threads to use
.TP
\fB\-\-max\-heuristic\-nthreads\fR
[\-T] : max number of threads to use for
heuristic phase only. (IO bounds)
.TP
\fB\-\-no\-affinity\fR
[\-f] : disable CPU affinity file
.TP
\fB\-\-thread\-affinity\fR
[\-M] : file containing thread mask,
one row for one thread
.TP
\fB\-\-no\-shared\-core\fR
[\-k] : Prevent core resource sharing
.TP
\fB\-\-split\fR
[\-b] : if both SSE 2 & 4.1 are available,
split half\-half using linked resources
.SS Printing output
.TP
\fB\-\-output\-method\fR
[\-o] : printing output method
.IP
== 0 replicates the pfseach output without options (DEFAULT)
.IP
== 1 simple output
.IP
== 2 replicates pfsearch \fB\-lxz\fR output
.IP
== 3 replicates pfscan \fB\-lxz\fR output
.IP
== 4 tsv output (single line tab delimited)
.TP
\fB\-\-output\-length\fR
[\-W] : maximum number of column for sequence
output printing
.SS Other
.TP
\fB\-\-verbose\fR
[\-v] : verbose on stderr
.TP
\fB\-\-help\fR
[\-h] : output command help
.SH AUTHOR
This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.