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
|
.TH TAXBLAST 1 2016-12-05 NCBI "NCBI Tools User's Manual"
.SH NAME
taxblast \- annotate BLAST output with taxonomic details
.SH SYNOPSIS
.B taxblast
[\|\fB\-\fP\|]
[\|\fB\-d\fP\ \fIstr\fP\|]
\fB\-i\fP\ \fIfilename\fP
[\|\fB\-o\fP\ \fIfilename\fP\|]
[\|\fB\-p\fP\|]
.SH DESCRIPTION
\fBtaxblast\fP annotates BLAST output with taxonomic details.
.SH OPTIONS
A summary of options is included below.
.TP
\fB\-\fP
Print usage message
.TP
\fB\-d\fP\ \fIstr\fP
Database used to get SeqAnnot ASN.1 (\fBnr\fP by default)
.TP
\fB\-i\fP\ \fIfilename\fP
Input ASN.1 File (SeqAnnot)
.TP
\fB\-o\fP\ \fIfilename\fP
Output file name (stdout by default)
.TP
\fB\-p\fP
Sequence is DNA
.SH AUTHOR
The National Center for Biotechnology Information.
|