File: copymat.1

package info (click to toggle)
ncbi-tools6 6.1.20120620-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 241,636 kB
  • sloc: ansic: 1,431,708; cpp: 6,248; pascal: 3,949; xml: 3,390; sh: 3,090; perl: 1,077; csh: 488; makefile: 449; ruby: 93; lisp: 81
file content (40 lines) | stat: -rw-r--r-- 975 bytes parent folder | download | duplicates (6)
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
.TH COPYMAT 1 2004-06-25 NCBI "NCBI Tools User's Manual"
.SH NAME
copymat \- convert ASCII matrices into a database suitable for quick reading
.SH SYNOPSIS
.B copymat
[\|\fB\-\fP\|]
[\|\fB\-H\fP\|]
[\|\fB\-P\fP\ \fIfilename\fP\|]
[\|\fB\-W\fP\ \fIN\fP\|]
[\|\fB\-f\fP\ \fIX\fP\|]
[\|\fB\-r\ F\fP\|]
.SH DESCRIPTION
\fBcopymat\fP converts ASCII matrices produced by \fBmakemat\fP(1)
into a database that can be read into memory quickly.
.SH OPTIONS
A summary of options is included below.
.TP
\fB\-\fP
Print usage message
.TP
\fB\-H\fP
Print help; overrides all other arguments
.TP
\fB\-P\fP\ \fIfilename\fP
Database for matrix profiles (default = stdin)
.TP
\fB\-W\fP\ \fIN\fP
Word size for RPS database (default = 3)
.TP
\fB\-f\fP\ \fIX\fP
Threshold for extending hits for RPS database (default = 11.0)
.TP
\fB\-r\ F\fP
Do not create RPS mem map file(s)
.SH AUTHOR
The National Center for Biotechnology Information.
.SH SEE ALSO
.BR impala (1),
.BR makemat (1),
impala.html