File: asn2idx.1

package info (click to toggle)
ncbi-tools6 6.1.20170106%2Bdfsg1-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 468,492 kB
  • sloc: ansic: 1,474,204; pascal: 6,740; cpp: 6,248; xml: 3,390; sh: 2,139; perl: 1,084; csh: 508; makefile: 437; javascript: 198; ruby: 93; lisp: 81
file content (49 lines) | stat: -rw-r--r-- 1,146 bytes parent folder | download | duplicates (9)
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
.TH ASN2IDX 1 2008-12-13 NCBI "NCBI Tools User's Manual"
.SH NAME
asn2idx \- index ASN.1 Bioseq-sets for fast access to individual sequences
.SH SYNOPSIS
.B asn2idx
[\|\fB\-\fP\|]
[\|\fB\-b\fP\|]
[\|\fB\-d\fP\ \fIdir\fP\|]
[\|\fB\-f\fP\ \fIfilter\fP\|]
\fB\-p\fP\ \fIpath\fP
[\|\fB\-r\fP\ \fIpath\fP\|]
[\|\fB\-t\fP\|]
[\|\fB\-x\fP\ \fIstr\fP\|]
.SH DESCRIPTION
\fBasn2idx\fP indexes ASN.1 Bioseq-sets (such as GenBank release
files) to speed retrieval of the individual sequences they contain.
For each file that it processes, it yields an output file in the same
directory with the extension \fB.idx\fP.
.SH OPTIONS
A summary of options is included below.
.TP
\fB\-\fP
Print usage message
.TP
\fB\-b\fP
Bioseq-sets are Binary
.TP
\fB\-d\fP\ \fIdir\fP
Required Subdirectory
.TP
\fB\-f\fP\ \fIfilter\fP
Filter (default = \fBgbcon,gbest,gbgss,gbhtg,gbsts\fP)
.TP
\fB\-p\fP\ \fIpath\fP
Path to Files
.TP
\fB\-p\fP\ \fIpath\fP
Path for Results
.TP
\fB\-t\fP
Recurse
.TP
\fB\-x\fP\ \fIstr\fP
File Selection Substring (default = \fB.aso\fP)
.SH AUTHOR
The National Center for Biotechnology Information.
.SH SEE ALSO
.BR asn2asn (1),
.BR asndhuff (1).