File: cleanasn.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 (420 lines) | stat: -rw-r--r-- 6,332 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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
.TH CLEANASN 1 2012-06-24 NCBI "NCBI Tools User's Manual"
.SH NAME
cleanasn \- clean up irregularities in NCBI ASN.1 objects
.SH SYNOPSIS
.B cleanasn
[\|\fB\-\fP\|]
[\|\fB\-A\fP\ \fIfilename\fP\|]
[\|\fB\-C\fP\ \fIstr\fP\|]
[\|\fB\-D\fP\ \fIstr\fP\|]
[\|\fB\-F\fP\ \fIstr\fP\|]
[\|\fB\-K\fP\ \fIstr\fP\|]
[\|\fB\-L\fP\ \fIfilename\fP\|]
[\|\fB\-M\fP\ \fIfilename\fP\|]
[\|\fB\-N\fP\ \fIstr\fP\|]
[\|\fB\-P\fP\ \fIstr\fP\|]
[\|\fB\-Q\fP\ \fIstr\fP\|]
[\|\fB\-R\fP\|]
[\|\fB\-S\fP\ \fIstr\fP\|]
[\|\fB\-T\fP\|]
[\|\fB\-U\fP\ \fIstr\fP\|]
[\|\fB\-V\fP\ \fIstr\fP\|]
[\|\fB\-X\fP\ \fIstr\fP\|]
[\|\fB\-Z\fP\ \fIstr\fP\|]
[\|\fB\-a\fP\ \fIstr\fP\|]
[\|\fB\-b\fP\|]
[\|\fB\-c\fP\|]
[\|\fB\-d\fP\ \fIstr\fP\|]
[\|\fB\-f\fP\ \fIstr\fP\|]
[\|\fB\-i\fP\ \fIfilename\fP\|]
[\|\fB\-j\fP\ \fIfilename\fP\|]
[\|\fB\-k\fP\ \fIfilename\fP\|]
[\|\fB\-m\fP\ \fIstr\fP\|]
[\|\fB\-n\fP\ \fIpath\fP\|]
[\|\fB\-o\fP\ \fIfilename\fP\|]
[\|\fB\-p\fP\ \fIpath\fP\|]
[\|\fB\-q\fP\ \fIpath\fP\|]
[\|\fB\-r\fP\ \fIpath\fP\|]
[\|\fB\-v\fP\ \fIpath\fP\|]
[\|\fB\-x\fP\ \fIext\fP\|]
.SH DESCRIPTION
\fBcleanasn\fP is a utility program to clean up irregularities in NCBI
ASN.1 objects.
.SH OPTIONS
A summary of options is included below.
.TP
\fB\-\fP
Print usage message
.TP
\fB\-A\fP\ \fIfilename\fP
Accession list file
.TP
\fB\-C\fP\ \fIstr\fP
Sequence operations, per the flags in str:
.RS
.PD 0
.IP c
Compress
.IP d
Decompress
.IP v
Virtual gaps inside segmented sequence
.IP s
Convert segmented set to delta sequence
.PD
.RE
.TP
\fB\-D\fP\ \fIstr\fP
Clean up descriptors, per the flags in str:
.RS
.PD 0
.IP t
Remove Title
.IP c
Remove Comment
.IP n
Remove Nuc-Prot Set title
.IP e
Remove Pop/Phy/Mut/Eco Set title
.IP m
Remove mRNA title
.IP p
Remove Protein title
.PD
.RE
.TP
\fB\-F\fP\ \fIstr\fP
Clean up features, per the flags in str:
.RS
.PD 0
.IP u
Remove User-objects
.IP d
Remove db_xrefs
.IP e
Remove \fB/evidence\fP and \fB/inference\fP
.IP r
Remove redundant gene xrefs
.IP f
Fuse duplicate features
.IP k
Package coding-region or parts features
.IP z
Delete or update EC numbers
.PD
.RE
.TP
\fB\-K\fP\ \fIstr\fP
Perform a general cleanup, per the flags in str:
.RS
.PD 0
.IP b
BasicSeqEntryCleanup
.IP p
C++ BasicCleanup (via an external utility)
.IP s
SeriousSeqEntryCleanup
.IP g
GpipeSeqEntryCleanup
.IP n
Normalize descriptor order
.IP u
Remove NcbiCleanup User Objects
.IP c
Synchronize genetic Codes
.IP d
Resynchronize CDS partials
.IP m
Resynchronize mRNA partials
.IP t
Resynchronize Peptide partials
.IP a
Adjust consensus splice
.IP i
Promote to "worst" Seq-ID
.PD
.RE
.TP
\fB\-L\fP\ \fIfilename\fP
Log file
.TP
\fB\-M\fP\ \fIfilename\fP
Macro file
.TP
\fB\-N\fP\ \fIstr\fP
Clean up links, per the flags in str:
.RS
.PD 0
.IP o
Link CDS mRNA by Overlap
.IP p
Link CDS mRNA by Product
.IP r
Reassign feature IDs
.IP f
Fix missing reciprocal feature IDs
.IP c
Clear feature IDs
.PD
.RE
.TP
\fB\-P\fP
Publication options:
.RS
.PD 0
.IP a
Remove All publications
.IP s
Remove Serial number
.IP f
Remove Figure, numbering, and name
.IP r
Remove Remark
.IP u
Update PMID-only publication
.IP #
Replace unpublished with PMID
.PD
.RE
.TP
\fB\-Q\fP\ \fIstr\fP
Report:
.RS
.PD 0
.IP c
Record count
.IP r
ASN.1 BSEC report
.IP s
ASN.1 SSEC report
.IP n
NORM vs. SSEC report
.IP e
PopPhyMutEco AutoDef report
.IP o
Overlap report
.IP l
Latitude-longitude country diff
.IP d
Log SSEC differences
.IP g
GenBank SSEC diff
.IP f
asn2gb/asn2flat diff
.IP h
Seg-to-delta GenBank diff
.IP v
Validator SSEC diff
.IP m
Modernize Gene/RNA/PCR
.IP u
Unpublished Pub lookup
.IP p
Published Pub lookup
.IP j
Unindexed Journal report
.IP x
Custom scan
.PD
.RE
.TP
\fB\-R\fP
Remote fetching from ID (NCBI sequence databases)
.TP
\fB\-S\fP\ \fIstr\fP
Selective difference filter (capital letters skip)
.RS
.PD 0
.IP s
SSEC
.IP b
BSEC
.IP A
Author
.IP p
Publication
.IP l
Location
.IP r
RNA
.IP q
Qualifier sort order
.IP g
Genbank block
.IP k
Package CdRegion or parts features
.IP m
Move publication
.IP o
Leave duplicate Bioseq publication
.IP d
Automatic definition line
.IP e
Pop/Phy/Mut/Eco Set definition line
.PD
.RE
.TP
\fB\-T\fP
Taxonomy Lookup
.TP
\fB\-U\fP\ \fIstr\fP
Modernize, per the flags in str:
.RS
.PD 0
.IP g
Genes
.IP r
RNA
.IP p
PCR Primers
.PD
.RE
.TP
\fB\-V\fP\ \fIstr\fP
Remove features by validator severity:
.RS
.PD 0
.IP r
Reject
.IP e
Error
.IP w
Warning
.IP i
Info
.PD
.RE
.TP
\fB\-X\fP\ \fIstr\fP
Miscellaneous options, per str:
.RS
.PD 0
.IP d
Automatic definition line
.IP e
Pop/Phy/Mut/Eco Set definition line
.IP n
Instantiate NC title
.IP m
Instantiate NM titles
.IP x
Special XM titles
.IP p
Instantiate Protein titles
.IP c
Create mRNAs for coding sequences
.IP f
Fix reciprocal protein_id/transcript_id
.PD
.RE
.TP
\fB\-Z\fP\ \fIstr\fP
Remove indicated User-object
.TP
\fB\-a\fP\ \fIstr\fP
ASN.1 type
.RS
.PD 0
.IP a
Any (default)
.IP e
Seq-entry
.IP b
Bioseq
.IP s
Bioseq-set
.IP m
Seq-submit
.IP t
Batch Processing [String]
.PD
.RE
.TP
\fB\-b\fP
Input ASN.1 is Binary
.TP
\fB\-c\fP
Input ASN.1 is Compressed
.TP
\fB\-d\fP\ \fIstr\fP
Source database
.RS
.PD 0
.IP a
Any (default)
.IP g
GenBank
.IP e
EMBL
.IP d
DDBJ
.IP b
EMBL or DDBJ
.IP r
RefSeq
.IP n
NCBI
.IP v
Only segmented sequences
.IP w
Exclude segmented sequences
.IP x
Exclude EMBL/DDBJ
.IP y
Exclude gbcon, gbest, gbgss, gbhtg, gbpat, gbsts
.PD
.RE
.TP
\fB\-f\fP\ \fIstr\fP
Substring filter
.TP
\fB\-i\fP\ \fIfilename\fP
Single input file (defaults to stdin)
.TP
\fB\-j\fP\ \fIfilename\fP
First filename
.TP
\fB\-k\fP\ \fIfilename\fP
Last filename
.TP
\fB\-m\fP\ \fIstr\fP
Flatfile mode:
.RS
.PD 0
.IP r
Release
.IP e
Entrez
.IP s
Sequin
.IP d
Dump
.PD
.RE
.TP
\fB\-n\fP\ \fIpath\fP
\fBasn2flat\fP executable (default is \fB/netopt/ncbi_tools/bin/asn2flat\fP)
.TP
\fB\-o\fP\ \fIfilename\fP
Single output file (defaults to stdout)
.TP
\fB\-p\fP\ \fIpath\fP
Process all matching files in \fIpath\fP
.TP
\fB\-q\fP\ \fIpath\fP
\fBffdiff\fP executable (default is \fB/netopt/genbank/subtool/bin/ffdiff\fP)
.TP
\fB\-r\fP\ \fIpath\fP
Path for results
.TP
\fB\-v\fP\ \fIpath\fP
\fBasnval\fP executable (default is \fB/netopt/ncbi_tools/bin/asnval\fP)
.TP
\fB\-x\fP\ \fIext\fP
File selection suffix for use with \fB\-p\fP (defaults to \fB.ent\fP)
.SH AUTHOR
The National Center for Biotechnology Information.
.SH SEE ALSO
.BR asndisc (1),
.BR asnval (1),
.BR sequin (1).