# HG changeset patch # User iuc # Date 1684783459 0 # Node ID 7e4fde296e7c54ff5658c32f323544223c631732 # Parent 39422d5f3aa502388762c513350a41ebc53e1f89 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bracken commit db62b99fe2c0e77e7ee63da5fb315f4b6d95170b diff -r 39422d5f3aa5 -r 7e4fde296e7c est-abundance.xml --- a/est-abundance.xml Fri Aug 26 07:20:57 2022 +0000 +++ b/est-abundance.xml Mon May 22 19:24:19 2023 +0000 @@ -1,33 +1,38 @@ - - Bayesian Reestimation of Abundance with Kraken + + to re-estimate abundance at a taxonomic level from kraken output macros.xml - - - + + + - + - + - + @@ -38,12 +43,12 @@ + classification to be considered in the final abundance estimation."/> - + out_report @@ -54,25 +59,36 @@ - + - + - + ` + Bracken relies on Bayesian probabilities that derive from the knowledge about the Kraken classification of each read-length kmer from all genomes within the provided Kraken database. It takes the tabular report output of kraken/kraken2 representing abundance of all detected taxa and provides as output a table representing the re-estimated abundances of different taxa at the taxonomy level pre-determined by the user. For more information about the operation behind the scene, visit http://ccb.jhu.edu/software/bracken/index.shtml?t=manual. + + Prior to abundance estimation with bracken, we must divide each genome in the Kraken database into read-length kmers, classify each of those kmers and store as a data structure. This indexing step has already been performed for you and it suffices to select the name of the correct kraken DB that you used for read classification. + + Bracken output file format (tabular): + * Taxon name + * Taxonomy ID + * Level ID (S=Species, G=Genus, O=Order, F=Family, P=Phylum, K=Kingdom) + * Kraken assigned reads + * Added reads with abundance re-estimation + * Total reads after abundance re-estimation + * Fraction of total reads ]]> - + diff -r 39422d5f3aa5 -r 7e4fde296e7c macros.xml --- a/macros.xml Fri Aug 26 07:20:57 2022 +0000 +++ b/macros.xml Mon May 22 19:24:19 2023 +0000 @@ -1,7 +1,7 @@ - 2.7 - 1 - 21.05 + 2.8 + 0 + 22.01 bracken