Skip to content

classify‐kraken2

Santiago Castro Dau edited this page Apr 23, 2024 · 4 revisions

This method uses Kraken 2 to classify provided NGS reads or MAGs into taxonomic groups.

For the full description of the action's inputs, outputs, and parameters run qiime moshpit classify‐kraken2 --help in the terminal.

Inputs

Outputs

Example Use

qiime moshpit classify-kraken2 \
   --i-seqs seqs.qza \
   --i-kraken2-db kraken_db.qza \
   --o-hits hits \ # output folder
   --o-reports reports \ # output folder
   --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