summaryrefslogtreecommitdiff
path: root/doc/man/cleanasn.1
blob: a6a6e2f671798160236432dd41e9d6f6e6d30b79 (plain)
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
.TH CLEANASN 1 2006-05-29 NCBI "NCBI Tools User's Manual"
.SH NAME
cleanasn \- clean up irregularities in NCBI ASN.1 Seq-entry objects
.SH SYNOPSIS
.B cleanasn
[\|\fB\-\fP\|]
[\|\fB\-R\fP\|]
[\|\fB\-c\fP\ \fIstr\fP\|]
[\|\fB\-f\fP\ \fIstr\fP\|]
[\|\fB\-l\fP\ \fIstr\fP\|]
\fB\-p\fP\ \fIpath\fP
[\|\fB\-r\fP\ \fIpath\fP\|]
[\|\fB\-t\fP\|]
.SH DESCRIPTION
\fBcleanasn\fP is a utility program to clean up irregularities in NCBI
ASN.1 Seq-entry or Seq-submit objects.
.SH OPTIONS
A summary of options is included below.
.TP
\fB\-\fP
Print usage message
.TP
\fB\-R\fP
Enable remote fetching from NCBI's ID database
.TP
\fB\-c\fP\ \fIstr\fP
Perform general clean-ups, per the flags in \fIstr\fP:
.RS
.PD 0
.IP b
BasicSeqEntryCleanup
.IP s
SeriousSeqEntryCleanup
.PD
.RE
.TP
\fB\-f\fP\ \fIstr\fP
Remove extraneous features, per the flags in \fIstr\fP:
.RS
.PD 0
.IP u
Remove User objects
.IP d
Remove Database cross-references
.IP r
Remove Redundant gene cross-references
.PD
.RE
.TP
\fB\-l\fP\ \fIstr\fP
Link related features, per the flags in \fIstr\fP:
.RS
.PD 0
.IP o
LinkCDSmRNAbyOverlap
.IP p
LinkCDSmRNAbyProduct
.IP r
ReassignFeatureIDs
.PD
.RE
.TP
\fB\-p\fP\ \fIpath\fP
Path to input files
.TP
\fB\-r\fP\ \fIpath\fP
Path for Results (changes are otherwise made in place)
.TP
\fB\-t\fP
Enable Taxonomy lookup
.SH AUTHOR
The National Center for Biotechnology Information.