Fork me on GitHub

makeblastdb: Make BLAST database.

Citations
  • Christiam Camacho, George Coulouris, Vahram Avagyan, Ning Ma, Jason Papadopoulos, Kevin Bealer, and Thomas L Madden. Blast+: architecture and applications. BMC bioinformatics, 10(1):421, 2009. doi:10.1186/1471-2105-10-421.

Docstring:

Usage: qiime feature-classifier makeblastdb [OPTIONS]

  Make BLAST database from custom sequence collection.

Inputs:
  --i-sequences ARTIFACT FeatureData[Sequence]
                          Input reference sequences.                [required]
Outputs:
  --o-database ARTIFACT   Output BLAST database.
    BLASTDB                                                         [required]
Miscellaneous:
  --output-dir PATH       Output unspecified results to a directory
  --verbose / --quiet     Display verbose output to stdout and/or stderr
                          during execution of this action. Or silence output
                          if execution is successful (silence is golden).
  --example-data PATH     Write example data and exit.
  --citations             Show citations and exit.
  --help                  Show this message and exit.

Import:

from qiime2.plugins.feature_classifier.methods import makeblastdb

Docstring:

Make BLAST database.

Make BLAST database from custom sequence collection.

Parameters
----------
sequences : FeatureData[Sequence]
    Input reference sequences.

Returns
-------
database : BLASTDB
    Output BLAST database.