generated from bokulich-lab/q2-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 14
inspect‐kraken2‐db
Santiago Castro Dau edited this page Apr 22, 2024
·
2 revisions
This method generates a report of identical format to those generated by classify_kraken2, with the interpretation being instead of reporting the number of inputs classified to a taxon/clade, the number of minimizers mapped to a taxon/clade are reported.
For the full description of the action's inputs, outputs, and parameters run
qiime moshpit inspect‐kraken2‐db --help
in the terminal.
-
db
(Kraken2DB
): The Kraken 2 database for which to generate the report.
-
report
(Kraken2DBReport
): The report of the supplied database.
qiime moshpit inspect-kraken2-db \
--i-db db.qza \
--o-report report.qza \
--verbose
@article{key0,
author = {Wood, Derrick E. and Lu, Jennifer and Langmead, Ben},
doi = {10.1186/s13059-019-1891-0},
issn = {1474-760X},
journal = {Genome Biology},
keywords = {Alignment-free methods, Metagenomics, Metagenomics classification, Microbiome, Minimizers, Probabilistic data structures},
month = {nov},
number = {1},
pages = {257},
title = {Improved metagenomic analysis with Kraken 2},
url = {https://doi.org/10.1186/s13059-019-1891-0},
urldate = {2023-01-17},
volume = {20},
year = {2019}
}