News and Announcements » |
Description:
This script is a functionally-limited interface to the qiime.util.qiime_blast_seqs function, primarily useful for testing purposes. Once that function has been integrated into qiime as the primary blast interface it will move to PyCogent. An expanded version of this command line interface may replace the script functionality of cogent.app.blast at that point.
Usage: blast_wrapper.py [options]
Input Arguments:
Note
[REQUIRED]
[OPTIONAL]
Output:
This is a utility program, which returns BLAST results.
Example:
Blast all sequences in inseqs.fasta (-i) against a BLAST db constructed from refseqs.fasta (-r).
blast_wrapper.py -i $PWD/inseqs.fasta -r $PWD/refseqs.fasta