generated from bokulich-lab/q2-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 14
build‐custom‐diamond‐db
Santiago Castro Dau edited this page Apr 17, 2024
·
3 revisions
Creates a Diamond database from a custom protein database.
- For the full description of the action's inputs, outputs and parameters run
qiime moshpit build‐custom‐diamond‐db --help
in the terminal.
-
seqs
(FeatureData[ProteinSequence]
): Protein reference database. -
taxonomy
(ReferenceDB[NCBITaxonomy]
): Reference taxonomy. This input is optional but it's needed if you want the resulting database to have taxonomy features.
-
diamond-db
(ReferenceDB[Diamond]
): Diamond database.
qiime moshpit build-custom-diamond-db \
--i-seqs my_proteins.qza \
--o-diamond-db diamond.qza \
--verbose
List of tutorials that involve this action.
@misc{key0,
note = {Bethesda (MD): National Library of Medicine (US), National Center for Biotechnology Information;},
title = {National Center for Biotechnology Information (NCBI)},
url = {https://www.ncbi.nlm.nih.gov/}
}