Skip to content

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.

Inputs

Outputs

Example Use

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

Citation

@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}
}

🏠 Home

🧑🏻‍🏫 Tutorials

🎬 Actions

Clone this wiki locally