
This is the Title of the Book, eMatter Edition
Copyright © 2012 O’Reilly & Associates, Inc. All rights reserved.
megablast Parameters
|
245
-S [1..2]
Default: 1
The strand on subsequence. Only used with nucleotide sequences.
1 Top strand
2 Bottom strand
-t [T/F]
Default: F
The definition line should contain target GI only. This parameter applies only to nonredun-
dant databases. When set, only the definition line corresponding to the GI is reported, not
the redundant definition lines. No such mechanism exists for accession numbers; redun-
dancies are always reported.
-T [T/F]
Default: F
Gets taxonomy information from an NCBI-formatted BLAST database. The downloadable
FASTA files don’t allow this feature; only the preformatted will work. The preformatted
databases can be found at ftp://ftp.ncbi.nlm.nih.gov/blast/db/FormattedDatabases/.
megablast Parameters
megablast is similar to blastn but optimized to find near identities very quickly. It’s
much faster than the standard blastn, partly because it uses query packing. The
extension algorithm differs from the standard blastn and isn’t designed for cross-spe-
cies searches. Many parameters are identical between megablast and blastall, but
some are unique to one program or the other, and some parameters with the same
symbol do different things.
Here are a few example command lines:
megablast -d my_db -i my_query -F "m D"
megablast -d my_db -i my_query -D 2 -t 18 ...