Crates.io | bracken |
lib.rs | bracken |
version | 0.1.0 |
source | src |
created_at | 2024-08-21 08:39:18.445023 |
updated_at | 2024-08-21 08:39:18.445023 |
description | Rust-based implementation of the Bracken library for enhanced k-mer based genomic abundance estimation. |
homepage | |
repository | https://github.com/eric9n/bracken-rust |
max_upload_size | |
id | 1346293 |
size | 76,833 |
To install bracken-rust, follow these steps:
Navigate to the Releases page of the bracken-rust GitHub repository. Select the release suitable for your operating system. For example, if you are using CentOS 7, download bracken-rust-${VERSION}-centos7.tar.gz, where ${VERSION} is the version number of the release you wish to install.
Open a terminal. Use the tar command to extract the files from the archive
tar -xvf bracken-rust-${VERSION}-centos7.tar.gz
$ ./bracken -h
Usage: bracken <COMMAND>
Commands:
kmer2read-distr bracken kmer2read_distr
kmer-distrib Evaluates genome read distribution and estimates reads per species for specific taxonomy IDs.
est-abundance Estimates species or genus level abundance from Kraken outputs using Bayesian methods.
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version