generated from bokulich-lab/q2-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 14
estimate‐bracken
Santiago Castro Dau edited this page Apr 22, 2024
·
3 revisions
Perform read abundance re-estimation using Bracken.
For the full description of the action's inputs, outputs, and parameters run
qiime moshpit estimate‐bracken --help
in the terminal.
-
kraken_reports
(SampleData[Kraken2Reports % Properties('reads')]
): Reports produced by Kraken2. -
bracken_db
(BrackenDB
): Bracken database.
-
reports
(SampleData[Kraken2Reports % Properties('bracken')]
): Reports modified by Bracken.' -
taxonomy
(FeatureData[Taxonomy])
): TODO -
table
(FeatureTable[Frequency]
): TODO
qiime moshpit estimate-bracken \
--i-bracken-db bracken_db.qza \
--i-kraken-reports reports \ # folder with SampleData[Kraken2Reports % Properties('reads')] artifacts
--o-reports reports_bracken \ # output folder
--o-table table.qza \
--o-taxonomy taxonomy.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}
}