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
|
.TH INSDSEQGET 1 2006-04-14 NCBI "NCBI Tools User's Manual"
.SH NAME
insdseqget \- format sequences from GenBank as an XML INSDSet
.SH SYNOPSIS
.B insdseqget
[\|\fB\-\fP\|]
[\|\fB\-d\fP\ \fIfilename\fP\|]
[\|\fB\-i\fP\ \fIfilename\fP\|]
[\|\fB\-m\fP\ \fIn/p/b\fP\|]
[\|\fB\-n\fP\|]
[\|\fB\-o\fP\ \fIfilename\fP\|]
[\|\fB\-v\fP\|]
.SH DESCRIPTION
\fBinsdseqget\fP retrieves biological sequence data from GenBank
(according to an input list of GI accession numbers) and prints it out
as an XML INSDSet document.
.SH OPTIONS
A summary of options is included below.
.TP
\fB\-\fP
Print usage message
.TP
\fB\-d\fP\ \fIfilename\fP
Input file name for date list (desired accessions, one per line,
followed by a blank line and a list of allowed dates, also one per line)
.TP
\fB\-i\fP\ \fIfilename\fP
Input file name for GI list (default = stdin)
.TP
\fB\-m\fP\ \fIn/p/b\fP
Molecule type:
.RS
.PD 0
.IP n
Nucleotide (default)
.IP p
Protein
.IP b
Both
.PD
.RE
.TP
\fB\-n\fP
Return only new records (for which the given GI refers to an old version)
.TP
\fB\-o\fP\ \fIfilename\fP
Output file name for the XML INSDSet (default = stdout)
.TP
\fB\-v\fP
Fetch SNP Variations
.SH AUTHOR
The National Center for Biotechnology Information.
.SH SEE ALSO
.BR asn2gb (1),
.BR gbseqget (1).
|